.. |
bits
|
kernel+libc+stat: Add support for file times
|
2023-08-08 13:33:40 +02:00 |
sys
|
libc+init+shmem-test: Add POSIX shared memory objects
|
2023-08-03 10:32:52 +02:00 |
alloca.h
|
libc: Add alloca.h
|
2023-05-27 12:11:51 +02:00 |
assert.h
|
libc: Add assert.h
|
2023-01-22 12:51:30 +01:00 |
ctype.h
|
libc: Unify function descriptions
|
2023-03-12 11:15:45 +01:00 |
dirent.h
|
libos: Add Directory::list()
|
2023-04-28 22:41:44 +02:00 |
errno.h
|
Remove the word 'header' from libc header descriptions
|
2023-01-07 11:39:15 +01:00 |
fcntl.h
|
libc: Add syscall wrappers for unlinkat() and openat()
|
2023-05-05 18:50:35 +02:00 |
grp.h
|
initrd+libc: Add /etc/group and grp.h
|
2023-05-06 12:01:47 +02:00 |
inttypes.h
|
libc: Add octal specifiers to inttypes.h
|
2023-07-11 11:49:27 +02:00 |
libgen.h
|
libc: Add libgen.h
|
2023-03-28 19:47:47 +02:00 |
locale.h
|
libc: Add a very bare-bones locale.h
|
2023-05-31 22:12:50 +02:00 |
math.h
|
kernel: Add basic process groups
|
2023-07-11 11:51:07 +02:00 |
memory.h
|
libc: Add stub memory.h header for legacy programs
|
2023-07-12 11:24:54 +02:00 |
pwd.h
|
libc: Add a password file and pwd.h
|
2023-04-08 16:30:18 +02:00 |
setjmp.h
|
libc: Actually implement sigsetjmp() and siglongjmp()
|
2023-07-24 19:39:22 +02:00 |
signal.h
|
libc: Implement signal()
|
2023-07-10 21:17:25 +02:00 |
stdio.h
|
libc: Fix typo in fopen description
|
2023-07-24 11:57:47 +02:00 |
stdlib.h
|
libc: Define EXIT_* macros and strto(u)ll in stdlib.h
|
2023-05-31 22:15:05 +02:00 |
string.h
|
libc+libluna: Add case-insensitive string comparison functions
|
2023-07-22 11:58:28 +02:00 |
strings.h
|
libc+libluna: Add case-insensitive string comparison functions
|
2023-07-22 11:58:28 +02:00 |
termios.h
|
libc+apps: Start implementing POSIX-compliant termios.h wrappers around tty ioctls
|
2023-07-12 19:23:06 +02:00 |
time.h
|
libc: Add strftime()
|
2023-04-13 21:09:27 +02:00 |
unistd.h
|
kernel+libc: Add truncate and ftruncate
|
2023-08-03 08:47:37 +02:00 |
wchar.h
|
kernel: Add basic process groups
|
2023-07-11 11:51:07 +02:00 |