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