aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* paste: new appletMaxime Coste2017-03-238-1/+228
* dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov2017-03-161-4/+4
* Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko2017-03-161-16/+8
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-164-21/+87
* runit: fix chpst -n -N -u USERDenys Vlasenko2017-03-131-6/+7
* vi: don't touch file with :x when modified_count == 0Denys Vlasenko2017-03-131-17/+26
* reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews2017-02-171-0/+2
* Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung2017-02-171-4/+4
* udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko2017-02-172-2/+2
* nc_bloaty: use poll() instead of select()Denys Vlasenko2017-02-171-31/+24
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-165-53/+45
* udhcp: do not clobber errno by signal handlerDenys Vlasenko2017-02-161-0/+2
* nc: use poll() instead of select()Denys Vlasenko2017-02-161-17/+16
* tls: covert i/o loop from using select() to poll()Denys Vlasenko2017-02-161-14/+11
* sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko2017-02-121-1/+1
* modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung2017-02-121-1/+2
* modprobe-small: document '-n' in depmod usageKang-Che Sung2017-02-121-2/+5
* modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko2017-02-071-1/+3
* Reorder modutils config options & fix yet more dependencyKang-Che Sung2017-02-052-26/+27
* modutils: fix config options dependency (2)Kang-Che Sung2017-02-052-6/+10
* httpd: use "Content-Length", not "-length"Denys Vlasenko2017-02-041-3/+3
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-045-8/+8
* tls: fold AES CBC en/decryption into single functionsDenys Vlasenko2017-02-043-34/+64
* wget/tls: session_id of zero length is ok (arxiv.org responds with such)Denys Vlasenko2017-02-031-3/+3
* ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
* ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko2017-02-021-10/+14
* cmdline module options can be disabled on "big" modutilsKang-Che Sung2017-02-016-19/+32
* modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung2017-02-013-13/+0
* modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung2017-02-011-20/+24
* modprobe-small: improve config help textDenys Vlasenko2017-02-011-6/+4
* ash: improve / fix glob expansionFelix Fietkau2017-01-311-17/+54
* taskset: simplify code a bit; tweak --helpDenys Vlasenko2017-01-301-11/+9
* modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko2017-01-302-31/+8
* modutils: fix config options dependencyKang-Che Sung2017-01-307-22/+4
* wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-302-3/+36
* libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-304-16/+12
* vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko2017-01-292-2/+2
* taskset: separate "current" and "new" stringsDenys Vlasenko2017-01-291-2/+2
* typo in commentDenys Vlasenko2017-01-291-1/+1
* taskset: rewrite to be task size-agnosticDenys Vlasenko2017-01-291-102/+103
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-2925-41/+69
* httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko2017-01-261-24/+24
* adduser: help for -G GRP is misleading, fix itDenys Vlasenko2017-01-261-1/+1
* sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko2017-01-261-17/+5
* libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko2017-01-263-22/+35
* link: new appletDenys Vlasenko2017-01-263-8/+71
* xxd: make -p output lines actually end with a newlineDenys Vlasenko2017-01-251-1/+3
* xxd: implement -pDenys Vlasenko2017-01-252-18/+31
* libbb: shrink sump.cDenys Vlasenko2017-01-251-79/+80
* ftpd/ls: show directories firstDenys Vlasenko2017-01-252-11/+11