Files
ladybird/Kernel/Syscalls
Andreas Kling 09129782de Kernel: Simplify ELF loading logic in sys$execve() somewhat
Get rid of the lambda functions and put the logic inline in the program
header traversal loop instead. This makes the code quite a bit shorter
and hopefully makes it easier to see what's going on.
2020-12-25 02:33:57 +01:00
..
2020-09-17 15:07:20 +02:00
2020-09-27 01:02:11 +02:00
2020-11-23 18:37:40 +01:00