index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
dirent.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-16
LibC: Fix `scandir` not checking for allocation failure
Michel Hermier
2021-12-28
LibC: Add alphasort() implementation
Brian Gianforcaro
2021-12-28
LibC: Add POSIX spec comments for dirent APIs
Brian Gianforcaro
2021-08-14
LibC: Add function fdopendir
Kenneth Myhra
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-06-29
LibC: Fix struct layout for sys_dirent on x86_64
Gunnar Beutner
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-03
LibC: Fix invalid 1-byte read I introduced in dirent.
Brian Gianforcaro
2021-05-02
LibC: Implement scandir(...) to enumerate directories.
Brian Gianforcaro
2021-05-02
LibC: Fix bugs in the population of dirent members.
Brian Gianforcaro
2021-04-25
LibC: Implement the rewinddir() function
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling