Luna/libc/include/bits
apio b54a7f3a80
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Add O_* flags and parse them in open()
O_RDONLY, O_WRONLY, O_RDWR, O_TRUNC, O_CREAT and O_EXCL are fully implemented.

O_APPEND is partially implemented.

Other flags are not here yet.
2023-03-12 14:43:58 +01:00
..
attrs.h libc: Add assert.h 2023-01-22 12:51:30 +01: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
fixed-size-types.h TarStream: Support mode 2023-01-11 18:42:50 +01:00
mmap-flags.h Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
open-flags.h kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
seek.h kernel+libc: Add the lseek() syscall, and fseek, ftell, rewind, fsetpos, and fgetpos 2023-03-12 13:15:24 +01:00
struct_tm.h libc: Add a wide range of time manipulation functions, including reentrant variants 2023-01-13 21:06:27 +01:00
timespec.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00