Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-11 | bin/cp: make buildable via libbsd | Kiyoshi Aman | 3 | -53/+33 |
2019-05-11 | bin/chown: make buildable via libbsd | Kiyoshi Aman | 1 | -24/+7 |
2019-05-11 | bin/chmod: make buildable via libbsd | Kiyoshi Aman | 1 | -16/+3 |
2019-05-10 | bin/chgrp: remove standalone chgrp, chown project provides chgrp already. | Kiyoshi Aman | 3 | -629/+0 |
2019-05-10 | bin/cat: remove NetBSD cruft | Kiyoshi Aman | 1 | -14/+1 |
2019-05-09 | .gitignore: ignore build directory | Kiyoshi Aman | 1 | -0/+1 |
2019-05-09 | build.pl: basic Perl-based buildsystem | Kiyoshi Aman | 1 | -0/+138 |
2019-03-17 | rm bin/pax: utility covered by heirloom-pax | Kiyoshi Aman | 28 | -18728/+0 |
2019-03-15 | {usr.sbin/{link,unlink} => usr.bin}: move existing (un)link implementations i... | Kiyoshi Aman | 5 | -112/+55 |
2019-03-15 | rm bin/sh usr.bin/make: utilities provided by other packages | Kiyoshi Aman | 225 | -74181/+0 |
2019-02-20 | usr/bin/link: POSIX link implementation | Kiyoshi Aman | 1 | -0/+57 |