aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix job pointer invalidation with trapsasyncJilles Tjoelker2026-02-013-1/+15
* sh: Fix a double free in a rare scenario with pipesJilles Tjoelker2026-02-013-1/+9
* sh: avoid warnings about too-long initializer stringsDimitry Andric2026-01-021-1/+1
* sh(1): Replace recommendation of use of -e with a noteMichael Osipov2025-03-151-6/+4
* sh.1: update history + spdx + linter errorAlexander Ziaee2024-12-281-2/+5
* sh(1): -l is only valid in cli option not as set -lBaptiste Daroussin2024-12-121-1/+1
* sh(1): add -l optionBaptiste Daroussin2024-12-121-1/+1
* sh(1): add -l optionBaptiste Daroussin2024-12-124-15/+26
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-12-011-0/+1
* sh tests: Update $LINENO tests after $FreeBSD$ removalMark Johnston2023-08-232-4/+4
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23537-537/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2326-52/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2323-23/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-232-4/+0
* sh(1): fix history file write checkingDaniel Kolesa2023-05-191-1/+1
* sh: install hard link with same mode as targetEd Maste2023-03-231-0/+1
* sh: Fix mismatch in array bounds for vforkexecshell().John Baldwin2022-11-111-1/+1
* sh: read more profile files.Dag-Erling Smørgrav2022-11-021-0/+20
* sh(1): fix home/del key on mobaxterm envBaptiste Daroussin2022-10-121-0/+4
* sh(1): interactive mode improvementBaptiste Daroussin2022-10-121-0/+9
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-246-21/+41
* sh: nullify ENV in testsPiotr Pawel Stefaniak2022-08-243-3/+3
* sh: implement persistent history storageBaptiste Daroussin2022-04-305-2/+85
* sh: fix autocompletion for commands that share name with a directoryPiotr Pawel Stefaniak2022-04-131-2/+33
* src/bin/sh: Fix spelling errorsElyes HAOUAS2021-11-194-4/+4
* sh: Set PATH envvar after setting HOME in dotfileKa Ho Ng2021-10-311-2/+2
* sh: improve command completionPiotr Pawel Stefaniak2021-09-251-4/+18
* sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-251-0/+7
* sh: improve command completionPiotr Pawel Stefaniak2021-09-251-21/+19
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-281-21/+21
* sh: fix debug buildPiotr Pawel Stefaniak2021-05-053-8/+5
* sh: silence sanitizerPiotr Pawel Stefaniak2021-05-051-1/+4
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-05-052-1/+129
* sh: improve emacs modeBaptiste Daroussin2021-05-051-1/+3
* 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