Block a user
2d807e3ca5
tools: Add prefix messages that tell us where we're at in a build, inspired by SerenityOS :)
b615166373
libc: Stub out tmpfile() as well as add an empty math.h
58b01b74e2
Kernel, libc: Add stat()
185757e2a7
600th commit!
1a82bbb234
ports: Add a port system
865018e7f8
libc: Implement dirfd, rewinddir, telldir and seekdir
e457b88b04
Kernel, libc: Implement O_DIRECTORY and use that in dirent.h
8bf2904d74
libc: Implement a basic subset of dirent.h
32db366781
apps: Add a little ls utility that lists the files in /bin
14367f07b5
Kernel: Add support for getdents() to DeviceFS
78d72c2f0c
Kernel, libc: Add a getdents() system call