aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* bin/ln: Set umask appropriately before creating files for testingAlan Somers2017-06-121-0/+3
* sh: Enable interrupts before executing EXIT trap and doing final flush.Jilles Tjoelker2017-06-111-0/+2
* Add tests for ln(1)Alan Somers2017-06-083-0/+228
* Add some basic tests for chmod(1)Enji Cooper2017-06-073-0/+169
* Add testcases for `cat -b`Enji Cooper2017-06-061-0/+2
* sh: Call fc -e editor with interrupts enabled.Jilles Tjoelker2017-06-061-1/+1
* Add additional testcases for cat(1)Enji Cooper2017-06-061-0/+4
* Add basic tests for echo(1)Enji Cooper2017-06-063-0/+66
* Clarify -q is only for pgrep.Bryan Drewery2017-06-051-1/+3
* sh: Make sure to process SIGINT if SETINTON re-enables processing.Jilles Tjoelker2017-06-041-1/+1
* Allow defining nofork builtins from builtins.def and move always-safe ones th...Bryan Drewery2017-06-043-18/+62
* sh: Fix INTOFF leak when a redirection on a compound command fails.Jilles Tjoelker2017-06-043-0/+7
* Fix bin/dd/dd2_tests:seek_overflow on UFS and TMPFSAlan Somers2017-06-031-8/+23
* Mark :seek_overflow as an expected failureEnji Cooper2017-06-031-0/+2
* Stylistic tweaksEnji Cooper2017-06-031-2/+4
* Fix integer overflow detection in ddAlan Somers2017-05-313-1/+56
* sh: Keep output buffer across builtins.Jilles Tjoelker2017-05-181-8/+1
* sh: Ensure memout.bufsize matches allocated buffer, if it exists.Jilles Tjoelker2017-05-182-7/+7
* sh: Simplify output buffering.Jilles Tjoelker2017-05-163-13/+15
* sh: Fix '-' from quoted arithmetic in case/glob pattern range.Jilles Tjoelker2017-05-143-2/+20
* sh: Add test for arithmetic expansion in [x-y] pattern range.Jilles Tjoelker2017-05-132-0/+11