Luna/libs/libc/include/sys
apio feab66c0d3 Kernel: Remove the paint() system call
That was a very old one from back in the old days. Now that the framebuffer is finally a device file,
and it can be memory-mapped by user programs for more performance,
this syscall is MORE than obsolete.
2022-11-02 20:35:06 +01:00
..
mman.h libc: Add PROT_EXEC 2022-11-02 18:40:05 +01:00
param.h libc: Stub out more functionality so part of binutils builds 2022-10-29 09:39:12 +02:00
stat.h Implement enough runtime for binutils to compile 2022-10-31 12:29:53 +01:00
syscall.h Kernel: Remove the paint() system call 2022-11-02 20:35:06 +01:00
time.h libc: Implement gettimeofday() and instantly mark it as deprecated 2022-10-30 20:40:05 +01:00
types.h libc: Add support for the new time functionality in the kernel 2022-10-30 09:08:29 +01:00
wait.h Kernel: Make waitpid() block by default unless WNOHANG is specified 2022-10-27 17:05:42 +02:00