aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-24vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou
2017-03-24switch_root: don't bail out when console doesn't existAndrei Gherzan
2017-03-24whitespace fixDenys Vlasenko
2017-03-23paste: delimiter list use should restart for each new output lineDenys Vlasenko
2017-03-23typo fixDenys Vlasenko
2017-03-23paste: new appletMaxime Coste
2017-03-16dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov
2017-03-16Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-03-13runit: fix chpst -n -N -u USERDenys Vlasenko
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