aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-13vi: don't touch file with :x when modified_count == 0Denys Vlasenko
2017-02-17reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews
2017-02-17Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung
2017-02-17udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko
2017-02-17nc_bloaty: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: do not clobber errno by signal handlerDenys Vlasenko
2017-02-16nc: use poll() instead of select()Denys Vlasenko
2017-02-16tls: covert i/o loop from using select() to poll()Denys Vlasenko
2017-02-12sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko
2017-02-12modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung
2017-02-12modprobe-small: document '-n' in depmod usageKang-Che Sung
2017-02-07modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko
2017-02-05Reorder modutils config options & fix yet more dependencyKang-Che Sung
2017-02-05modutils: fix config options dependency (2)Kang-Che Sung
2017-02-04httpd: use "Content-Length", not "-length"Denys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-02-04tls: fold AES CBC en/decryption into single functionsDenys Vlasenko
2017-02-03wget/tls: session_id of zero length is ok (arxiv.org responds with such)Denys Vlasenko
2017-02-03ash: add INT_OFF/ON around allocationsDenys Vlasenko
2017-02-02ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung
2017-02-01modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung
2017-02-01modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung
2017-02-01modprobe-small: improve config help textDenys Vlasenko
2017-01-31ash: improve / fix glob expansionFelix Fietkau
2017-01-30taskset: simplify code a bit; tweak --helpDenys Vlasenko
2017-01-30modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko
2017-01-30modutils: fix config options dependencyKang-Che Sung
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-30libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko
2017-01-29vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko
2017-01-29taskset: separate "current" and "new" stringsDenys Vlasenko
2017-01-29typo in commentDenys Vlasenko
2017-01-29taskset: rewrite to be task size-agnosticDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko
2017-01-26adduser: help for -G GRP is misleading, fix itDenys Vlasenko
2017-01-26sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko
2017-01-26libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko
2017-01-26link: new appletDenys Vlasenko
2017-01-25xxd: make -p output lines actually end with a newlineDenys Vlasenko
2017-01-25xxd: implement -pDenys Vlasenko
2017-01-25libbb: shrink sump.cDenys Vlasenko
2017-01-25ftpd/ls: show directories firstDenys Vlasenko
2017-01-25hexdump/xxd: a bit more condensed formatsDenys Vlasenko
2017-01-25xxd: new appletDenys Vlasenko
2017-01-24ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin
2017-01-24wget: add support for -S --server-responseDenys Vlasenko
2017-01-24remove "local" bashism from a few scriptsDenys Vlasenko