aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hexdump/xxd: a bit more condensed formatsDenys Vlasenko2017-01-252-3/+3
* xxd: new appletDenys Vlasenko2017-01-253-16/+149
* ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin2017-01-241-11/+29
* wget: add support for -S --server-responseDenys Vlasenko2017-01-241-20/+29
* remove "local" bashism from a few scriptsDenys Vlasenko2017-01-244-15/+15
* tls: can download kernels now :)Denys Vlasenko2017-01-242-53/+121
* tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATEDenys Vlasenko2017-01-241-20/+45
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-246-190/+288
* ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko2017-01-231-9/+3
* ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko2017-01-231-67/+33
* ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko2017-01-231-8/+7
* ls: handle -d and -R through option_mask32Denys Vlasenko2017-01-231-29/+17
* ls: handle -p and -F through option_mask32Denys Vlasenko2017-01-231-18/+16
* ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko2017-01-231-43/+36
* ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko2017-01-231-19/+24
* ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko2017-01-231-34/+30
* ls: handle -s through option_mask32Denys Vlasenko2017-01-231-16/+16