aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-09users: new applet.Tito Ragusa
2011-08-09uptime: add config flag to allow displaying the number of users currently log...Pere Orga
2011-08-09die_if_bad_username: tighten up a bitDenys Vlasenko
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko
2011-07-29tar: ignore file size (assume 0) for hardlinksIan Wienand
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-07-25tcpudp: simplify help textDenys Vlasenko
2011-07-25less: add a TODO commentDenys Vlasenko
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko
2011-07-25libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko
2011-07-23android_defconfig: remove some extra cflags. untestedDenys Vlasenko
2011-07-19add defconfig files for Android, Cygwin and FreeBSDDaniel Fandrich
2011-07-15dc: fix a case where we can run off malloced spaceDenys Vlasenko
2011-07-13cttyhack: fail gracefully if the device node is missingKevin Cernekee
2011-07-13cttyhack: check sysfs for the name of the active consoleKevin Cernekee
2011-07-13fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko
2011-07-11libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko
2011-07-08bloat-o-meter: don't require that pythin is in /usr/bin.Lauri Kasanen
2011-07-08make configs/* files have _defconfig suffixDenys Vlasenko
2011-07-08more tweak for bionicDenys Vlasenko
2011-07-08usleep: do not check for usleep error, it should never failDenys Vlasenko
2011-07-08a few tweaks for bionicDenys Vlasenko
2011-07-08Support configuring Busybox from _defconfig filesDaniel Fandrich
2011-07-08hwclock: use locale-specific date output formatDenys Vlasenko
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko
2011-07-08typo fixesDan Fandrich
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko
2011-07-04hwclock: better help textDenys Vlasenko
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen
2011-07-03vi: tweak regex.h includeDenys Vlasenko
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich
2011-06-29platform.c: provide getline implementationTimo Teras
2011-06-27vi: fix regex search, make it selectable in configWalter Harms
2011-06-22id: correct getgroups usageDenys Vlasenko
2011-06-22groups: make it NOEXECDenys Vlasenko
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21groups: new appletTito Ragusa
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-20setserial: added missing \n in help textDan Fandrich
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-18fix false positive in parse testDenys Vlasenko