Age | Commit message (Expand) | Author |
---|---|---|
2018-11-29 | Add TIOCGWINSZ ioctl so userland can determine terminal geometry. | Andreas Kling |
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling |
2018-11-16 | Add fcntl() F_DUPFD which is slightly different from dup2(). | Andreas Kling |
2018-11-11 | Add a naive /bin/fgrep for testing pipes. | Andreas Kling |
2018-11-11 | Add ispunct() to LibC + some minor cleanups. | Andreas Kling |
2018-11-09 | Fix some paging related bugs exposed by the spawn stress test. | Andreas Kling |
2018-11-06 | Add strsignal() and improve sharing signal numbers between LibC and kernel. | Andreas Kling |
2018-11-05 | Replace zones with individually tracked physical pages. | Andreas Kling |
2018-11-02 | Implement fork()! | Andreas Kling |
2018-10-31 | Fix busted display of tty names in /proc/summary. | Andreas Kling |
2018-10-31 | Add a /bin/tty command that prints the current tty. | Andreas Kling |