Truly independent web browser
Go to file
Andreas Kling ebf308d413 Make kernel build with clang.
It's a bit faster than g++ and seems to generate perfectly fine code.
The kernel is also roughly 10% smaller(!)
2018-11-09 12:22:31 +01:00
AK Make kernel build with clang. 2018-11-09 12:22:31 +01:00
Base/etc Add getgrent() family of functions. 2018-11-06 22:27:51 +01:00
ELFLoader Make kernel build with clang. 2018-11-09 12:22:31 +01:00
Kernel Make kernel build with clang. 2018-11-09 12:22:31 +01:00
LibC Move <utsname.h> to <sys/utsname.h> for correctness. 2018-11-09 10:24:41 +01:00
Userland Move <utsname.h> to <sys/utsname.h> for correctness. 2018-11-09 10:24:41 +01:00
VirtualFileSystem Make kernel build with clang. 2018-11-09 12:22:31 +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