Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace __printflike with __attribute__((format(printf, ...))) | June McEnroe | 2020-06-08 |
| | | | | sed -E 's/__printf0?like[(]([^,]+), ([^)]+)[)]/__attribute__((format(printf, \1, \2)))/' | ||
* | Replace __dead2 with __attribute__((noreturn)) | June McEnroe | 2020-06-08 |
| | | | | sed 's/__dead2/__attribute__((noreturn))/' | ||
* | Import /usr/src/bin/sh from FreeBSD 12.1-RELEASE | June McEnroe | 2020-03-09 |
| | |||
* | Remove 1sh sources | June McEnroe | 2020-03-09 |
| | | | | I'm going to recreate it from fresh sh sources for clean git history. | ||
* | Rename catsh to 1sh | June McEnroe | 2019-06-28 |
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique. |