summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2019-07-21bin/uname: fix nonstandard behaviourKiyoshi Aman1-6/+12
2019-07-20bin/uname: add POSIX-compliant uname(1)Kiyoshi Aman3-0/+204
2019-07-19bin/ed: make buildable with libbsdKiyoshi Aman9-90/+7
2019-07-06{usr.bin => bin}/{true,false}: put true/false where they belongKiyoshi Aman4-0/+116
2019-07-05bin/expr: POSIX BRE is default and has no flagSamuel Holland1-1/+1
2019-07-05build: add wrapper MakefileSamuel Holland2-0/+16
2019-07-05build: add gprbuild projectsSamuel Holland19-0/+134
2019-07-04bin/sync: retrieve erroneously-removed utilityKiyoshi Aman2-0/+115
2019-07-04bin/ln: make buildable with libbsdKiyoshi Aman1-20/+3
2019-05-25bin/test: make buildable with libbsdKiyoshi Aman1-8/+5
2019-05-25bin/sleep: make buildable with libbsd, remove nonportable fractional extensionKiyoshi Aman2-88/+14
2019-05-25bin/rmdir: make buildable with libbsdKiyoshi Aman1-15/+2
2019-05-25bin/rm: make buildable with libbsdKiyoshi Aman1-31/+19
2019-05-24bin/pwd: make buildable with libbsdKiyoshi Aman1-16/+3
2019-05-24bin: remove `kill` and `ps`; they are provided by procpsKiyoshi Aman10-4454/+0
2019-05-24bin/mv: make buildable with libbsdKiyoshi Aman1-23/+39
2019-05-24bin/mkdir: make buildable with libbsdKiyoshi Aman1-16/+4
2019-05-23bin/expr: make less incompatible with LinuxKiyoshi Aman1-6/+2
2019-05-23bin/ls: make buildable against libbsdKiyoshi Aman5-120/+73
2019-05-19bin/echo: build against libbsd, make strictly conformantKiyoshi Aman2-41/+4
2019-05-19bin/df: rewriteKiyoshi Aman2-624/+383
2019-05-16bin/dd: make buildable with libbsdKiyoshi Aman11-167/+287
2019-05-16bin/date: make buildable via libbsd, remove unusable optionsKiyoshi Aman3-268/+34
2019-05-11bin/cp: make buildable via libbsdKiyoshi Aman3-53/+33
2019-05-11bin/chown: make buildable via libbsdKiyoshi Aman1-24/+7
2019-05-11bin/chmod: make buildable via libbsdKiyoshi Aman1-16/+3
2019-05-10bin/chgrp: remove standalone chgrp, chown project provides chgrp already.Kiyoshi Aman3-629/+0
2019-05-10bin/cat: remove NetBSD cruftKiyoshi Aman1-14/+1
2019-03-17rm bin/pax: utility covered by heirloom-paxKiyoshi Aman28-18728/+0
2019-03-15rm bin/sh usr.bin/make: utilities provided by other packagesKiyoshi Aman83-32752/+0
2019-02-03initial populationKiyoshi Aman367-0/+79735