aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-28Apply post-1.19.0 patches, bump version to 1.19.11_19_1Denys Vlasenko14-78/+131
2011-08-13Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2-2/+2
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko2-3/+5
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko1-1/+36
2011-08-10uptime: more compatible outputDenys Vlasenko1-20/+20
2011-08-10randomconfig fixesDenys Vlasenko2-21/+13
2011-08-10randomconfig fixesDenys Vlasenko8-8/+32
2011-08-09randomconfig fixesDenys Vlasenko2-30/+38
2011-08-09remove extra IF_WHO()Denys Vlasenko1-1/+0
2011-08-09remove extra += who.oDenys Vlasenko1-1/+0
2011-08-09df: more compatible -P behaviorRalf Friedl1-2/+2
2011-08-09zcip.script: fix $ip environment variableThomas Petazzoni1-2/+2
2011-08-09users: new applet.Tito Ragusa2-35/+62
2011-08-09uptime: add config flag to allow displaying the number of users currently log...Pere Orga2-13/+31
2011-08-09die_if_bad_username: tighten up a bitDenys Vlasenko1-10/+32
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko3-30/+61
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko3-9/+50
2011-07-29tar: ignore file size (assume 0) for hardlinksIan Wienand1-3/+13
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko5-5/+18
2011-07-25tcpudp: simplify help textDenys Vlasenko1-3/+3
2011-07-25less: add a TODO commentDenys Vlasenko1-0/+3
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko4-84/+123
2011-07-25libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko1-19/+4
2011-07-23android_defconfig: remove some extra cflags. untestedDenys Vlasenko1-1/+18
2011-07-19add defconfig files for Android, Cygwin and FreeBSDDaniel Fandrich4-0/+2995
2011-07-15dc: fix a case where we can run off malloced spaceDenys Vlasenko1-18/+7
2011-07-13cttyhack: fail gracefully if the device node is missingKevin Cernekee1-1/+3
2011-07-13cttyhack: check sysfs for the name of the active consoleKevin Cernekee1-31/+48
2011-07-13fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko1-25/+18
2011-07-11libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2-12/+161
2011-07-08bloat-o-meter: don't require that pythin is in /usr/bin.Lauri Kasanen1-2/+2
2011-07-08make configs/* files have _defconfig suffixDenys Vlasenko3-0/+0
2011-07-08more tweak for bionicDenys Vlasenko6-4/+65
2011-07-08usleep: do not check for usleep error, it should never failDenys Vlasenko1-3/+1
2011-07-08a few tweaks for bionicDenys Vlasenko4-3/+10
2011-07-08Support configuring Busybox from _defconfig filesDaniel Fandrich7-12/+9
2011-07-08hwclock: use locale-specific date output formatDenys Vlasenko1-10/+16
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko1-1/+1
2011-07-08typo fixesDan Fandrich6-7/+7
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko2-2/+23
2011-07-04hwclock: better help textDenys Vlasenko1-2/+2
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen1-68/+58
2011-07-03vi: tweak regex.h includeDenys Vlasenko1-3/+6
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko1-1/+3
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich2-21/+25
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko1-36/+18
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich1-5/+13
2011-06-29platform.c: provide getline implementationTimo Teras2-0/+34
2011-06-27vi: fix regex search, make it selectable in configWalter Harms4-159/+181
2011-06-22id: correct getgroups usageDenys Vlasenko1-16/+15