Luna/kernel
apio 0fd31698b2 Kernel: Accept not opened file descriptors in dup2()
This involves renaming the descriptor_from_fd function to the more appropriately named
open_descriptor_from_fd (since we check if the descriptor was opened and error out otherwise),
and creating a new function that does not verify that the file descriptor was opened.
2022-11-03 16:52:21 +01:00
..
include Kernel: Accept not opened file descriptors in dup2() 2022-11-03 16:52:21 +01:00
src Kernel: Accept not opened file descriptors in dup2() 2022-11-03 16:52:21 +01:00
Makefile Kernel: Enable -Wvla 2022-10-30 18:20:16 +01:00
moon.ld Kernel: Add support for the NX bit 2022-11-02 18:34:57 +01:00