Go to file
Andreas Kling 546ddd7de0 Remove logspam in /dev/{full,null,zero} now that they work just fine.
Also don't echo anything to console when putch'ing '\0'.
2018-10-26 11:27:42 +02:00
AK Add sys$gethostname and /bin/hostname 2018-10-26 09:54:29 +02:00
ELFLoader Implement errno in LibC. 2018-10-25 12:06:50 +02:00
Kernel Remove logspam in /dev/{full,null,zero} now that they work just fine. 2018-10-26 11:27:42 +02:00
LibC Implement argc/argv support for spawned tasks. 2018-10-26 11:16:56 +02:00
Userland Implement argc/argv support for spawned tasks. 2018-10-26 11:16:56 +02:00
VirtualFileSystem Remove logspam in /dev/{full,null,zero} now that they work just fine. 2018-10-26 11:27:42 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +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