aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-04mesg: make in NOFORKDenys Vlasenko
2017-08-04pmap: tweak help text, show usage if no params are givenDenys Vlasenko
2017-08-04runlevel: make it NOEXECDenys Vlasenko
2017-08-04mktemp: make it NOEXECDenys Vlasenko
2017-08-04chat: trim help textDenys Vlasenko
2017-08-04getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-08-04tweak NOFORK_NOEXEC.lstDenys Vlasenko
2017-08-04ash: BASH_XTRACEFD bashismDenys Vlasenko
2017-08-04ash: remove no-longer-used variableJohannes Schindelin
2017-08-04ash: INT_OFF/INT_ON around run_nofork_applet()Denys Vlasenko
2017-08-04sheel: improve comments on signal handlingDenys Vlasenko
2017-08-04modutils: make them NOEXEC except depmodDenys Vlasenko
2017-08-04microcom: require exactly one non-optionDenys Vlasenko
2017-08-03ash: add a fixme comment at run_nofork_appletDenys Vlasenko
2017-08-03nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko
2017-08-03getopt: make it NOEXECDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-03config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko
2017-08-03new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko
2017-08-02hush: do not accept "if() { echo; }" function defDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-08-02hush: make SIGINT handling visually less confusingDenys Vlasenko
2017-08-02NOFORK fixesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-31ash: align --login code with dashDenys Vlasenko
2017-07-31test: fix 4-argument caseDenys Vlasenko
2017-07-31hush: remove redundant "G_flag_return_in_progress = -1"Denys Vlasenko
2017-07-31hush: fix "true | func_with_return" not allowing return.Denys Vlasenko
2017-07-31ash: fix display of ">&-" redirect in job stringsDenys Vlasenko
2017-07-31hush: functions have priority over builtins (!)Denys Vlasenko
2017-07-31hush: if STANDALONE, close interactive fd for NOEXECed childrenDenys Vlasenko
2017-07-31ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko
2017-07-31ash: significant overhaul of redirect saving logicDenys Vlasenko
2017-07-31hush: massage redirect code to be slightly more like ashDenys Vlasenko
2017-07-31ash: remove REDIR_SAVEFD2Denys Vlasenko
2017-07-29ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX codeDenys Vlasenko
2017-07-29ash: [REDIR] Fix popredir on abnormal exit from built-inDenys Vlasenko
2017-07-29ash: [PARSER] Add FAKEEOFMARK for expandstrDenys Vlasenko
2017-07-29hush: fix handling of empty heredoc EOF markerDenys Vlasenko
2017-07-29ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko
2017-07-29ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko
2017-07-29libbb: remove vdprintfRon Yorston
2017-07-29ps: tweak outdated comment, no code changesDenys Vlasenko
2017-07-29ps: implement -o sidDenys Vlasenko
2017-07-29standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko
2017-07-29ash: make tryexec(cmd) parameter const charDenys Vlasenko
2017-07-29shell: make standalone shell tab-complete "busybox"Denys Vlasenko