Luna/kernel/src/binfmt
apio dc766e1da7
Some checks failed
Build and test / build (push) Has been cancelled
kernel: Rework VFS access checking + add processes
VFS functions now accept a single Process* pointer instead of credentials and groups.
There is now a distinction between processes and threads
Now to fix all the bugs... waitpid crashes the process with an NX error...
2024-12-06 21:35:59 +01:00
..
BinaryFormat.cpp kernel: Add locking to BinaryFormat and DeviceRegistry 2023-10-23 22:48:04 +02:00
BinaryFormat.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00
ELF.cpp libluna: Move get_blocks_from_size to a new header and call it ceil_div instead 2023-08-08 11:58:33 +02:00
ELF.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00
Script.cpp kernel: Rework VFS access checking + add processes 2024-12-06 21:35:59 +01:00
Script.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00