Luna/kernel
apio 52d391507d Kernel: Rename the getpid() syscall to getprocid()
Now, we have one single system call to fetch all sorts of identifiers:
PID, PPID, UID, GID; EUID, EGID, and more...
2022-10-18 17:36:17 +02:00
..
include Kernel: Rename the getpid() syscall to getprocid() 2022-10-18 17:36:17 +02:00
src Kernel: Rename the getpid() syscall to getprocid() 2022-10-18 17:36:17 +02:00
Makefile Kernel: Build with -fstack-protector-strong instead of -fstack-protector-all 2022-10-12 14:50:31 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00