aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-09-07mdev: create devices from /sys/devDenys Vlasenko1-47/+41
2016-09-07sendmail: make it possible to pause after connection helper is startedDenys Vlasenko1-10/+14
2016-09-06volume_id: Add support for UBIFSSerj Kalichev4-1/+135
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko1-2/+10
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko1-11/+55
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko3-5/+5
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2-14/+11
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko1-1/+17
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko1-1/+1
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko1-20/+31
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2-6/+16
2016-08-23build system: always rewrite NUM_APPLETS.hDenys Vlasenko1-10/+11
2016-08-23fdisk: tweak some messagesDenys Vlasenko1-19/+24
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko1-87/+103
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko1-2/+2
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko1-0/+5
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko1-2/+2
2016-08-22docs: Update filenames in keep_data_small.txtKang-Che Sung1-2/+2
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko4-69/+186
2016-08-21build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko1-3/+16
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko3-0/+52
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko1-10/+68
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko1-11/+38
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko1-32/+39
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko3-5/+25