Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | usr.bin/paste: make buildable | Kiyoshi Aman | 1 | -12/+1 |
2019-06-03 | usr.bin/nohup: make buildable | Kiyoshi Aman | 1 | -14/+1 |
2019-06-03 | usr.bin/nl: make buildable with libbsd | Kiyoshi Aman | 1 | -7/+1 |
2019-06-03 | usr.bin/nice: make buildable with libbsd | Kiyoshi Aman | 1 | -14/+2 |
2019-06-02 | usr.bin/mkstr: how did this survive the not-POSIX-or-LSB pruning??? | Kiyoshi Aman | 2 | -451/+0 |
2019-06-02 | usr.bin/mkfifo: make buildable with libbsd | Kiyoshi Aman | 1 | -14/+2 |
2019-06-02 | usr.bin/{m4,man,mesg}: remove, they are handled separately | Kiyoshi Aman | 47 | -8830/+0 |
2019-06-02 | usr.bin/logname: make buildable | Kiyoshi Aman | 1 | -14/+1 |
2019-06-02 | usr.bin/logger; removed; it is available in util-linux | Kiyoshi Aman | 2 | -320/+0 |
2019-06-02 | usr.bin/link: make buildable | Kiyoshi Aman | 1 | -9/+1 |
2019-06-02 | usr.bin/ldd: remove as it is handled elsewhere | Kiyoshi Aman | 11 | -860/+0 |
2019-06-02 | usr.bin/join: make buildable with libbsd | Kiyoshi Aman | 1 | -44/+27 |
2019-06-02 | usr.bin/id: make buildable with libbsd | Kiyoshi Aman | 1 | -17/+4 |
2019-06-02 | usr.bin/iconv: remove as it is handled separately | Kiyoshi Aman | 2 | -358/+0 |
2019-06-02 | usr.bin/head: make buildable with libbsd | Kiyoshi Aman | 1 | -15/+2 |
2019-06-02 | usr.bin/grep: make buildable; needs more hammering to ensure proper functioning | Kiyoshi Aman | 6 | -57/+2 |
2019-06-02 | usr.bin/find: replace with heirloom find | Kiyoshi Aman | 12 | -4253/+2183 |
2019-06-02 | usr.bin/getconf: make buildable with libbsd | Kiyoshi Aman | 1 | -6/+2 |
2019-06-02 | usr.bin/{gencat,locale}: remove as it will be handled at another level | Kiyoshi Aman | 4 | -1932/+0 |
2019-05-31 | usr.bin/fold: make buildable with libbsd | Kiyoshi Aman | 1 | -14/+2 |
2019-05-31 | usr.bin/find: make 99% buildable; needs parsedate() or equivalent | Kiyoshi Aman | 8 | -198/+90 |
2019-05-29 | usr.bin/expand: make buildable with libbsd | Kiyoshi Aman | 1 | -14/+2 |
2019-05-29 | usr.bin/env: make buildable | Kiyoshi Aman | 1 | -33/+20 |
2019-05-29 | usr.bin/du: make buildable | Kiyoshi Aman | 2 | -37/+59 |
2019-05-28 | usr.bin/dirname: make buildable | Kiyoshi Aman | 1 | -14/+1 |
2019-05-28 | usr.bin/cut: make buildable | Kiyoshi Aman | 2 | -19/+6 |
2019-05-28 | usr.bin/ctags: remove, handled separately already | Kiyoshi Aman | 10 | -1946/+0 |
2019-05-28 | usr.bin/csplit: violating my own rule here; it builds, ship it! :V | Kiyoshi Aman | 1 | -10/+5 |
2019-05-28 | usr.bin/comm: make buildable | Kiyoshi Aman | 1 | -14/+1 |
2019-05-28 | usr.bin/compress: remove, as it is handled by ncompress | Kiyoshi Aman | 7 | -2005/+0 |
2019-05-28 | usr.bin/cmp: make buildable, remove nonstandard flag | Kiyoshi Aman | 6 | -65/+9 |
2019-05-28 | usr.bin/cal: make more buildable; requires curses work? | Kiyoshi Aman | 1 | -17/+4 |
2019-05-25 | usr.bin/c99: remove; not sure why this evaded the initial prune | Kiyoshi Aman | 2 | -83/+0 |
2019-05-25 | usr.bin/basename: make buildable | Kiyoshi Aman | 2 | -14/+2 |
2019-05-25 | usr.bin/at: remove; it is already available separately | Kiyoshi Aman | 14 | -2525/+0 |
2019-05-25 | usr.bin/asa: make buildable | Kiyoshi Aman | 1 | -6/+0 |
2019-05-25 | bin/test: make buildable with libbsd | Kiyoshi Aman | 1 | -8/+5 |
2019-05-25 | bin/sleep: make buildable with libbsd, remove nonportable fractional extension | Kiyoshi Aman | 2 | -88/+14 |
2019-05-25 | bin/rmdir: make buildable with libbsd | Kiyoshi Aman | 1 | -15/+2 |
2019-05-25 | bin/rm: make buildable with libbsd | Kiyoshi Aman | 1 | -31/+19 |
2019-05-24 | bin/pwd: make buildable with libbsd | Kiyoshi Aman | 1 | -16/+3 |
2019-05-24 | bin: remove `kill` and `ps`; they are provided by procps | Kiyoshi Aman | 10 | -4454/+0 |
2019-05-24 | bin/mv: make buildable with libbsd | Kiyoshi Aman | 1 | -23/+39 |
2019-05-24 | bin/mkdir: make buildable with libbsd | Kiyoshi Aman | 1 | -16/+4 |
2019-05-23 | bin/expr: make less incompatible with Linux | Kiyoshi Aman | 1 | -6/+2 |
2019-05-23 | bin/ls: make buildable against libbsd | Kiyoshi Aman | 5 | -120/+73 |
2019-05-19 | bin/echo: build against libbsd, make strictly conformant | Kiyoshi Aman | 2 | -41/+4 |
2019-05-19 | bin/df: rewrite | Kiyoshi Aman | 2 | -624/+383 |
2019-05-16 | bin/dd: make buildable with libbsd | Kiyoshi Aman | 11 | -167/+287 |
2019-05-16 | bin/date: make buildable via libbsd, remove unusable options | Kiyoshi Aman | 3 | -268/+34 |