aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Fix unalias -a while an alias is currently in use.Jilles Tjoelker2017-04-162-12/+27
* sh: Reduce size of limits table.Jilles Tjoelker2017-04-121-1/+1
* sh: Add test for unaliasing an alias that is currently in use.Jilles Tjoelker2017-04-082-0/+8
* Fix indentation in dd(1)Eric van Gyzen2017-04-021-5/+5
* sh: Remove an XXX comment: it is normal for builtins to use argptr.Jilles Tjoelker2017-04-021-1/+1
* sh: Remove global state from collate_range_cmp().Jilles Tjoelker2017-04-021-1/+3
* sh: Don't scan word twice in ${param=word}.Jilles Tjoelker2017-04-021-12/+11
* sh: Don't scan word twice in ${param#%##%%word}.Jilles Tjoelker2017-04-021-11/+12
* sh: Don't scan word twice in ${param+-word}.Jilles Tjoelker2017-04-021-11/+7
* Update to tcsh 6.20.00Dmitry Chagin2017-03-251-0/+1
* sh: Fix build with -DDEBUG=2.Jilles Tjoelker2017-03-191-4/+1
* sh: Remove unused function declaration for arith_lex_reset().Jilles Tjoelker2017-03-181-1/+0
* sh: Remove unused return value of subevalvar_misc().Jilles Tjoelker2017-03-181-10/+8
* sh: Get rid of global variable argbackq.Jilles Tjoelker2017-03-161-32/+37
* sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst).Jilles Tjoelker2017-03-103-1/+9
* Rename some tests to end in _test.Bryan Drewery2017-03-092-1/+1
* Remove unneeded -x from tests.Bryan Drewery2017-03-091-22/+22
* pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery2017-03-076-11/+347
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-2/+2
* ps(1): Fix -w + UNLIMITED handlingConrad Meyer2017-03-071-1/+1
* Don't kill pid -1 on overflow from strtol(3).Bryan Drewery2017-03-051-3/+7
* sh: Fix crash if a -T trap is taken during command substitution.Jilles Tjoelker2017-03-044-2/+19
* ps(1): Only detect terminal width if stdout is a ttyConrad Meyer2017-03-041-0/+2
* bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-045-7/+7
* sh: Add some already working tests that exercise new code paths.Jilles Tjoelker2017-03-034-0/+20
* Renumber copyright clause 4Warner Losh2017-02-28169-169/+169
* Use uintmax_t to print st_nlink.Konstantin Belousov2017-02-161-4/+4
* Remove empty LiBaptiste Daroussin2017-02-111-1/+1
* Remove space at and of lineBaptiste Daroussin2017-02-111-1/+1
* Remove bdes(1)Allan Jude2017-02-061-5/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+1
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-1/+1
* chmod: Add SIGINFO handlerConrad Meyer2017-01-082-3/+26
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-1/+2
* pax(1): Fix a bug with archives smaller than 512 bytes.Pedro F. Giffuni2016-12-211-1/+4