Luna/kernel/include/thread
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
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Scheduler: Implement a find_by_pid function 2022-10-17 20:40:38 +02:00
Spinlock.h Add spinlocks 2022-09-18 20:15:19 +02:00
Task.h Kernel: Accept not opened file descriptors in dup2() 2022-11-03 16:52:21 +01:00