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-09-25 21:43:28 +02:00
2022-11-02 18:34:57 +01:00
2022-11-02 20:59:42 +01:00
2022-09-05 16:13:51 +02:00
2022-10-16 18:23:33 +02:00
2022-10-19 19:42:05 +02:00
2022-10-16 18:23:33 +02:00
2022-09-14 18:54:40 +02:00
2022-11-02 19:38:15 +01:00
2022-11-02 20:59:42 +01:00
2022-10-15 17:30:34 +02:00
2022-10-30 09:07:03 +01:00
2022-09-05 16:13:51 +02:00
2022-09-23 16:41:43 +02:00