ladybird/LibC/sys
2019-05-30 15:12:09 +02:00
..
cdefs.h LibC: Don't define ALWAYS_INLINE if it's already defined. 2019-05-28 21:04:47 +02:00
file.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
ioctl.h Add TIOCGWINSZ ioctl so userland can determine terminal geometry. 2018-11-29 03:45:23 +01:00
ioctl_numbers.h Add clang-format file 2019-05-28 17:31:20 +02:00
mman.h Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
param.h Add getwd(). 2018-11-06 15:59:57 +01:00
resource.h Add clang-format file 2019-05-28 17:31:20 +02:00
select.cpp Kernel: Get rid of Unix namespace. 2019-01-23 06:57:00 +01:00
select.h Add clang-format file 2019-05-28 17:31:20 +02:00
socket.cpp Kernel: Add getpeername() syscall, and fix getsockname() behavior. 2019-05-20 20:33:03 +02:00
socket.h Add clang-format file 2019-05-28 17:31:20 +02:00
stat.h Add clang-format file 2019-05-28 17:31:20 +02:00
sysmacros.h Various stubs while trying to get an old coreutils to build. 2018-11-17 15:56:09 +01:00
time.h Add clang-format file 2019-05-28 17:31:20 +02:00
times.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
types.h Add clang-format file 2019-05-28 17:31:20 +02:00
uio.cpp LibC: Oops, I forgot to commit sys/uio.{cpp,h} yesterday. 2019-05-10 17:38:51 +02:00
uio.h LibC: Oops, I forgot to commit sys/uio.{cpp,h} yesterday. 2019-05-10 17:38:51 +02:00
un.h LibC: First pass of compat work / stubs while trying to build OpenSSL. 2019-05-21 21:36:08 +02:00
utsname.h Add clang-format file 2019-05-28 17:31:20 +02:00
wait.cpp LibC: Implement wait() as a wrapper around waitpid(). 2019-05-22 13:21:17 +02:00
wait.h LibC: Move wait-related stuff to <sys/wait.h>. #POSIX 2019-05-30 15:12:09 +02:00