Go to file
Andreas Kling 018da1be11 Generalize the SpinLock and move it to AK.
Add a separate lock to protect the VFS. I think this might be a good idea.
I'm not sure it's a good approach though. I'll fiddle with it as I go along.

It's really fun to figure out all these things on my own.
2018-10-23 23:34:05 +02:00
AK Generalize the SpinLock and move it to AK. 2018-10-23 23:34:05 +02:00
ELFLoader ExecSpace should free its own allocations on destruction. 2018-10-23 15:31:23 +02:00
Kernel Generalize the SpinLock and move it to AK. 2018-10-23 23:34:05 +02:00
LibC Generalize the SpinLock and move it to AK. 2018-10-23 23:34:05 +02:00
Userland Minor userland tweaks. 2018-10-23 13:57:17 +02:00
VirtualFileSystem Generalize the SpinLock and move it to AK. 2018-10-23 23:34:05 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
.gitignore Add a root .gitignore. 2018-10-13 17:00:27 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00