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-09 01:56:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b638e2d0d5dfa83df2ca99ceb5cc3a57e47d524
ladybird
/
Libraries
/
LibC
/
sys
History
Andreas Kling
1208f3fd75
LibC: We still need to use NULL (not nullptr) in C headers
...
Thanks to @alimpfard for noticing this.
2020-10-14 13:57:51 +02:00
..
arch
/i386
…
cdefs.h
…
file.h
…
internals.h
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
2020-08-12 20:40:59 +02:00
ioctl_numbers.h
…
ioctl.h
…
mman.h
…
param.h
…
ptrace.cpp
Everywhere: Fix typos
2020-10-02 16:03:17 +02:00
ptrace.h
…
resource.h
…
select.cpp
…
select.h
…
socket.cpp
Kernel+LibC: Use uintptr_t as the main type in the syscall interface
2020-10-12 19:53:25 +02:00
socket.h
LibC: We still need to use NULL (not nullptr) in C headers
2020-10-14 13:57:51 +02:00
stat.h
…
sysmacros.h
…
time.h
LibC: Add settimeofday
2020-09-06 21:50:55 +02:00
times.h
…
types.h
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
2020-09-27 01:02:11 +02:00
uio.cpp
…
uio.h
…
un.h
…
utsname.h
…
wait.cpp
…
wait.h
…