aboutsummaryrefslogtreecommitdiff
path: root/selinux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-02hush: make SIGINT handling visually less confusingDenys Vlasenko1-3/+3
2017-08-02NOFORK fixesDenys Vlasenko6-6/+48
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko35-42/+42
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko6-6/+6
2017-07-31ash: align --login code with dashDenys Vlasenko1-13/+17
2017-07-31test: fix 4-argument caseDenys Vlasenko1-9/+39
2017-07-31hush: remove redundant "G_flag_return_in_progress = -1"Denys Vlasenko1-1/+0
2017-07-31hush: fix "true | func_with_return" not allowing return.Denys Vlasenko9-8/+52
2017-07-31ash: fix display of ">&-" redirect in job stringsDenys Vlasenko1-1/+8
2017-07-31hush: functions have priority over builtins (!)Denys Vlasenko5-14/+39
2017-07-31hush: if STANDALONE, close interactive fd for NOEXECed childrenDenys Vlasenko1-2/+15
2017-07-31ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko2-19/+72
2017-07-31ash: significant overhaul of redirect saving logicDenys Vlasenko11-143/+225
2017-07-31hush: massage redirect code to be slightly more like ashDenys Vlasenko1-37/+72
2017-07-31ash: remove REDIR_SAVEFD2Denys Vlasenko1-32/+37
2017-07-29ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX codeDenys Vlasenko1-2/+8
2017-07-29ash: [REDIR] Fix popredir on abnormal exit from built-inDenys Vlasenko1-26/+44
2017-07-29ash: [PARSER] Add FAKEEOFMARK for expandstrDenys Vlasenko1-19/+27
2017-07-29hush: fix handling of empty heredoc EOF markerDenys Vlasenko5-17/+63
2017-07-29ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko3-70/+52
2017-07-29ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko1-26/+22
2017-07-29libbb: remove vdprintfRon Yorston4-27/+0
2017-07-29ps: tweak outdated comment, no code changesDenys Vlasenko1-5/+0
2017-07-29ps: implement -o sidDenys Vlasenko1-0/+6
2017-07-29standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko1-0/+18
2017-07-29ash: make tryexec(cmd) parameter const charDenys Vlasenko1-4/+4
2017-07-29shell: make standalone shell tab-complete "busybox"Denys Vlasenko2-6/+21
2017-07-28ash: support platforms that don't have '%m' printf specifierRon Yorston2-5/+21
2017-07-28ash: less hackish implementation of evaltreenr()Denys Vlasenko2-6/+21
2017-07-27unzip: fix regression on big-endian machinesNatanael Copa1-0/+1
2017-07-27config: more tweaking of help textsDenys Vlasenko4-6/+6
2017-07-27rdate: tweak comments, no code changesDenys Vlasenko1-5/+4
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko2-12/+31
2017-07-27tweak examples/var_service/*Denys Vlasenko2-7/+9
2017-07-27ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko1-20/+24
2017-07-27ed: code shrinkDenys Vlasenko1-51/+43
2017-07-27ed: fix --help and reorder functions, no code changesDenys Vlasenko1-548/+516
2017-07-27swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko3-2/+11
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko16-74/+81
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko2-53/+48
2017-07-26ash: force inlining of a trivial functionDenys Vlasenko1-1/+1
2017-07-26ash: revert previous implementation of "A=1 A=2 B=$A cmd" codeDenys Vlasenko1-47/+15
2017-07-26ash: [VAR] Fix loss of variables when hash collidesDenys Vlasenko1-10/+16
2017-07-26ash: [VAR] Do not poplocalvars prematurely on regular utilitiesDenys Vlasenko1-4/+6
2017-07-26ash: [VAR] Fix poplocalvar on abnormal exit from functionDenys Vlasenko1-5/+14
2017-07-26ash: [VAR] Replace cmdenviron with localvarsDenys Vlasenko1-27/+34
2017-07-26ash: [VAR] Fix poplocalvar leakDenys Vlasenko1-1/+2
2017-07-26ash: [VAR] Add localvars nestingDenys Vlasenko1-13/+44
2017-07-26ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()Denys Vlasenko1-9/+13
2017-07-26ash: fix redir_leak.tests if STANDALONE=yDenys Vlasenko1-0/+1