| Commit message (Expand) | Author | Age | Files | Lines |
* | users: new applet. | Tito Ragusa | 2011-08-09 | 2 | -35/+62 |
* | uptime: add config flag to allow displaying the number of users currently log... | Pere Orga | 2011-08-09 | 2 | -13/+31 |
* | die_if_bad_username: tighten up a bit | Denys Vlasenko | 2011-08-09 | 1 | -10/+32 |
* | hush: fix remaining known two bugs with IFS expansion. Closes 4027. | Denys Vlasenko | 2011-08-01 | 3 | -30/+61 |
* | hush: partially fix wrong expansion on $IFS (bug 4027). | Denys Vlasenko | 2011-08-01 | 3 | -9/+50 |
* | tar: ignore file size (assume 0) for hardlinks | Ian Wienand | 2011-07-29 | 1 | -3/+13 |
* | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko | 2011-07-26 | 5 | -5/+18 |
* | tcpudp: simplify help text | Denys Vlasenko | 2011-07-25 | 1 | -3/+3 |
* | less: add a TODO comment | Denys Vlasenko | 2011-07-25 | 1 | -0/+3 |
* | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko | 2011-07-25 | 4 | -84/+123 |
* | libbb.h: do not use homegrown struct sysinfo. | Denys Vlasenko | 2011-07-25 | 1 | -19/+4 |
* | android_defconfig: remove some extra cflags. untested | Denys Vlasenko | 2011-07-23 | 1 | -1/+18 |
* | add defconfig files for Android, Cygwin and FreeBSD | Daniel Fandrich | 2011-07-19 | 4 | -0/+2995 |
* | dc: fix a case where we can run off malloced space | Denys Vlasenko | 2011-07-15 | 1 | -18/+7 |
* | cttyhack: fail gracefully if the device node is missing | Kevin Cernekee | 2011-07-13 | 1 | -1/+3 |
* | cttyhack: check sysfs for the name of the active console | Kevin Cernekee | 2011-07-13 | 1 | -31/+48 |
* | fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART) | Denys Vlasenko | 2011-07-13 | 1 | -25/+18 |
* | libbb/lineedit: implement optional Ctrl-R history search | Denys Vlasenko | 2011-07-11 | 2 | -12/+161 |
* | bloat-o-meter: don't require that pythin is in /usr/bin. | Lauri Kasanen | 2011-07-08 | 1 | -2/+2 |
* | make configs/* files have _defconfig suffix | Denys Vlasenko | 2011-07-08 | 3 | -0/+0 |
* | more tweak for bionic | Denys Vlasenko | 2011-07-08 | 6 | -4/+65 |
* | usleep: do not check for usleep error, it should never fail | Denys Vlasenko | 2011-07-08 | 1 | -3/+1 |
* | a few tweaks for bionic | Denys Vlasenko | 2011-07-08 | 4 | -3/+10 |
* | Support configuring Busybox from _defconfig files | Daniel Fandrich | 2011-07-08 | 7 | -12/+9 |
* | hwclock: use locale-specific date output format | Denys Vlasenko | 2011-07-08 | 1 | -10/+16 |
* | halt: perror_msg_and_die needs bb_ prefix | Denys Vlasenko | 2011-07-08 | 1 | -1/+1 |
* | typo fixes | Dan Fandrich | 2011-07-08 | 6 | -7/+7 |
* | platform.h: tweaks for cygwin | Denys Vlasenko | 2011-07-08 | 2 | -2/+23 |
* | hwclock: better help text | Denys Vlasenko | 2011-07-04 | 1 | -2/+2 |
* | md5/shaNsum: make -c support a list of files | Lauri Kasanen | 2011-07-04 | 1 | -68/+58 |
* | vi: tweak regex.h include | Denys Vlasenko | 2011-07-03 | 1 | -3/+6 |
* | halt/reboot: better message if /sbin/telinit is not found | Denys Vlasenko | 2011-07-03 | 1 | -1/+3 |
* | Use the _unlocked stdio macros only when they're all available | Dan Fandrich | 2011-06-30 | 2 | -21/+25 |
* | libbb.h: tweak _unlocked hack | Denys Vlasenko | 2011-06-30 | 1 | -36/+18 |
* | Use the built-in getline on more systems that don't have it | Dan Fandrich | 2011-06-30 | 1 | -5/+13 |
* | platform.c: provide getline implementation | Timo Teras | 2011-06-29 | 2 | -0/+34 |
* | vi: fix regex search, make it selectable in config | Walter Harms | 2011-06-27 | 4 | -159/+181 |
* | id: correct getgroups usage | Denys Vlasenko | 2011-06-22 | 1 | -16/+15 |
* | groups: make it NOEXEC | Denys Vlasenko | 2011-06-22 | 1 | -3/+9 |
* | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko | 2011-06-21 | 2 | -1/+11 |
* | groups: new applet | Tito Ragusa | 2011-06-21 | 4 | -12/+36 |
* | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko | 2011-06-21 | 2 | -0/+7 |
* | setserial: added missing \n in help text | Dan Fandrich | 2011-06-20 | 1 | -1/+1 |
* | libbb: use _unlocked variants of stdio I/O. | Denys Vlasenko | 2011-06-20 | 1 | -0/+38 |
* | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras | 2011-06-20 | 2 | -50/+45 |
* | modprobe: use hash table. speeds up significantly if modprobe.dep is large | Timo Teras | 2011-06-20 | 1 | -14/+29 |
* | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko | 2011-06-19 | 1 | -7/+10 |
* | libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. | Denys Vlasenko | 2011-06-18 | 1 | -3/+32 |
* | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 2011-06-18 | 3 | -20/+19 |
* | fix false positive in parse test | Denys Vlasenko | 2011-06-18 | 1 | -0/+1 |