Truly independent web browser
Go to file
Andreas Kling a685809e75 Waiters should be notified when a waitee is killed.
Ran into a horrendous bug where VirtualConsole would overrun its buffer
and scribble right into some other object if we were interrupted while
processing a character. Slapped an InterruptDisabler onto onChar for now.

This provokes an interesting question though.. if a process is killed
while its in kernel space, how the heck do we release any locks it held?
I'm sure there are many different solutions to this problem, but I'll
have to think about it.
2018-11-01 01:05:59 +01:00
AK Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +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 Waiters should be notified when a waitee is killed. 2018-11-01 01:05:59 +01:00
LibC Waiters should be notified when a waitee is killed. 2018-11-01 01:05:59 +01:00
Userland Add a /bin/tty command that prints the current tty. 2018-10-31 21:46:05 +01:00
VirtualFileSystem Waiters should be notified when a waitee is killed. 2018-11-01 01:05:59 +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