summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
13 dayssh.1: Restore missing builtin commandsAlexander Ziaee
2025-12-27sh: avoid warnings about too-long initializer stringsDimitry Andric
2025-11-19sh: Fix job pointer invalidation with trapsasyncJilles Tjoelker
2025-11-19sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav
2025-11-17sh: Fix a double free in a rare scenario with pipesJilles Tjoelker
2025-11-07sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips
2025-11-07sh tests: Fix racy test11.0Bryan Drewery
2025-09-30bin/sh: Fix the buildLexi Winter
2025-09-30sh: Remove /.profileLexi Winter
2025-09-16init: Use root's home directory in single-user modeJilles Tjoelker
2025-09-02sh: Fix non-NO_ROOT installconfigLexi Winter
2025-09-02sh: Add config tag to /.profileLexi Winter
2025-07-01sh(1): Do not interpret chdir to "" as equivalent to chdir with no argumentXin LI
2025-06-17tests: Update for jemalloc's option parsingEd Maste
2025-05-16sh: Avoid referencing uninitialized memory in aliasJoseph Mingrone
2025-05-01sh.1: Remove a double wordGordon Bergling
2025-04-28dot.shrc: words to words, should be singularGraham Perrin
2025-03-08sh(1): Replace recommendation of use of -e with a noteMichael Osipov
2025-02-27sh.1: extend the section about getoptsPiotr Pawel Stefaniak
2025-02-24sh.1: document optional arguments to `:`Alexander Ziaee
2024-11-29sh.1: update history + spdx + linter errorAlexander Ziaee
2024-11-20sh(1): -l is only valid in cli option not as set -lBaptiste Daroussin
2024-11-20sh(1): add -l optionBaptiste Daroussin
2024-11-17sh tests: Fix ktrace usage now that envvars are traced by defaultMark Johnston
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-10-03manuals: Fix typos in -offset for .Bd and .BlGraham Percival
2024-09-20bin/sh: support RLIMIT_PIPEBUFKonstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-13sh(1): Grammar fix in jobs.cFu-Cheng Wang
2023-12-26sh(1): Fix typoPei-Ju Chien
2023-12-26sh(1): Fix typoKai-Yang Chen
2023-12-26sh(1): Fix typoWEININGCHIU
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-11-16Fix /root permissions after 'make installworld'Thomas Eberhardt
2023-09-23sh: implement PS1 \D to print current timePiotr Pawel Stefaniak
2023-09-12sh: also auto-complete functionsPiotr Pawel Stefaniak
2023-09-12sh: introduce a function to iterate over all hashed commandsPiotr Pawel Stefaniak
2023-09-12sh: tab-complete aliasesPiotr Pawel Stefaniak
2023-09-12sh: introduce a function to iterate over all aliasesPiotr Pawel Stefaniak
2023-09-12sh: reindent a for loop in parser.cPiotr Pawel Stefaniak
2023-08-23sh tests: Update $LINENO tests after $FreeBSD$ removalMark Johnston
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-29Separate dependencies on tools built for host.Simon J. Gerraty
2023-06-19sh: also auto-complete built-insPiotr Pawel Stefaniak