Block a user
b0e5d02c9a
kernel: Turn off console logging before starting the init process
a620b00b18
Unify libc header descriptions
tar.h uses __attribute__((packed)) directly
tar.h uses __attribute__((packed)) directly
0c73d69a70
Kernel: Fix shadow 12GiB reserved entry when running QEMU without KVM on
c97f588d44
Fix TRY() with Option
7e377ef712
Implement printf()
29bd8a69fa
MemoryManager: Add helper functions to validate arbitrary ranges of userspace memory
7fb2807d0c
libc: Implement time() using clock_gettime().
a8a64863c8
kernel, libc: Add clock_gettime()
6e9b4491a6
MemoryManager: Add copy_to_user() and copy_to_user_typed()
b851dcf9b9
libc: Implement mbstowcs() using Utf8StringDecoder
8891304509
libc: Add ctype.h