This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-19 20:06:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f96d9b03ae511beec4ce5eea4ce216d0ca2bf3e
ladybird
/
Userland
/
Libraries
/
LibC
/
sys
History
Justin
45a1a7e1e6
LibC: Add functions for the new statvfs syscalls
...
This commit adds the statvfs() and fstatvfs() functions into LibC.
2021-05-19 21:33:29 +02:00
..
arch
…
cdefs.h
…
file.h
…
internals.h
…
ioctl_numbers.h
…
ioctl.h
…
mman.cpp
…
mman.h
…
param.h
…
prctl_numbers.h
…
prctl.cpp
…
prctl.h
…
ptrace.cpp
…
ptrace.h
…
resource.h
…
select.cpp
…
select.h
…
socket.cpp
Kernel+Userspace: Implement the accept4() system call
2021-05-17 13:32:19 +02:00
socket.h
Kernel+Userspace: Implement the accept4() system call
2021-05-17 13:32:19 +02:00
stat.h
Kernel+LibC: Add fstatat
2021-05-14 23:32:10 +02:00
statvfs.cpp
LibC: Add functions for the new statvfs syscalls
2021-05-19 21:33:29 +02:00
statvfs.h
LibC: Add functions for the new statvfs syscalls
2021-05-19 21:33:29 +02:00
sysmacros.h
…
time.h
…
times.h
…
ttydefaults.h
Kernel+LibC: Support more
termios
settings in TTY
2021-05-17 11:00:48 +02:00
types.h
LibC: Move makedev(), major(), minor(), to sys/types.h
2021-05-14 22:24:02 +02:00
uio.cpp
…
uio.h
…
un.h
…
utsname.h
…
wait.cpp
…
wait.h
…