Age | Commit message (Expand) | Author |
---|---|---|
2018-10-25 | ELFLoader should fail with an error message for unresolved symbols. | Andreas Kling |
2018-10-24 | Add a "pwd" utility to userland. | Andreas Kling |
2018-10-24 | Add an lstat() syscall and use it to make "ls" nicer. | Andreas Kling |
2018-10-24 | Lots of hacking to make a very simple "ls" utility. | Andreas Kling |
2018-10-24 | Add simplified mmap() and munmap() syscalls. | Andreas Kling |
2018-10-24 | Add a simplified waitpid() so that sh can wait on spawned commands. | Andreas Kling |
2018-10-23 | Generalize the SpinLock and move it to AK. | Andreas Kling |
2018-10-23 | Lots of hacking: | Andreas Kling |
2018-10-22 | Launching an arbitrary ELF executable from disk works! :^) | Andreas Kling |
2018-10-22 | Okay, with some mucking around, there is now a /bin/id and it runs! | Andreas Kling |
2018-10-22 | Link "id" against the LibC. | Andreas Kling |
2018-10-22 | Import very modest Userland. | Andreas Kling |
2018-10-22 | Start work on a standard C library. I'm calling it... LibC. | Andreas Kling |