aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2720-60/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-273-27/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-2761-143/+0
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-11-161-0/+1
* sh: implement PS1 \D to print current timePiotr Pawel Stefaniak2023-09-232-0/+54
* sh: also auto-complete functionsPiotr Pawel Stefaniak2023-09-121-0/+12
* sh: introduce a function to iterate over all hashed commandsPiotr Pawel Stefaniak2023-09-122-7/+41
* sh: tab-complete aliasesPiotr Pawel Stefaniak2023-09-121-0/+9
* sh: introduce a function to iterate over all aliasesPiotr Pawel Stefaniak2023-09-122-6/+24
* sh: reindent a for loop in parser.cPiotr Pawel Stefaniak2023-09-121-119/+123
* 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
* 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