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
2025-12-26 03:09:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc538bc00b6aeaf1f925cdbe94de4a48d88f7456
ladybird
/
Userland
/
Libraries
/
LibC
/
sys
History
Liav A
8f3c343b88
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
2023-02-24 20:35:45 +01:00
..
arch
LibC: Include aarch64 regs.h for AK_ARCH_AARCH64
2022-12-31 23:21:06 +01:00
auxv.cpp
…
auxv.h
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
2023-01-21 10:43:59 -07:00
cdefs.h
…
file.cpp
…
file.h
…
internals.h
…
ioctl.h
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
2023-01-21 10:43:59 -07:00
mman.cpp
…
mman.h
…
param.h
…
poll.h
…
prctl.cpp
…
prctl.h
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
2023-02-24 20:35:45 +01:00
ptrace.cpp
…
ptrace.h
…
resource.h
…
select.cpp
…
select.h
…
socket.cpp
…
socket.h
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
2023-02-19 00:37:37 +01:00
stat.h
…
statvfs.cpp
…
statvfs.h
…
sysmacros.h
…
time.h
…
times.h
…
ttydefaults.h
LibC: Don't include sys/cdefs.h in ttydefaults as it is used in Kernel
2023-01-21 10:43:59 -07:00
types.h
…
uio.cpp
Kernel+LibC+Tests: Implement
pwritev(2)
2022-12-11 19:55:37 -07:00
uio.h
Kernel+LibC+Tests: Implement
pwritev(2)
2022-12-11 19:55:37 -07:00
un.h
…
utsname.h
…
wait.cpp
…
wait.h
…