Luna/libc/include/bits
apio 1a2fce5316
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Add the O_TMPFILE open flag and the tmpfile() function
2023-05-09 22:04:34 +02:00
..
atfile.h kernel: Replace unlink() with unlinkat() 2023-04-18 19:36:29 +02:00
attrs.h libc: Add setjmp.h 2023-03-28 19:40:48 +02:00
clockid.h More libc commenting 2023-01-07 11:21:53 +01:00
errno-return.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00
fcntl.h kernel+libc: Add F_GETFD, F_SETFD, F_GETFL and F_SETFL to fcntl 2023-03-28 20:55:38 +02:00
fixed-size-types.h libc: Add setjmp.h 2023-03-28 19:40:48 +02:00
getdents.h kernel: Add a getdents() syscall 2023-03-28 21:28:56 +02:00
ioctl-defs.h kernel+libc: Add framebuffer ioctls 2023-04-21 18:25:53 +02:00
makedev.h kernel: Add support for special device files and add a mknod() syscall 2023-03-18 09:10:33 +01:00
mmap-flags.h kernel+libc: Remove (de)allocate_memory and replace it with POSIX mmap 2023-03-14 20:43:15 +01:00
modes.h libc: Fix S_IS* macros 2023-05-01 20:00:10 +02:00
open-flags.h kernel+libc: Add the O_TMPFILE open flag and the tmpfile() function 2023-05-09 22:04:34 +02:00
platform.h libc: Add setjmp.h 2023-03-28 19:40:48 +02:00
seek.h kernel+libc: Add the lseek() syscall, and fseek, ftell, rewind, fsetpos, and fgetpos 2023-03-12 13:15:24 +01:00
setjmp-types.h libc: Add setjmp.h 2023-03-28 19:40:48 +02:00
struct_stat.h kernel+libc: Add stat() + fstat() 2023-04-10 19:56:03 +02:00
struct_tm.h libc: Add a wide range of time manipulation functions, including reentrant variants 2023-01-13 21:06:27 +01:00
struct_utsname.h kernel+libc: Add uname() 2023-04-24 20:34:44 +02:00
termios.h kernel: Add ioctls() for termios stuff to ConsoleDevice 2023-04-09 11:23:57 +02:00
timespec.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00
waitpid.h kernel+libc: Implement waitpid() 2023-03-23 22:42:24 +01:00