summaryrefslogtreecommitdiff
path: root/LibC/Makefile
AgeCommit message (Expand)Author
2018-11-06Add umask().Andreas Kling
2018-11-05More random compat hacking towards getting bash to build.Andreas Kling
2018-11-05Lots of minor compat stuff while seeing if bash would build.Andreas Kling
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling
2018-10-31Enough compatibility work to make figlet build and run!Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling
2018-10-31Implement basic sys$kill() and add a /bin/killAndreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling
2018-10-27Implement loading of linked ELF executables.Andreas Kling
2018-10-26Add sys$uname() and a /bin/uname utility.Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling
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-23Lots of hacking:Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-22Start work on a standard C library. I'm calling it... LibC.Andreas Kling