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-05-06 11:19:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b6590b7f83ebfe8937a32f0cfef9e002aadb70de
ladybird
/
Libraries
/
LibC
/
sys
History
Andreas Kling
2cbc3c6ee5
LibC+ping: Let's use the traditional timersub() et al prototypes
...
This also fixes the build, since ping.cpp already had a timersub().
2019-12-27 23:07:28 +01:00
..
cdefs.h
LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined
2019-09-23 18:58:12 +02:00
file.h
…
ioctl_numbers.h
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
2019-10-02 18:20:11 +02:00
ioctl.h
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
2019-08-18 07:40:02 +02:00
mman.h
…
param.h
…
resource.h
…
select.cpp
…
select.h
…
socket.cpp
…
socket.h
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
2019-12-06 18:38:36 +01:00
stat.h
…
sysmacros.h
…
time.h
LibC+ping: Let's use the traditional timersub() et al prototypes
2019-12-27 23:07:28 +01:00
times.h
…
types.h
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
2019-12-25 23:54:06 +01:00
uio.cpp
…
uio.h
…
un.h
…
utsname.h
…
wait.cpp
…
wait.h
…