aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Update default configurationRon Yorston2017-02-082-62/+114
* | Merge branch 'busybox' into mergeRon Yorston2017-02-08231-2708/+12695
|\|
| * 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