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-01-01 14:18:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fdfffe2d8ce3ae2007a0fced1796646b4e7ceca2
ladybird
/
Userland
/
Libraries
/
LibC
/
sys
History
Emily Trau
b8c847a3cd
LibC: Add
lutimes(2)
and
futimes(2)
implementations
...
Needed for a port of nix
2023-06-06 15:55:42 +02:00
..
arch
Kernel+LibC: Modify aarch64's __mcontext to store registers in an array
2023-04-06 21:19:58 +03: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
LibC: Add
lutimes(2)
and
futimes(2)
implementations
2023-06-06 15:55:42 +02:00
times.h
…
ttydefaults.h
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
2023-03-01 19:36:53 -07:00
types.h
…
uio.cpp
…
uio.h
…
un.h
…
utsname.h
…
wait.cpp
…
wait.h
…