Luna/kernel/src/sys
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
..
allocate_memory.cpp Kernel: Make a UserVM wrapper around Bitmap and use that to allocate user VM 2023-01-13 19:05:20 +01:00
clock_gettime.cpp kernel, libc: Add clock_gettime() 2023-01-07 00:21:08 +01:00
console_write.cpp Implement printf() 2023-01-07 01:49:26 +01:00
exit.cpp Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00
file.cpp kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
id.cpp kernel+libc: Add getpid() 2023-03-11 22:19:58 +01:00
open.cpp kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
Syscall.cpp Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00
Syscall.h Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00
usleep.cpp kernel, libc: Add an usleep() system call and use that to implement usleep() and sleep() in libc 2023-01-22 15:00:20 +01:00