aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-194-29/+24
* od: get rid of (almost all) staticsDenys Vlasenko2015-10-191-108/+122
* fsck: do not use staticsDenys Vlasenko2015-10-191-128/+133
* chattr,lsattr: shorten help messageDenys Vlasenko2015-10-192-8/+6
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-1915-278/+290
* debianutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-198-85/+90
* printutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-195-24/+27
* runit/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-198-104/+107
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-187-69/+55
* sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-187-167/+172
* cpio: implement -R/--ownerAaro Koskinen2015-10-167-15/+58
* du: extra compat: with -k and -m, round sizes upDenys Vlasenko2015-10-152-22/+26
* better pinger service exampleDenys Vlasenko2015-10-151-10/+34
* top: make sort field for 's' mode less confusingDenys Vlasenko2015-10-141-13/+14
* libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-147-75/+57
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-1416-63/+62
* networking: add 'ip neigh' commandCurt Brune2015-10-148-26/+420
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-1310-36/+22
* 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