aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-01-24tls: can download kernels now :)Denys Vlasenko2-53/+121
2017-01-24tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATEDenys Vlasenko1-20/+45
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko6-190/+288
2017-01-23ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko1-9/+3
2017-01-23ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko1-67/+33
2017-01-23ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko1-8/+7
2017-01-23ls: handle -d and -R through option_mask32Denys Vlasenko1-29/+17
2017-01-23ls: handle -p and -F through option_mask32Denys Vlasenko1-18/+16
2017-01-23ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko1-43/+36
2017-01-23ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko1-19/+24
2017-01-23ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko1-34/+30
2017-01-23ls: handle -s through option_mask32Denys Vlasenko1-16/+16