aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* sh: Fix INTOFF leak after a builtin with different locale settings.Jilles Tjoelker2017-05-073-1/+7
* .Xr resizewin from stty(1) man page.Edward Tomasz Napierala2017-05-071-0/+1
* sh: Update TOUR and comments for some code changes, some of them old.Jilles Tjoelker2017-05-065-44/+58
* sh: Simplify handling of newlines in command substitution.Jilles Tjoelker2017-04-281-22/+17
* sh: Add some tests for command substitution final newline stripping.Jilles Tjoelker2017-04-273-0/+15
* sh: Add tests for NUL byte in command substitution output.Jilles Tjoelker2017-04-232-0/+25
* sh: Simplify setinteractive().Jilles Tjoelker2017-04-223-9/+4
* sh: Fix use after free when resetting an in-use alias.Jilles Tjoelker2017-04-163-10/+10
* sh: Link the new test to the build.Jilles Tjoelker2017-04-161-0/+1