aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko2016-09-291-15/+29
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-2910-0/+177
* ash: input: Allow two consecutive calls to pungetcDenys Vlasenko2016-09-291-34/+43
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-295-1/+15
* hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko2016-09-295-0/+18
* ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko2016-09-291-1/+1
* ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko2016-09-295-36/+36
* ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko2016-09-281-3/+7
* ash: Remove unused EV_BACKCMD flagDenys Vlasenko2016-09-281-1/+0
* ash: eval: Return status in eval functionsDenys Vlasenko2016-09-285-55/+89
* traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-2811-105/+40
* vi: fix '' command (goto to prev context)Denys Vlasenko2016-09-281-5/+5
* mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
* examples: wpa_supplicant.conf has a wrong field deleted in examplesDenys Vlasenko2016-09-261-1/+1
* mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
* libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-262-2/+11
* libbb/speed_table.c: expand commentsDenys Vlasenko2016-09-261-1/+16
* typo fix in commentDenys Vlasenko2016-09-261-1/+1
* ash: in heredoc code, fix access past the end of allocated memory. Closes 9276Denys Vlasenko2016-09-251-14/+18
* ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko2016-09-253-5/+29
* ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko2016-09-251-1/+6
* libbb: handle \S in /etc/issueDenys Vlasenko2016-09-241-0/+40
* AUTHORS: Add myself to AUTHORSLinus Walleij2016-09-221-0/+4
* ash: use glob() from libcDenys Vlasenko2016-09-211-11/+91
* examples/var_service/supplicant_if: new service exampleDenys Vlasenko2016-09-206-0/+83
* ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko2016-09-201-2/+5
* ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236Denys Vlasenko2016-09-201-0/+3
* hush: document better where bad redirect syntax is detectedDenys Vlasenko2016-09-201-3/+20
* libnetlink: fix alignment of netlink messagesHauke Mehrtens2016-09-181-8/+8
* libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko2016-09-181-2/+3
* ash: exit after subshell error when errexit option is setRostislav Skudnov2016-09-173-0/+8
* fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko2016-09-171-36/+36
* fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-173-10/+10
* ash: add a FIXME for bug 9246Denys Vlasenko2016-09-171-0/+9
* svlogd: strip leading '!' from processor linesFrancis Rounds2016-09-151-1/+1
* vi: make "g<key>" error message less likely to show garbageDenys Vlasenko2016-09-151-1/+3
* libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko2016-09-151-2/+8
* modutils: support finit_module syscallMike Frysinger2016-09-152-3/+51
* less: switch off nonblock on kbd_fd before exitDenys Vlasenko2016-09-131-7/+5
* less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko2016-09-131-4/+12
* mdev: create devices from /sys/devDenys Vlasenko2016-09-071-47/+41
* sendmail: make it possible to pause after connection helper is startedDenys Vlasenko2016-09-071-10/+14
* volume_id: Add support for UBIFSSerj Kalichev2016-09-064-1/+135
* libbb/xwrite: print errno on "short write" errorsDenys Vlasenko2016-09-051-2/+10
* libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko2016-09-011-11/+55
* *: placate some compile warnings on OSXDenys Vlasenko2016-09-013-5/+5
* sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2016-09-012-14/+11
* wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko2016-08-311-1/+17
* sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko2016-08-291-1/+1
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-297-90/+143