aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-30ash: remove dead stores and unused variablesDenys Vlasenko1-3/+1
2016-09-30ash: [MEMALLOC] Add pushstackmarkDenys Vlasenko1-34/+19
2016-09-30hush: fix typo in commentDenys Vlasenko1-1/+1
2016-09-30hush: fix interactive input handling of backslash+newlineDenys Vlasenko1-74/+89
2016-09-29hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko1-2/+7
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2-2/+2
2016-09-29hush: speed optimizationsDenys Vlasenko1-6/+27
2016-09-29hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko1-15/+39
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko1-68/+125
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko5-1/+50
2016-09-29ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko1-15/+29
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko10-0/+177
2016-09-29ash: input: Allow two consecutive calls to pungetcDenys Vlasenko1-34/+43
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko5-1/+15
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko5-0/+18
2016-09-29ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko1-1/+1
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko5-36/+36
2016-09-28ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko1-3/+7
2016-09-28ash: Remove unused EV_BACKCMD flagDenys Vlasenko1-1/+0
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko5-55/+89
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko11-105/+40
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko1-5/+5
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko1-8/+14
2016-09-26examples: wpa_supplicant.conf has a wrong field deleted in examplesDenys Vlasenko1-1/+1
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko1-3/+3
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2-2/+11
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko1-1/+16
2016-09-26typo fix in commentDenys Vlasenko1-1/+1
2016-09-25ash: in heredoc code, fix access past the end of allocated memory. Closes 9276Denys Vlasenko1-14/+18
2016-09-25ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko3-5/+29
2016-09-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko1-1/+6
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko1-0/+40
2016-09-22AUTHORS: Add myself to AUTHORSLinus Walleij1-0/+4
2016-09-21ash: use glob() from libcDenys Vlasenko1-11/+91
2016-09-20examples/var_service/supplicant_if: new service exampleDenys Vlasenko6-0/+83
2016-09-20ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko1-2/+5
2016-09-20ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236Denys Vlasenko1-0/+3
2016-09-20hush: document better where bad redirect syntax is detectedDenys Vlasenko1-3/+20
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens1-8/+8
2016-09-18libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko1-2/+3
2016-09-17ash: exit after subshell error when errexit option is setRostislav Skudnov3-0/+8
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko1-36/+36
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko3-10/+10
2016-09-17ash: add a FIXME for bug 9246Denys Vlasenko1-0/+9
2016-09-15svlogd: strip leading '!' from processor linesFrancis Rounds1-1/+1
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko1-1/+3
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko1-2/+8
2016-09-15modutils: support finit_module syscallMike Frysinger2-3/+51
2016-09-13less: switch off nonblock on kbd_fd before exitDenys Vlasenko1-7/+5
2016-09-13less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko1-4/+12