aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hostid: fix behavior on identifiers starting with zerosPere Orga2011-08-164-10/+12
* cttyhack: trivial spelling/spacing fixesKevin Cernekee2011-08-161-1/+1
* cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee2011-08-161-3/+5
* patch: add a test we currently failDenys Vlasenko2011-08-161-0/+15
* sed: fix range handling for sed -i. Closes 4069Denys Vlasenko2011-08-162-31/+58
* less: fix for screen size detectionDenys Vlasenko2011-08-161-1/+2
* swapoff: dont pass "p" in opt_complementaryDenys Vlasenko2011-08-131-1/+2
* conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko2011-08-132-9/+9
* Start 1.20.0 development cycleDenys Vlasenko2011-08-131-2/+2
* Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-132-2/+2
* testsuite: fixes after randomconfig runDenys Vlasenko2011-08-112-3/+5
* find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko2011-08-111-1/+36
* uptime: more compatible outputDenys Vlasenko2011-08-101-20/+20
* randomconfig fixesDenys Vlasenko2011-08-102-21/+13
* randomconfig fixesDenys Vlasenko2011-08-108-8/+32
* randomconfig fixesDenys Vlasenko2011-08-092-30/+38
* remove extra IF_WHO()Denys Vlasenko2011-08-091-1/+0
* remove extra += who.oDenys Vlasenko2011-08-091-1/+0
* df: more compatible -P behaviorRalf Friedl2011-08-091-2/+2
* zcip.script: fix $ip environment variableThomas Petazzoni2011-08-091-2/+2
* users: new applet.Tito Ragusa2011-08-092-35/+62
* uptime: add config flag to allow displaying the number of users currently log...Pere Orga2011-08-092-13/+31
* die_if_bad_username: tighten up a bitDenys Vlasenko2011-08-091-10/+32
* hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko2011-08-013-30/+61
* hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko2011-08-013-9/+50
* tar: ignore file size (assume 0) for hardlinksIan Wienand2011-07-291-3/+13
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-265-5/+18
* tcpudp: simplify help textDenys Vlasenko2011-07-251-3/+3
* less: add a TODO commentDenys Vlasenko2011-07-251-0/+3
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-254-84/+123
* libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko2011-07-251-19/+4
* android_defconfig: remove some extra cflags. untestedDenys Vlasenko2011-07-231-1/+18
* add defconfig files for Android, Cygwin and FreeBSDDaniel Fandrich2011-07-194-0/+2995
* dc: fix a case where we can run off malloced spaceDenys Vlasenko2011-07-151-18/+7
* cttyhack: fail gracefully if the device node is missingKevin Cernekee2011-07-131-1/+3
* cttyhack: check sysfs for the name of the active consoleKevin Cernekee2011-07-131-31/+48
* fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko2011-07-131-25/+18
* libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2011-07-112-12/+161
* bloat-o-meter: don't require that pythin is in /usr/bin.Lauri Kasanen2011-07-081-2/+2
* make configs/* files have _defconfig suffixDenys Vlasenko2011-07-083-0/+0
* more tweak for bionicDenys Vlasenko2011-07-086-4/+65
* usleep: do not check for usleep error, it should never failDenys Vlasenko2011-07-081-3/+1
* a few tweaks for bionicDenys Vlasenko2011-07-084-3/+10
* Support configuring Busybox from _defconfig filesDaniel Fandrich2011-07-087-12/+9
* hwclock: use locale-specific date output formatDenys Vlasenko2011-07-081-10/+16
* halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko2011-07-081-1/+1
* typo fixesDan Fandrich2011-07-086-7/+7
* platform.h: tweaks for cygwinDenys Vlasenko2011-07-082-2/+23
* hwclock: better help textDenys Vlasenko2011-07-041-2/+2
* md5/shaNsum: make -c support a list of filesLauri Kasanen2011-07-041-68/+58