aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ls: handle -i through option_mask32Denys Vlasenko2017-01-231-6/+5
* ls: handle -a and -A through option_mask32Denys Vlasenko2017-01-231-12/+10
* ls: handle all sort options through option_mask32Denys Vlasenko2017-01-231-71/+42
* tls: reorder tls_handshake_data fields for smaller size, tweak commentsDenys Vlasenko2017-01-231-16/+9
* tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client helloDenys Vlasenko2017-01-231-26/+86
* tls: set TLS_DEBUG to 0; placate a gcc indentation warningDenys Vlasenko2017-01-232-11/+13
* separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-234-175/+221
* ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko2017-01-221-12/+12
* ls: more correct handling of -c, -uDenys Vlasenko2017-01-221-59/+50