Age | Commit message (Expand) | Author |
---|---|---|
2019-02-25 | Fix a bunch of compiler warnings. Not all, but a lot. | Andreas Kling |
2019-02-08 | LibC: Add some more fake termcap entries to silence bash-5.0. | Andreas Kling |
2019-01-15 | Let's not require TERM=ansi for tgetent() to work. | Andreas Kling |
2018-12-07 | VirtualConsole: Support the 'A' and 'D' CSI sequences. | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling |
2018-11-16 | Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls. | Andreas Kling |
2018-11-12 | Add primitive FIFO and hook it up to sys$pipe(). | Andreas Kling |
2018-11-11 | Add a naive /bin/fgrep for testing pipes. | Andreas Kling |
2018-11-11 | Rage hacking to get bash to run. It finally runs. So cool! :^) | Andreas Kling |
2018-11-05 | More random compat hacking towards getting bash to build. | Andreas Kling |