aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2-3/+12
2015-10-19sort: code shrinkDenys Vlasenko1-18/+22
2015-10-19remove extra debug printoutDenys Vlasenko1-1/+0
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko2-5/+52
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko3-8/+6
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
2015-10-19od: get rid of (almost all) staticsDenys Vlasenko1-108/+122
2015-10-19fsck: do not use staticsDenys Vlasenko1-128/+133
2015-10-19chattr,lsattr: shorten help messageDenys Vlasenko2-8/+6
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-10-19debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2015-10-19printutils/*: convert to new-style "one file" appletsDenys Vlasenko5-24/+27
2015-10-19runit/*: convert to new-style "one file" appletsDenys Vlasenko8-104/+107
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko2-22/+26
2015-10-15better pinger service exampleDenys Vlasenko1-10/+34
2015-10-14top: make sort field for 's' mode less confusingDenys Vlasenko1-13/+14
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko7-75/+57
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-14networking: add 'ip neigh' commandCurt Brune8-26/+420
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-13wget: shrink code if https isn't supportedRon Yorston1-0/+4
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-13ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko1-1/+16
2015-10-13typo fix in commentDenys Vlasenko1-1/+1
2015-10-13whitespace fixesDenys Vlasenko2-2/+2
2015-10-13typo fixDenys Vlasenko1-1/+1
2015-10-13libpwdgrp: fix comment discrepanciesDenys Vlasenko1-7/+6
2015-10-12Start 1.25.0 development cycleDenys Vlasenko1-2/+2
2015-10-12Bump version to 1.24.01_24_0Denys Vlasenko1-1/+1
2015-10-12libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko1-1/+1
2015-10-12randconfig fixesDenys Vlasenko1-2/+2
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko2-22/+11
2015-10-11randconfig fixesDenys Vlasenko1-1/+1
2015-10-11hush: code shrinkDenys Vlasenko1-4/+1
2015-10-11randconfig fixDenys Vlasenko1-1/+2
2015-10-11randconfig fixesDenys Vlasenko4-10/+26
2015-10-10ash: shrink umask codeDenys Vlasenko1-9/+7
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko5-16/+33
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko1-1/+2
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko1-14/+11
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko1-31/+27
2015-10-08updated android_ndk_defconfigDenys Vlasenko1-69/+112
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko1-0/+14
2015-10-08iproute: more string reuseDenys Vlasenko1-6/+9
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson2-5/+14