Denys Vlasenko
|
78ee8fc3e4
ash: fix "char == CTLfoo" comparison signedness bug
|
před 6 roky |
Denys Vlasenko
|
b1aa377a3f
ash,hush: fix "saved" redirected fds still visible in children
|
před 6 roky |
Ingo van Lil
|
59675c625d
ash: fail if 'shift' operand is out of range
|
před 7 roky |
Denys Vlasenko
|
82d1c1f84a
randomconfig fixes
|
před 7 roky |
Denys Vlasenko
|
a5060b8364
ash: fix nofork bug where environment is not properly passed to a command
|
před 7 roky |
Denys Vlasenko
|
9c143ce52d
ash: retain envvars with bad names in initial environment. Closes 10231
|
před 7 roky |
Denys Vlasenko
|
14c85eb7db
whitespace fixes
|
před 7 roky |
Denys Vlasenko
|
3c183a8758
typo fix
|
před 7 roky |
Denys Vlasenko
|
a2e32b324e
ash: survive failures in $PS1 expansion. Closes 10371
|
před 7 roky |
Denys Vlasenko
|
6f97b30a90
use %m printf specifier where appropriate
|
před 7 roky |
Denys Vlasenko
|
12ffefb549
ash: more s/error/perror/ for better error reporting
|
před 7 roky |
Johannes Schindelin
|
687aac056d
ash: when cd fails, say why
|
před 7 roky |
Johannes Schindelin
|
20a63b2c18
ash: report reason when a script file could not be opened
|
před 7 roky |
Denys Vlasenko
|
9832bbaba9
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
|
před 7 roky |
Denys Vlasenko
|
4476c70301
ash,hush: comment and debug tweaks, no code changes
|
před 7 roky |
Denys Vlasenko
|
0485b677d2
ash: one "current line = 1" might be missing, fix that
|
před 7 roky |
Denys Vlasenko
|
452cc1d9bd
ash: [PARSER] Catch variable length expansions on non-existant specials
|
před 7 roky |
Denys Vlasenko
|
4628945cd8
ash: fix "unset OPTIND" throwing an error message
|
před 7 roky |
Denys Vlasenko
|
11f2e99c13
hush: optional times builtin
|
před 7 roky |
Johannes Schindelin
|
3bef5d89b0
ash: implement -d DELIM option for read
|
před 7 roky |
Denys Vlasenko
|
80e8e3cc05
noexec: consolidate code
|
před 7 roky |
Denys Vlasenko
|
c9c1ccc4ed
noexec: do GETOPT_RESET() before entering APPLET_main()
|
před 7 roky |
Denys Vlasenko
|
f2cf1cc716
noexec: set comm field for noexecs
|
před 7 roky |
Denys Vlasenko
|
248a67fb75
free,stat: make NOEXEC
|
před 7 roky |
Denys Vlasenko
|
0f14f41e72
ash: do not set a signal to SIG_DFL if it already is
|
před 7 roky |
Denys Vlasenko
|
f8cdc7a2bc
ash: BASH_XTRACEFD bashism
|
před 7 roky |
Johannes Schindelin
|
7344755823
ash: remove no-longer-used variable
|
před 7 roky |
Denys Vlasenko
|
d329e34c96
ash: INT_OFF/INT_ON around run_nofork_applet()
|
před 7 roky |
Denys Vlasenko
|
49e6bf2db9
sheel: improve comments on signal handling
|
před 7 roky |
Denys Vlasenko
|
cfd392bea9
ash: add a fixme comment at run_nofork_applet
|
před 7 roky |