summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/dirent.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-16LibC: Fix `scandir` not checking for allocation failureMichel Hermier
2021-12-28LibC: Add alphasort() implementationBrian Gianforcaro
2021-12-28LibC: Add POSIX spec comments for dirent APIsBrian Gianforcaro
2021-08-14LibC: Add function fdopendirKenneth Myhra
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-08Userland: Use kmalloc_array() where appropriateAndreas Kling
2021-06-29LibC: Fix struct layout for sys_dirent on x86_64Gunnar Beutner
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G
2021-05-03LibC: Fix invalid 1-byte read I introduced in dirent.Brian Gianforcaro
2021-05-02LibC: Implement scandir(...) to enumerate directories.Brian Gianforcaro
2021-05-02LibC: Fix bugs in the population of dirent members.Brian Gianforcaro
2021-04-25LibC: Implement the rewinddir() functionGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling