Truly independent web browser
Go to file
Andreas Kling 074edffc44 Add a simple StringBuilder::appendf() and use it for ProcFS.
Okay, now ProcFS doesn't crash due to the crappy buffer size estimates
not really working out. This thing has dogshit performance and I will
fix that separately.
2019-01-18 02:46:39 +01:00
AK Add a simple StringBuilder::appendf() and use it for ProcFS. 2019-01-18 02:46:39 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Add a simple StringBuilder::appendf() and use it for ProcFS. 2019-01-18 02:46:39 +01:00
LibC Get rid of #ifdef SERENITY. We're past that phase of bootstrapping. 2019-01-17 01:41:36 +01:00
Terminal Add WindowActivated and WindowDeactivated events. 2019-01-17 17:38:04 +01:00
Userland Add WindowActivated and WindowDeactivated events. 2019-01-17 17:38:04 +01:00
VirtualFileSystem Rename SpinLock to Lock. It hasn't been a SpinLock for some time. 2019-01-17 16:25:02 +01:00
Widgets Paper over annoying race in GraphicsBitmap instantiation. 2019-01-17 02:58:34 +01:00
WindowServer Add WindowActivated and WindowDeactivated events. 2019-01-17 17:38:04 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00