aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: when loading profile, skip obvious scratch files.Dag-Erling Smørgrav2022-10-031-0/+5
* sh: read more profile files.Dag-Erling Smørgrav2022-10-011-0/+20
* sh: Fix mismatch in array bounds for vforkexecshell().John Baldwin2022-09-281-1/+1
* sh: nullify ENV in testsPiotr Pawel Stefaniak2022-08-203-3/+3
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-206-21/+41
* For man page references found in ports, indicate the respective port.Jens Schweikhardt2022-08-141-5/+5
* sh.1: Fix a mandoc warningGordon Bergling2022-07-311-1/+2
* sh: fix autocompletion for commands that share name with a directoryPiotr Pawel Stefaniak2022-03-281-2/+33
* sh: Don't add something to a null pointerJilles Tjoelker2022-01-261-0/+2
* sh: Avoid some headers when NO_HISTORY is set.Bryan Drewery2021-11-252-0/+4
* sh: Fix heredoc at certain places in case and forJilles Tjoelker2021-10-275-7/+37
* sh: Set PATH envvar after setting HOME in dotfileKa Ho Ng2021-10-261-2/+2
* sh(1): fix home/del key on mobaxterm envBaptiste Daroussin2021-10-201-0/+4
* sh(1): interactive mode improvementBaptiste Daroussin2021-10-201-0/+9
* src/bin/sh: Fix spelling errorsElyes HAOUAS2021-10-024-4/+4
* read builtin: Empty variables on timeoutBryan Drewery2021-09-244-0/+29
* sh: Add -o verify to use O_VERIFY when sourcing scriptsStephane Rochoy2021-09-239-12/+31
* sh: try to avoid overwriting HISTFILE produced by other shellsPiotr Pawel Stefaniak2021-09-221-2/+6
* sh: improve command completionPiotr Pawel Stefaniak2021-09-221-4/+18
* sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-221-0/+7
* sh: remove emacs improvements that are now defaults in libeditBaptiste Daroussin2021-09-221-2/+0
* sh: improve command completionPiotr Pawel Stefaniak2021-09-191-21/+19
* sh: improve emacs modeBaptiste Daroussin2021-08-281-0/+1
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-191-21/+21
* sh: implement persistent history storageBaptiste Daroussin2021-05-105-2/+81
* sh: fix debug buildPiotr Pawel Stefaniak2021-04-113-8/+5
* sh: silence sanitizerPiotr Pawel Stefaniak2021-04-011-1/+4
* sh: improve emacs modeBaptiste Daroussin2021-03-301-1/+3
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-03-292-1/+129
* sh/tests: Add a second kind of binary scripts without #!Jilles Tjoelker2021-01-032-0/+11
* sh: Explain duplicate tcsetpgrp() callsJilles Tjoelker2020-12-261-1/+6
* sh: Write absolute path in command -vV and typeJilles Tjoelker2020-09-015-11/+64
* sh: Keep ignored SIGINT/SIGQUIT after set in a background jobJilles Tjoelker2020-08-285-2/+27
* sh(1): print a newline when ^D quits shPiotr Pawel Stefaniak2020-07-271-0/+4
* sh: Do not ignore INTOFF during a trapJilles Tjoelker2020-07-091-6/+1
* Fix description of the "\$" sequence for PS1Mateusz Piotrowski2020-07-061-3/+3
* sh/tests: Re-enable bin.sh.execution.functional_test.bg12.0Jilles Tjoelker2020-06-281-15/+1
* sh/tests: Fix flaky execution/bg12.0Jilles Tjoelker2020-06-281-1/+1
* Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CILi-Wen Hsu2020-06-261-1/+15
* sh/tests: Add tests for SIGINT in non-jobc background commandsJilles Tjoelker2020-06-143-0/+30
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-041-0/+3
* sh: Allow more scripts without #!Jilles Tjoelker2020-05-303-1/+42
* sh: Remove a comment that was obsoleted by r358152Jilles Tjoelker2020-05-221-3/+1
* sh: Fix double INTON with vforkJilles Tjoelker2020-05-163-1/+10
* sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker2020-05-125-0/+21
* sh: Assert INTOFF rather than applying it in ck*Jilles Tjoelker2020-04-281-6/+13
* sh: Remove remnants to compile out fc completelyJilles Tjoelker2020-04-222-10/+3
* Fix build with NO_HISTORY setBryan Drewery2020-04-211-3/+3
* [sh] Fix a "may be unused" warning on mips-gccAdrian Chadd2020-04-161-0/+1
* Bump WARNS for sh(1).Edward Tomasz Napierala2020-04-011-2/+0