Luna/kernel/src/sys
apio 8a90db837b
kernel+libc: Add support for supplementary groups (2/2)
Adds system calls for setting and getting groups, along with libc wrappers.
2023-11-22 21:31:07 +01:00
..
chdir.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
clock_gettime.cpp kernel: Rework the entire time system to use modular clocks 2023-11-15 23:50:04 +01:00
exec.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
exit.cpp kernel: Also move children's parent to PID 1 in the common thread exit function 2023-06-19 12:35:31 +02:00
file.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
getdents.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
id.cpp kernel+libc: Add support for supplementary groups (2/2) 2023-11-22 21:31:07 +01:00
link.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
memstat.cpp kernel+libc: Add a memstat() syscall 2023-08-17 20:15:32 +02:00
mkdir.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
mmap.cpp kernel:Remove unused legacy variable from sys_mmap() 2023-09-12 22:07:17 +02:00
mount.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
open.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
pledge.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
poll.cpp kernel: Fix poll syscall 2023-09-20 07:05:52 +02:00
pstat.cpp kernel: Store the full command line of a process 2023-09-04 11:43:11 +02:00
resource.cpp kernel: Add the getrusage() system call 2023-05-20 12:48:07 +02:00
setitimer.cpp kernel+libc: Add setitimer() 2023-11-16 21:48:18 +01:00
signal.cpp kernel: Allow sending signals to process groups from userspace 2023-09-20 07:06:01 +02:00
socket.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
stat.cpp kernel: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
Syscall.cpp kernel: Move the signal handling logic to after a syscall sets its return value 2023-07-12 13:34:30 +02:00
Syscall.h libluna+kernel: Move luna/Syscall.h to the kernel API directory 2023-08-23 14:35:21 +02:00
uname.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
usleep.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
waitpid.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00