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 referencing uninitialized memory in aliasJoseph Mingrone2026-01-281-0/+5
* sh: avoid warnings about too-long initializer stringsDimitry Andric2026-01-021-1/+1
* sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav2025-11-255-29/+112
* sh tests: Fix racy test11.0Bryan Drewery2025-11-251-2/+2
* sh, csh: Add config tag to /.profile and /.cshrcLexi Winter2025-09-101-1/+1
* tests: Update for jemalloc's option parsingEd Maste2025-09-031-2/+2
* sh(1): Replace recommendation of use of -e with a noteMichael Osipov2025-03-151-6/+4
* sh.1: document optional arguments to `:`Alexander Ziaee2025-02-271-3/+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-124-15/+26
* manuals: Fix typos in -offset for .Bd and .BlGraham Percival2024-11-041-2/+2
* bin/sh: support RLIMIT_PIPEBUFKonstantin Belousov2024-10-051-1/+4
* 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-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16537-537/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1626-52/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1623-23/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Separate dependencies on tools built for host.Simon J. Gerraty2023-06-301-3/+6
* sh: also auto-complete built-insPiotr Pawel Stefaniak2023-06-191-7/+25
* sh: make smark a static variable instead of a local in main()Daniel Kolesa2023-06-081-1/+7
* sh(1): initialize smark to zero in main()Daniel Kolesa2023-06-031-1/+1
* sh: improve stylePiotr Pawel Stefaniak2023-05-131-11/+12
* Fix building host tools for hostSimon J. Gerraty2023-04-201-2/+5
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+2
* sh(1): fix history file write checkingDaniel Kolesa2023-03-201-1/+1
* sh(1): Allow non-printing characters in prompt stringsJuraj Lutter2022-12-223-10/+59
* sh: install hard link with same mode as targetEd Maste2022-11-231-0/+1
* sh: when loading profile, read only .sh files.Dag-Erling Smørgrav2022-10-221-8/+3
* 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