Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. | |||
2018-11-29 | Add TIOCGWINSZ ioctl so userland can determine terminal geometry. | Andreas Kling | |
(Don't) use this to implement short-form output in ls. I'm too tired to make a nice column formatting algorithm. I just wanted something concise when I type "ls". | |||
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 | |