aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2096-0/+192
* Add a -r option to print the running kernel version.Dag-Erling Smørgrav2017-11-142-14/+30
* Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..."Enji Cooper2017-11-051-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3137-37/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-317-0/+77
* Undocument "tdnam" (leaving it as an alias), and rename the columnEdward Tomasz Napierala2017-10-092-5/+4
* Fix long name (used by libxo) for the "tdnam" ps(1) keyword.Edward Tomasz Napierala2017-10-091-1/+1
* Document "tdnam" keyword to ps(1), and add "tdname" alias.Edward Tomasz Napierala2017-10-092-1/+5
* Fix kvm_getprocs(3) error reporting in ps(1).Edward Tomasz Napierala2017-10-061-1/+5
* Remove rcmds.Jeremie Le Hen2017-10-069-1260/+0
* Fix Makefile entries from r323275Alan Somers2017-09-294-1/+8
* Ammend bin/cat/cat.c so the output is the same asideSevan Janiyan2017-09-212-10/+10
* Add basic tests for chflags, mkdir, rcp, and rmdirAlan Somers2017-09-0712-0/+274
* Hint that the "-o emul" option for ps(1) shows the ABI.Edward Tomasz Napierala2017-09-071-2/+2
* Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala2017-09-062-1/+7
* Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala2017-09-061-2/+2
* Pacify GCC on mips32 after r322893Alan Somers2017-08-251-4/+4
* dd(1): Incorrect casting of argumentsAlan Somers2017-08-255-25/+25
* Only emit the trailing new line added in r322613 when not operating in quietLawrence Stewart2017-08-241-1/+1
* The r322210 change to pgrep's PID delimiting behaviour causes pgrep's defaultLawrence Stewart2017-08-171-0/+2
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-1415-0/+15
|\
| * MFhead@r321960Enji Cooper2017-08-021-0/+17
| |\
| * | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-0212-0/+12
| * | MFhead@r321912Enji Cooper2017-08-0213-37/+13
| |\ \
| * | | Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-023-3/+4
* | | | sh: Add test for sh -c with missing command string.Jilles Tjoelker2017-08-132-0/+4
* | | | sh: Add tests for sh -c that already pass.Jilles Tjoelker2017-08-126-0/+41
* | | | cat: fix build with -DNO_UDOM_SUPPORTEd Maste2017-08-091-1/+1
* | | | df(1): Add --si as an alias for -HKyle Evans2017-08-092-3/+11
* | | | pgrep naively appends the delimiter to all PIDs including the lastLawrence Stewart2017-08-081-2/+5
* | | | Don't check result of chflags in f_flag_cleanup()Enji Cooper2017-08-051-1/+1
| |_|/ |/| |
* | | Always use first parameter passed to get_filesystem(..) instead of discarding itEnji Cooper2017-08-021-1/+3
* | | Add expected failures for ZFSEnji Cooper2017-08-021-0/+15
| |/ |/|
* | Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-0213-39/+13
|/
* Use the "tree" word in ps(1) -d option description, to make it easierEdward Tomasz Napierala2017-07-221-2/+2
* date: avoid crash on invalid timeEd Maste2017-07-201-4/+8
* sh: Remove broken #ifdef NOHACK code (related to sh -c).Jilles Tjoelker2017-07-181-7/+2
* Remove unnecessary make logic added in r319339Enji Cooper2017-07-181-4/+0
* Remove SUBDIR ordering/uniquifying in *bin/MakefileEnji Cooper2017-07-061-2/+0
* Add deprecation notices for all rcmd toolsAllan Jude2017-07-041-1/+10
* ed(1): Allow the omission of one address in (.,.) and (.;.) address rangesPedro F. Giffuni2017-07-031-2/+3
* sh: Ignore error when cd writes the directory actually switched to.Jilles Tjoelker2017-06-254-1/+22
* style fixes in bin/echo/testsAlan Somers2017-06-231-14/+18
* Don't expect :sF_flag to fail anymoreEnji Cooper2017-06-201-1/+1
* ln(1): fix -F behaviorEnji Cooper2017-06-201-3/+3
* Use {T:Capacity} for header so html output looks tidyPhil Shafer2017-06-131-1/+1
* Style fixes: clean up leading whitespace (8 single column spaces -> \t)Enji Cooper2017-06-121-101/+101
* ln(1): wordsmith -F option descriptionEnji Cooper2017-06-121-3/+7
* Add a testcase for `ln -sF`Enji Cooper2017-06-121-0/+17
* Use readlink(1)/stat(1) to query symlinks instead of file(1)Enji Cooper2017-06-121-7/+14