Age | Commit message (Expand) | Author |
---|---|---|
2018-11-17 | Various stubs while trying to get an old coreutils to build. | Andreas Kling |
2018-11-11 | Rage hacking to get bash to run. It finally runs. So cool! :^) | Andreas Kling |
2018-11-11 | Add really cheap atol() since sizeof(int) == sizeof(long) here anyway. | Andreas Kling |
2018-11-06 | Add some basic signal support. | Andreas Kling |
2018-10-31 | Enough compatibility work to make figlet build and run! | Andreas Kling |
2018-10-31 | More LibC portability work while trying to get figlet building. | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling |
2018-10-24 | Lots of hacking to make a very simple "ls" utility. | Andreas Kling |