Luna/libc/src/sys
apio 95a33c484e
kernel+libc: Add a memstat() syscall
We can finally show memory usage in userspace.

This could have been done using sysfs, but I'm lazy and don't want to implement that. Maybe in the next release?
2023-08-17 20:15:32 +02:00
..
ioctl.cpp libc: Add ioctl() syscall wrapper 2023-04-09 11:24:13 +02:00
memstat.cpp kernel+libc: Add a memstat() syscall 2023-08-17 20:15:32 +02:00
mman.cpp libc+init+shmem-test: Add POSIX shared memory objects 2023-08-03 10:32:52 +02:00
mount.cpp kernel+libc+apps: Add a source parameter to the mount() system call 2023-06-25 20:35:35 +02:00
poll.cpp libc: Add wrapper for poll() 2023-08-02 17:19:16 +02:00
pstat.cpp kernel+libc: Add the pstat() system call 2023-05-18 21:48:47 +02:00
resource.cpp libc: Add getrusage() 2023-05-20 12:48:17 +02:00
socket.cpp libc: Fix constness of some socket functions 2023-08-11 18:00:15 +02:00
stat.cpp kernel+libc: Add all variants of utime 2023-08-08 14:14:35 +02:00
utsname.cpp apps: Add uname 2023-04-24 21:02:04 +02:00
wait.cpp kernel+libc+init: Add getppid() and wait() 2023-03-24 17:39:55 +01:00