aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko
2016-09-29ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-09-29ash: input: Allow two consecutive calls to pungetcDenys Vlasenko
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-29ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko
2016-09-28ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko
2016-09-28ash: Remove unused EV_BACKCMD flagDenys Vlasenko
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko
2016-09-26examples: wpa_supplicant.conf has a wrong field deleted in examplesDenys Vlasenko
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko
2016-09-26typo fix in commentDenys Vlasenko
2016-09-25ash: in heredoc code, fix access past the end of allocated memory. Closes 9276Denys Vlasenko
2016-09-25ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko
2016-09-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko
2016-09-22AUTHORS: Add myself to AUTHORSLinus Walleij
2016-09-21ash: use glob() from libcDenys Vlasenko
2016-09-20examples/var_service/supplicant_if: new service exampleDenys Vlasenko
2016-09-20ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko
2016-09-20ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236Denys Vlasenko
2016-09-20hush: document better where bad redirect syntax is detectedDenys Vlasenko
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens
2016-09-18libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko
2016-09-17ash: exit after subshell error when errexit option is setRostislav Skudnov
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-09-17ash: add a FIXME for bug 9246Denys Vlasenko
2016-09-15svlogd: strip leading '!' from processor linesFrancis Rounds
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko
2016-09-15modutils: support finit_module syscallMike Frysinger
2016-09-13less: switch off nonblock on kbd_fd before exitDenys Vlasenko
2016-09-13less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko
2016-09-07mdev: create devices from /sys/devDenys Vlasenko
2016-09-07sendmail: make it possible to pause after connection helper is startedDenys Vlasenko
2016-09-06volume_id: Add support for UBIFSSerj Kalichev
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko