aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko2016-08-261-20/+31
* udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2016-08-262-6/+16
* build system: always rewrite NUM_APPLETS.hDenys Vlasenko2016-08-231-10/+11
* fdisk: tweak some messagesDenys Vlasenko2016-08-231-19/+24
* fdisk: print much less cryptic partition tableDenys Vlasenko2016-08-231-87/+103
* man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko2016-08-221-2/+2
* init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko2016-08-221-0/+5
* unshare: --network should be --net. Closes 9116Denys Vlasenko2016-08-221-2/+2
* docs: Update filenames in keep_data_small.txtKang-Che Sung2016-08-221-2/+2
* hush: fix "redirects can close script fd" bugDenys Vlasenko2016-08-224-69/+186
* build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko2016-08-211-3/+16
* wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko2016-08-213-0/+52
* hush: do not leak script fds into NOEXEC childrenDenys Vlasenko2016-08-201-10/+68
* hush: bit better comments in redirect code. No logic changesDenys Vlasenko2016-08-201-11/+38
* hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko2016-08-191-32/+39
* hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-193-5/+25
* top: move free(prev_hist) out of signal pathDenys Vlasenko2016-08-191-6/+6
* ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko2016-08-161-2/+6
* less: fix bracket search to match behavior of less 481Denys Vlasenko2016-08-161-9/+18