aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-28ash: support platforms that don't have '%m' printf specifierRon Yorston
2017-07-28ash: less hackish implementation of evaltreenr()Denys Vlasenko
2017-07-27unzip: fix regression on big-endian machinesNatanael Copa
2017-07-27config: more tweaking of help textsDenys Vlasenko
2017-07-27rdate: tweak comments, no code changesDenys Vlasenko
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko
2017-07-27tweak examples/var_service/*Denys Vlasenko
2017-07-27ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko
2017-07-27ed: code shrinkDenys Vlasenko
2017-07-27ed: fix --help and reorder functions, no code changesDenys Vlasenko
2017-07-27swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko
2017-07-26ash: force inlining of a trivial functionDenys Vlasenko
2017-07-26ash: revert previous implementation of "A=1 A=2 B=$A cmd" codeDenys Vlasenko
2017-07-26ash: [VAR] Fix loss of variables when hash collidesDenys Vlasenko
2017-07-26ash: [VAR] Do not poplocalvars prematurely on regular utilitiesDenys Vlasenko
2017-07-26ash: [VAR] Fix poplocalvar on abnormal exit from functionDenys Vlasenko
2017-07-26ash: [VAR] Replace cmdenviron with localvarsDenys Vlasenko
2017-07-26ash: [VAR] Fix poplocalvar leakDenys Vlasenko