index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
sh
Age
Commit message (
Expand
)
Author
2023-06-24
Fix typo in a debug message.
msaitoh
2023-04-07
Remove an end of file trailing blank line that served no purpose.
kre
2023-04-07
The great shell trailing whitespace cleanup of 2023...
kre
2023-03-21
Use "sigjmp_buf loc" after switch to sigsetjmp()/siglongjmp().
hannken
2023-03-19
Do a better job handling EACCES errors from exec() calls. If the
kre
2023-03-19
Switch from using _setjmp()/_longjmp() (on BSD systems which aren't SVR4)
kre
2023-03-19
Change a few #defines from octal to hex (pdp11 days are long gone).
kre
2023-03-06
Adjust tilde expansion as will be documented in the forthcoming
kre
2023-02-24
Allow (but do not require) the magic '--' option terminator in
kre
2022-12-20
More markup errors. \+ was intended to be \&+ and .EV .Ev of course.
kre
2022-12-20
Using .Cm Cm makes no sense at all - no idea what I was thinking there
kre
2022-12-20
sh(1): Fix markup. -compact must be last.
uwe
2022-12-11
It appears that POSIX intends to add a -d X option to the read command
kre
2022-10-30
PR bin/57053 is related (peripherally) here.
kre
2022-10-30
Note in the description of "jobs -p" that the process id returned is
kre
2022-09-18
Oops, somehow managed to commit an older version where NBSH_INVOCATION
kre
2022-09-18
Add the -l option (aka -o login): be a login shell. Meaningful only on
kre
2022-09-16
More wording improvements. There might be more to come.
kre
2022-09-16
Minor wording improvements.
kre
2022-09-16
Move a comment that used to be in the correct place, once upon a time,
kre
2022-09-16
Whitespace.
kre
2022-09-15
Correct spelling of terminal (it doesn't have a 2nd m).
kre
2022-08-22
Add debugging trace points for history and the editline interface.
kre
2022-08-21
sh(1): revert previous because it interferes with custom user bindings
nia
2022-08-19
Improve the description of the read builtin command.
kre
2022-08-19
Don't output the error for bad usage (no var name given)
kre
2022-08-19
PR bin/56972 Fix escape ('\') handling in sh read builtin.
kre
2022-08-18
sh(1): Allow an explicit set -o vi or set -o emacs to override ~/.editrc
nia
2022-08-17
sh(1): Assign the tab completion key binding last so a user having
nia
2022-05-31
fix various typos in comments, documentation and messages.
andvar
2022-04-18
Introduce a new macro JNUM to replace the idiom jp-jobtab+1
kre
2022-04-17
fix various typos in comments.
andvar
2022-04-16
Redo the way the builtin cmd 'ulimit' getopt() (nextopt() really, but it
kre
2022-04-16
While doing the previous change, I noticed that when used in a
kre
2022-04-16
Avoid generating error messages implying that user errors are illegal.
kre
2022-04-10
fix various typos in comments and output/log messages.
andvar
2022-02-08
sh: fix typo in comment
rillig
2022-02-02
After (a few days short of) 21 years, revert 1.25, which did nothing except
kre
2022-01-31
When we initialize libedit (editline) always call ourselves "sh" no
kre
2022-01-31
Add some comments explaining accesses to the environment via
kre
2022-01-22
After 3 and a bit years, it is time...
kre
2022-01-07
sh(1): improve getopts docs for optstring leading :
lukem
2022-01-07
sh(1): fix formatting warnings
lukem
2022-01-05
Use a volative local shadow of a field in an (on-stack) non-volatile struct
kre
2021-12-19
s/forground/foreground/ in comments.
andvar
2021-12-12
s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments.
andvar
2021-12-08
s/desireable/desirable/ in comments.
andvar
2021-12-05
s/existance/existence/ in comment.
msaitoh
2021-12-05
s/commmand/command/ in comment.
msaitoh
2021-11-22
PR bin/53550
kre
[next]