Truly independent web browser
Go to file
Andreas Kling 3a901ae36d Way tighter locking in process creation.
We no longer disable interrupts around the whole affair.
Since MM manages per-process data structures, this works quite smoothly now.
Only procfs had to be tweaked with an InterruptDisabler.
2018-11-01 14:41:49 +01:00
AK Preallocate the maximum number of FileHandle pointers (fds) in every process. 2018-11-01 13:39:28 +01:00
Base/etc Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
ELFLoader Snazz up the kprintf() output a bit by giving it its own color. 2018-10-31 20:14:23 +01:00
Kernel Way tighter locking in process creation. 2018-11-01 14:41:49 +01:00
LibC Waiters should be notified when a waitee is killed. 2018-11-01 01:05:59 +01:00
Userland Have sh print out which signal terminated a child process. 2018-11-01 01:11:00 +01:00
VirtualFileSystem Add a /proc/PID/fds text files that lists all the fds open in a process. 2018-11-01 14:00:28 +01:00
Widgets Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +02:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00