summaryrefslogtreecommitdiff
path: root/libc/src/__support/File/dir.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-09[libc] Replace `MutexLock` with `cpp::lock_guard` (#89340)Vlad Mishel
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-07-03[libc] Correct usage of __unix__ and __linux__Alfred Persson Forsberg
2023-06-06[libc] Remove operator T from cpp::expected.Tue Ly
2023-05-04[libc] Enable linux directory entries syscalls in riscv64Mikhail R. Gadelha
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2022-12-15[libc] Handle allocation failures in the dirent API gracefully.Siva Chandra Reddy
2022-08-22[reland][NFC][libc] Use span instead of ArrayRefGuillaume Chatelet
2022-08-22Revert "[NFC][libc] Use span instead of ArrayRef"Guillaume Chatelet
2022-08-22[NFC][libc] Use span instead of ArrayRefGuillaume Chatelet
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy