Age | Commit message (Expand) | Author |
---|---|---|
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling |
2018-10-31 | Enough compatibility work to make figlet build and run! | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |
2018-10-31 | Implement basic sys$kill() and add a /bin/kill | Andreas Kling |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling |
2018-10-27 | Implement loading of linked ELF executables. | Andreas Kling |
2018-10-26 | Add sys$uname() and a /bin/uname utility. | Andreas Kling |
2018-10-25 | Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). | 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-23 | Lots of hacking: | 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 |