Ben Wiederhake
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Michel Hermier
|
adfdb63e02
LibC: Fix `scandir` not checking for allocation failure
|
3 years ago |
Brian Gianforcaro
|
c4b1e49036
LibC: Add alphasort() implementation
|
3 years ago |
Brian Gianforcaro
|
fa5d81be7a
LibC: Add POSIX spec comments for dirent APIs
|
3 years ago |
Kenneth Myhra
|
78eba1271f
LibC: Add function fdopendir
|
3 years ago |
Liav A
|
bf1adc2d5d
Kernel+LibC: Use 64 bit values for ino_t
|
3 years ago |
Andreas Kling
|
84656788bf
Userland: Use kmalloc_array() where appropriate
|
3 years ago |
Gunnar Beutner
|
1d4ae9194e
LibC: Fix struct layout for sys_dirent on x86_64
|
4 years ago |
Mart G
|
b00cdf8ed8
Kernel+LibC: Make get_dir_entries syscall retriable
|
4 years ago |
Brian Gianforcaro
|
0726d39cb1
LibC: Fix invalid 1-byte read I introduced in dirent.
|
4 years ago |
Brian Gianforcaro
|
331ab52318
LibC: Implement scandir(...) to enumerate directories.
|
4 years ago |
Brian Gianforcaro
|
d4d988532a
LibC: Fix bugs in the population of dirent members.
|
4 years ago |
Gunnar Beutner
|
2447dcd1ea
LibC: Implement the rewinddir() function
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
e87eac9273
Userland: Add LibSystem and funnel all syscalls through it
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |