aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ln: enable in default configurationRon Yorston2015-10-193-4/+6
* Update README.mdRon Yorston2015-10-151-3/+3
* Update default configurationRon Yorston2015-10-132-14/+20
* Merge branch 'busybox' into mergeRon Yorston2015-10-13135-1275/+2335
|\
| * wget: shrink code if https isn't supportedRon Yorston2015-10-131-0/+4
| * libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-139-39/+20
| * ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko2015-10-131-1/+16
| * typo fix in commentDenys Vlasenko2015-10-131-1/+1
| * whitespace fixesDenys Vlasenko2015-10-132-2/+2
| * typo fixDenys Vlasenko2015-10-131-1/+1
| * libpwdgrp: fix comment discrepanciesDenys Vlasenko2015-10-131-7/+6
| * Start 1.25.0 development cycleDenys Vlasenko2015-10-121-2/+2
| * Bump version to 1.24.01_24_0Denys Vlasenko2015-10-121-1/+1
| * libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko2015-10-121-1/+1
| * randconfig fixesDenys Vlasenko2015-10-121-2/+2
| * build system: remove special-casing for extra libsDenys Vlasenko2015-10-122-22/+11
| * randconfig fixesDenys Vlasenko2015-10-111-1/+1
| * hush: code shrinkDenys Vlasenko2015-10-111-4/+1
| * randconfig fixDenys Vlasenko2015-10-111-1/+2
| * randconfig fixesDenys Vlasenko2015-10-114-10/+26
| * ash: shrink umask codeDenys Vlasenko2015-10-101-9/+7
| * use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-094-40/+18
| * libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-095-16/+33
| * remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-097-61/+61
| * ash: "you have mail" should ignore first change in mtimeDenys Vlasenko2015-10-091-1/+2
| * ash: simplify "you have mail" codeDenys Vlasenko2015-10-091-14/+11
| * ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko2015-10-091-31/+27
| * updated android_ndk_defconfigDenys Vlasenko2015-10-081-69/+112
| * udhcpc: fix for some Android toolchain breakageDenys Vlasenko2015-10-081-0/+14
| * iproute: more string reuseDenys Vlasenko2015-10-081-6/+9
| * iproute: don't hardcode the path to config filesChristoph J. Thompson2015-10-082-5/+14
| * ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko2015-10-081-10/+19
| * libiproute: use itoa() where appropriateDenys Vlasenko2015-10-089-61/+37
| * join some common strings, -400 bytesDenys Vlasenko2015-10-0811-45/+45
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-0724-124/+127
| * find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko2015-10-071-1/+4
| * md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
| * ash: use a more typical form of "print four octal digits" formatDenys Vlasenko2015-10-071-1/+1
| * libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-0710-22/+26
| * ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
| * hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-072-25/+21
| * ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
| * wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
| * ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko2015-10-071-0/+4
| * ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko2015-10-073-4/+10
| * wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-078-54/+623
| * qemu testing: extract_od_binary.sh: support huge files (and broken od)Denys Vlasenko2015-10-051-1/+1
| * uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2015-10-052-13/+19
| * qemu testing: Do build brctl and ifplugd; force mips32 dialectDenys Vlasenko2015-10-051-3/+8
| * qemu testing: fix hexdumping of binaryDenys Vlasenko2015-10-051-1/+1