1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 10:11:00 +00:00
No description
Find a file
Andreas Kling b833aa4162 Fix bug where Console::the() was initialized too late.
Yet another problem due to lack of BSS zeroing in the kernel loader...
2018-10-30 23:02:06 +01:00
AK Add an inode metadata cache to the ext2fs implementation. 2018-10-29 23:45:34 +01:00
ELFLoader Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
Kernel Fix bug where Console::the() was initialized too late. 2018-10-30 23:02:06 +01:00
LibC Add sys$ttyname_r and ttyname_r() + ttyname(). 2018-10-30 22:03:02 +01:00
Userland Add sys$ttyname_r and ttyname_r() + ttyname(). 2018-10-30 22:03:02 +01:00
VirtualFileSystem Add sys$ttyname_r and ttyname_r() + ttyname(). 2018-10-30 22:03:02 +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