.. |
cdefs.h
|
LibC: A bunch of compat work towards porting GCC.
|
2019-02-24 15:20:07 +01: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
|
Support resizing the Terminal app.
|
2019-02-20 23:38:20 +01: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
|
LibC: First pass of compat work / stubs while trying to build OpenSSL.
|
2019-05-21 21:36:08 +02:00 |
select.cpp
|
Kernel: Get rid of Unix namespace.
|
2019-01-23 06:57:00 +01:00 |
select.h
|
More compat work. Rename libraries from LibFoo.a => libfoo.a
|
2019-02-26 13:30:57 +01:00 |
socket.cpp
|
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
|
2019-05-20 20:33:03 +02:00 |
socket.h
|
LibC: First pass of compat work / stubs while trying to build OpenSSL.
|
2019-05-21 21:36:08 +02:00 |
stat.h
|
Kernel: Begin implementing UNIX domain sockets.
|
2019-02-14 14:17:38 +01:00 |
sysmacros.h
|
Various stubs while trying to get an old coreutils to build.
|
2018-11-17 15:56:09 +01:00 |
time.h
|
LibC: Move struct timeval to sys/time.h. #POSIX
|
2019-05-28 13:48:06 +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
|
LibC: Move size_t, ptrdiff_t and NULL to stddef.h. #POSIX
|
2019-05-28 14:29:51 +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
|
Move <utsname.h> to <sys/utsname.h> for correctness.
|
2018-11-09 10:24:41 +01:00 |
wait.cpp
|
LibC: Implement wait() as a wrapper around waitpid().
|
2019-05-22 13:21:17 +02:00 |
wait.h
|
More compat work.
|
2019-02-26 12:57:02 +01:00 |