Luna/libc/include/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.h kernel+libc: Add framebuffer ioctls 2023-04-21 18:25:53 +02:00
memstat.h kernel+libc: Add a memstat() syscall 2023-08-17 20:15:32 +02:00
mman.h libc+init+shmem-test: Add POSIX shared memory objects 2023-08-03 10:32:52 +02:00
mount.h kernel+libc+apps: Add a source parameter to the mount() system call 2023-06-25 20:35:35 +02:00
param.h libc: Add basic sys/param.h for programs that want it 2023-05-31 22:15:22 +02:00
poll.h libc: Add wrapper for poll() 2023-08-02 17:19:16 +02:00
pstat.h kernel+libc: Add the pstat() system call 2023-05-18 21:48:47 +02:00
resource.h libc: Add getrusage() 2023-05-20 12:48:17 +02:00
socket.h libc: Fix constness of some socket functions 2023-08-11 18:00:15 +02:00
stat.h kernel+libc: Add all variants of utime 2023-08-08 14:14:35 +02:00
syscall.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00
sysmacros.h kernel: Add support for special device files and add a mknod() syscall 2023-03-18 09:10:33 +01:00
time.h kernel+libc: Add all variants of utime 2023-08-08 14:14:35 +02:00
types.h libc: Add gettimeofday() 2023-05-20 12:05:22 +02:00
un.h kernel+libc: Add basic Unix sockets (creation and binding) 2023-07-30 11:33:06 +02:00
utsname.h kernel+libc: Add uname() 2023-04-24 20:34:44 +02:00
wait.h kernel: Support returning termination signals from waitpid 2023-07-10 20:16:06 +02:00