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
..
2022-10-08 18:27:05 +02:00
2022-11-02 18:34:57 +01:00
2022-11-02 20:59:42 +01:00
2022-11-02 19:38:15 +01:00
2022-11-02 18:34:57 +01:00
2022-10-06 18:04:32 +02:00
2022-10-23 17:24:18 +02:00
2022-11-02 18:34:57 +01:00
2022-11-02 19:38:15 +01:00
2022-10-28 21:02:23 +02:00
2022-10-30 09:07:03 +01:00
2022-11-02 19:38:15 +01:00