Block a user
e54f033578
libc: Add wcslen (with a test) and wcscat
35829a6998
libc: Remove unnecessary casts in strcat() and strncat()
6ab246a05e
libc: Add a basic implementation of pathconf()
9e8a57cec7
libc: Add getdtablesize()
f46831f459
libc: Define PATH_MAX
de2451e553
Kernel: Change up the logging in the kernel's PRNG
11ee01f269
Kernel: Remove "checkpoint logging" in main.cpp
bf1d3d3f05
mkdir: Print newline after usage
662afad426
Kernel: Add a Result class
a3465c2f5e
tools: Make buildstep exit on error
da41784183
Fix setup-gcc.sh
b8014a158c
ports: Add a port of the GNU binutils =D
2ac98ed0c1
libc: Define wint_t in wchar.h
078f3f5862
Kernel: Add a remainder to refactor the initial ramdisk code
d76af10e70
Kernel: Move initrd into the fs/ folder