| Commit message (Expand) | Author | Files | Lines |
2014-04-13 | libbb: provide usleep() fallback implementation | Bernhard Reutner-Fischer | 2 | -2/+32 |
2014-04-13 | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko | 1 | -14/+24 |
2014-04-05 | vi: some simplifications | Denys Vlasenko | 1 | -116/+120 |
2014-04-03 | vi: clear undo buffer when we change to another file | Denys Vlasenko | 1 | -69/+87 |
2014-04-03 | vi: undo code shrink | Denys Vlasenko | 1 | -41/+42 |
2014-04-02 | vi: undo support for vi with intermediate queuing | Jody Bruchon | 1 | -54/+448 |
2014-04-02 | build system: specify '-nostldlib' when linking to .o files | Drew Moseley | 1 | -1/+2 |
2014-04-01 | swapon/swapoff: -a returns 0 on ignored errors | Tito Ragusa | 1 | -3/+2 |
2014-03-31 | swapon/swapoff: size reduction, cleanup, fixes, improvements | Tito Ragusa | 1 | -115/+161 |
2014-03-27 | wget: fix a case where progress bar isn't updated if writes are very slow | Denys Vlasenko | 1 | -2/+3 |
2014-03-23 | add discard option -d to swapon | Matt Whitlock | 2 | -9/+85 |
2014-03-23 | fix interaction of -a and -p options in swapon | Matt Whitlock | 1 | -2/+5 |
2014-03-23 | avoid calling bb_strtou twice in MIN macro expansion | Matt Whitlock | 1 | -5/+8 |
2014-03-23 | ntpd: add optional support for /etc/ntp.conf | Denys Vlasenko | 2 | -4/+39 |
2014-03-17 | docs/new-applet-HOWTO.txt: tweak a bit | Denys Vlasenko | 1 | -18/+15 |
2014-03-16 | libbb: fix a bad check for uclibc >= 0.9.31 | Denys Vlasenko | 1 | -4/+7 |
2014-03-16 | docs: update new-applet-HOWTO.txt | Bartosz Golaszewski | 1 | -35/+62 |
2014-03-16 | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko | 3 | -0/+18 |
2014-03-16 | script: make it work even if fd 0 is closed | Denys Vlasenko | 2 | -1/+8 |
2014-03-16 | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko | 1 | -1/+1 |
2014-03-16 | su: add a delay if the password is incorrect | Romain Naour | 1 | -0/+1 |
2014-03-15 | ash,hush: fix a thinko about 2^64-1 factorization | Denys Vlasenko | 1 | -5/+11 |
2014-03-14 | hush: make "true" built-in | Denys Vlasenko | 1 | -0/+1 |
2014-03-13 | random: cosmetic tweaks in debug code | Denys Vlasenko | 1 | -2/+2 |
2014-03-13 | ash,hush: improve randomness of $RANDOM, add easy-ish way to test it | Denys Vlasenko | 2 | -17/+135 |
2014-03-07 | shuf: trim help text | Denys Vlasenko | 1 | -4/+4 |
2014-03-07 | shuf: do not use strings for -i RANGE case | Denys Vlasenko | 1 | -3/+5 |
2014-03-07 | shuf: improve help text | Bartosz Golaszewski | 1 | -3/+3 |
2014-03-07 | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski | 1 | -1/+2 |
2014-03-05 | use [s]rand(), not [s]random() | Denys Vlasenko | 3 | -12/+12 |