aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* microcom: require exactly one non-optionDenys Vlasenko2017-08-041-0/+1
* ash: add a fixme comment at run_nofork_appletDenys Vlasenko2017-08-031-1/+3
* nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko2017-08-032-1/+3
* getopt: make it NOEXECDenys Vlasenko2017-08-032-14/+14
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-0311-93/+106
* config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2017-08-032-1/+14
* new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-037-8/+414
* hush: do not accept "if() { echo; }" function defDenys Vlasenko2017-08-025-17/+60
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-026-20/+30
* hush: make SIGINT handling visually less confusingDenys Vlasenko2017-08-021-3/+3
* NOFORK fixesDenys Vlasenko2017-08-026-6/+48
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-0235-42/+42
* config: do not use `a' quoting in help textsDenys Vlasenko2017-08-026-6/+6
* ash: align --login code with dashDenys Vlasenko2017-07-311-13/+17
* test: fix 4-argument caseDenys Vlasenko2017-07-311-9/+39
* hush: remove redundant "G_flag_return_in_progress = -1"Denys Vlasenko2017-07-311-1/+0
* hush: fix "true | func_with_return" not allowing return.Denys Vlasenko2017-07-319-8/+52
* ash: fix display of ">&-" redirect in job stringsDenys Vlasenko2017-07-311-1/+8
* hush: functions have priority over builtins (!)Denys Vlasenko2017-07-315-14/+39
* hush: if STANDALONE, close interactive fd for NOEXECed childrenDenys Vlasenko2017-07-311-2/+15
* ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko2017-07-312-19/+72
* ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-3111-143/+225
* hush: massage redirect code to be slightly more like ashDenys Vlasenko2017-07-311-37/+72
* 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
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-295-17/+63
* ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-293-70/+52
* ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko2017-07-291-26/+22
* libbb: remove vdprintfRon Yorston2017-07-294-27/+0
* ps: tweak outdated comment, no code changesDenys Vlasenko2017-07-291-5/+0
* ps: implement -o sidDenys Vlasenko2017-07-291-0/+6
* standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko2017-07-291-0/+18
* ash: make tryexec(cmd) parameter const charDenys Vlasenko2017-07-291-4/+4
* shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-292-6/+21
* ash: support platforms that don't have '%m' printf specifierRon Yorston2017-07-282-5/+21
* ash: less hackish implementation of evaltreenr()Denys Vlasenko2017-07-282-6/+21
* unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1
* config: more tweaking of help textsDenys Vlasenko2017-07-274-6/+6
* rdate: tweak comments, no code changesDenys Vlasenko2017-07-271-5/+4
* inetd: improve --helpt text and config help text.Denys Vlasenko2017-07-272-12/+31
* tweak examples/var_service/*Denys Vlasenko2017-07-272-7/+9
* ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko2017-07-271-20/+24
* ed: code shrinkDenys Vlasenko2017-07-271-51/+43
* ed: fix --help and reorder functions, no code changesDenys Vlasenko2017-07-271-548/+516
* swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-273-2/+11
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-2716-74/+81
* config: trim/improve item names and help texts.Denys Vlasenko2017-07-272-53/+48
* ash: force inlining of a trivial functionDenys Vlasenko2017-07-261-1/+1