Luna/libc/include
2024-12-23 22:56:56 +01:00
..
arpa libc: Add some stub network-related header files 2023-08-11 18:09:45 +02:00
bits tools: Update sources list and run clang-format 2024-12-23 22:56:56 +01:00
netinet libc: Add some stub network-related header files 2023-08-11 18:09:45 +02:00
sys tools: Update sources list and run clang-format 2024-12-23 22:56:56 +01: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
endian.h libc+libluna: Add endianness-dependent functions and use them in SHA256 2024-07-20 16:26:06 +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 kernel+libc: Add support for supplementary groups (2/2) 2023-11-22 21:31:07 +01: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: Implement some simple stuff needed for gcc 2023-08-08 22:06:11 +02:00
math.h libc: Provide a bunch of math functions wrapped around compiler builtins 2023-08-08 20:38:38 +02:00
memory.h libc: Add stub memory.h header for legacy programs 2023-07-12 11:24:54 +02:00
netdb.h libc: Add some stub network-related header files 2023-08-11 18:09:45 +02:00
pty.h libc: Add login_tty() and forkpty() 2023-11-25 12:18:25 +01: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
shadow.h base+su+libc: Add support for a shadow file and use it by default 2024-04-10 22:37:36 +02:00
signal.h kernel+libc: Implement pause() and sigsuspend() 2023-12-04 20:26:01 +01:00
stdio.h libc: Clean up stdio.h a bit 2024-04-18 21:24:34 +02:00
stdlib.h libc: Implement strtoll and strtoull as functions 2024-04-01 14:18:34 +02:00
string.h libc: Implement some simple stuff needed for gcc 2023-08-08 22:06:11 +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 support for POSIX timers 2024-01-05 22:15:06 +01:00
unistd.h libc: Add a _POSIX_VERSION define 2024-04-01 14:18:46 +02:00
utime.h kernel+libc: Add all variants of utime 2023-08-08 14:14:35 +02:00
utmp.h libc: Add login_tty() and forkpty() 2023-11-25 12:18:25 +01:00
wchar.h libc. Add basic wchar.h 2023-08-08 19:43:23 +02:00