summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2018-10-24Lots of hacking to make a very simple "ls" utility.Andreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling
2018-10-24Add a simplified waitpid() so that sh can wait on spawned commands.Andreas Kling
2018-10-23Minor userland tweaks.Andreas Kling
2018-10-23Assume commands are binaries in /bin for now.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling
2018-10-23Lots of hacking:Andreas Kling
2018-10-22Okay, with some mucking around, there is now a /bin/id and it runs!Andreas Kling
2018-10-22Link "id" against the LibC.Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling