Go to file
Andreas Kling ec1d16b307 Add a "pwd" utility to userland.
It's implemented as a separate process. How cute is that.
Tasks now have a current working directory. Spawned tasks inherit their
parent task's working directory.
Currently everyone just uses "/" as there's no way to chdir().
2018-10-24 14:28:22 +02:00
AK Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
ELFLoader ExecSpace should free its own allocations on destruction. 2018-10-23 15:31:23 +02:00
Kernel Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
LibC Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
Userland Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
VirtualFileSystem Add a "pwd" utility to userland. 2018-10-24 14:28:22 +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