Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Kernel: Get rid of Unix namespace. | Andreas Kling | |
This is no longer needed as the Kernel can stand on its own legs now and there won't be any conflict with host system data types. | |||
2018-11-16 | Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls. | Andreas Kling | |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling | |
2018-10-22 | Start work on a standard C library. I'm calling it... LibC. | Andreas Kling | |