aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-21/+84
|\|
| * ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko2017-11-031-5/+40
| * ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko2017-11-021-4/+22
| * whitespace fixesDenys Vlasenko2017-10-121-3/+3
| * typo fixDenys Vlasenko2017-10-121-1/+1
| * ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko2017-10-121-1/+18
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-291-8/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-7/+7
|\|
| * ash: more s/error/perror/ for better error reportingDenys Vlasenko2017-08-231-5/+5
| * ash: when cd fails, say whyJohannes Schindelin2017-08-231-1/+1
| * ash: report reason when a script file could not be openedJohannes Schindelin2017-08-231-1/+1
* | ash: stop assuming that pointers and ints are interchangeableJohannes Schindelin2017-08-311-3/+3
* | ash: avoid assumption about sizeof(long) == sizeof(void *)Johannes Schindelin2017-08-311-1/+1
* | win32: shrink code to detect .exe filesRon Yorston2017-08-301-9/+4
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-9/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-42/+110
|\|
| * ash: unset OPTARG if getopts exits 1, support OPTERR=0 behaviorDenys Vlasenko2017-08-151-2/+11
| * ash,hush: comment and debug tweaks, no code changesDenys Vlasenko2017-08-151-2/+3
| * ash: one "current line = 1" might be missing, fix thatDenys Vlasenko2017-08-141-4/+5
| * ash: [PARSER] Catch variable length expansions on non-existant specialsDenys Vlasenko2017-08-141-3/+9
| * ash: fix "unset OPTIND" throwing an error messageDenys Vlasenko2017-08-111-1/+3
| * hush: optional times builtinDenys Vlasenko2017-08-101-7/+9
| * ash: implement -d DELIM option for readJohannes Schindelin2017-08-091-3/+12
| * noexec: consolidate codeDenys Vlasenko2017-08-071-7/+1
| * noexec: do GETOPT_RESET() before entering APPLET_main()Denys Vlasenko2017-08-071-0/+1
| * noexec: set comm field for noexecsDenys Vlasenko2017-08-071-1/+4
| * free,stat: make NOEXECDenys Vlasenko2017-08-071-0/+2
| * ash: do not set a signal to SIG_DFL if it already isDenys Vlasenko2017-08-061-1/+7
| * ash: BASH_XTRACEFD bashismDenys Vlasenko2017-08-041-0/+10
| * ash: remove no-longer-used variableJohannes Schindelin2017-08-041-2/+0
| * ash: INT_OFF/INT_ON around run_nofork_applet()Denys Vlasenko2017-08-041-3/+19
| * sheel: improve comments on signal handlingDenys Vlasenko2017-08-041-11/+16
| * ash: add a fixme comment at run_nofork_appletDenys Vlasenko2017-08-031-1/+3
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-2/+3
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* | ash: improvements to ctrl-c handlingRon Yorston2017-08-031-1/+4
* | ash: fixes to wait statusRon Yorston2017-08-031-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-021-302/+393
|\|
| * ash: align --login code with dashDenys Vlasenko2017-07-311-13/+17
| * ash: fix display of ">&-" redirect in job stringsDenys Vlasenko2017-07-311-1/+8
| * ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko2017-07-311-9/+30
| * ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-311-139/+193
| * ash: remove REDIR_SAVEFD2Denys Vlasenko2017-07-311-32/+37
| * ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX codeDenys Vlasenko2017-07-291-2/+8
| * ash: [REDIR] Fix popredir on abnormal exit from built-inDenys Vlasenko2017-07-291-26/+44
| * ash: [PARSER] Add FAKEEOFMARK for expandstrDenys Vlasenko2017-07-291-19/+27
| * ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-291-70/+41
| * ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko2017-07-291-26/+22
* | ash: don't reset pending_int in waitpid_childRon Yorston2017-08-021-1/+0
* | ash: allow long-running nofork applets to be interruptedRon Yorston2017-08-011-1/+9