Age | Commit message (Expand) | Author |
2014-04-30 | crond: tweak help text, make course less cryptic | Denys Vlasenko |
2014-04-21 | modprobe-small: (un)load all modules which match the alias, not only first one | Denys Vlasenko |
2014-04-20 | ntpd: fix wrong delay value in one of the printed messages | Denys Vlasenko |
2014-04-19 | ntpd: truly ignore high delay packet | Denys Vlasenko |
2014-04-19 | modprobe-small: remove redundant aliases from modules.dep.bb | Denys Vlasenko |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2014-04-17 | adjtimex: make its help text and printed data a bit less cryptic | Denys Vlasenko |
2014-04-16 | libbb/obscure.c: code shrink. Suggested by Tito. | Denys Vlasenko |
2014-04-15 | ash,hush: set $HOSTNAME is bash compat. Closes 7028 | Denys Vlasenko |
2014-04-13 | libbb: provide usleep() fallback implementation | Bernhard Reutner-Fischer |
2014-04-13 | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko |
2014-04-05 | vi: some simplifications | Denys Vlasenko |
2014-04-03 | vi: clear undo buffer when we change to another file | Denys Vlasenko |
2014-04-03 | vi: undo code shrink | Denys Vlasenko |
2014-04-02 | vi: undo support for vi with intermediate queuing | Jody Bruchon |
2014-04-02 | build system: specify '-nostldlib' when linking to .o files | Drew Moseley |
2014-04-01 | swapon/swapoff: -a returns 0 on ignored errors | Tito Ragusa |
2014-03-31 | swapon/swapoff: size reduction, cleanup, fixes, improvements | Tito Ragusa |
2014-03-27 | wget: fix a case where progress bar isn't updated if writes are very slow | Denys Vlasenko |
2014-03-23 | add discard option -d to swapon | Matt Whitlock |
2014-03-23 | fix interaction of -a and -p options in swapon | Matt Whitlock |
2014-03-23 | avoid calling bb_strtou twice in MIN macro expansion | Matt Whitlock |
2014-03-23 | ntpd: add optional support for /etc/ntp.conf | Denys Vlasenko |
2014-03-17 | docs/new-applet-HOWTO.txt: tweak a bit | Denys Vlasenko |
2014-03-16 | libbb: fix a bad check for uclibc >= 0.9.31 | Denys Vlasenko |
2014-03-16 | docs: update new-applet-HOWTO.txt | Bartosz Golaszewski |
2014-03-16 | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko |
2014-03-16 | script: make it work even if fd 0 is closed | Denys Vlasenko |
2014-03-16 | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko |
2014-03-16 | su: add a delay if the password is incorrect | Romain Naour |
2014-03-15 | ash,hush: fix a thinko about 2^64-1 factorization | Denys Vlasenko |
2014-03-14 | hush: make "true" built-in | Denys Vlasenko |
2014-03-13 | random: cosmetic tweaks in debug code | Denys Vlasenko |
2014-03-13 | ash,hush: improve randomness of $RANDOM, add easy-ish way to test it | Denys Vlasenko |
2014-03-07 | shuf: trim help text | Denys Vlasenko |
2014-03-07 | shuf: do not use strings for -i RANGE case | Denys Vlasenko |
2014-03-07 | shuf: improve help text | Bartosz Golaszewski |
2014-03-07 | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski |
2014-03-05 | use [s]rand(), not [s]random() | Denys Vlasenko |
2014-03-05 | shuf: new applet | Denys Vlasenko |
2014-03-03 | man: default to ascii | Denys Vlasenko |
2014-03-01 | ip link: add support for "address ETHADDR". Closes 4862 | Denys Vlasenko |
2014-02-28 | unlzma: add comments about possible bug from BZ 2689 | Denys Vlasenko |
2014-02-28 | unlzma: move some variables in "more local" scope | Denys Vlasenko |
2014-02-27 | udhcpc: ignore NAKs from "wrong" servers. Closes 4267 | Denys Vlasenko |
2014-02-27 | ls: make "ls -s DIR" show total too. Clases 4946 | Denys Vlasenko |
2014-02-27 | xargs: fix compilation breakage | Denys Vlasenko |
2014-02-27 | grep: fix -w match if first match isn't a word, but second is. Closes 4520 | Denys Vlasenko |
2014-02-27 | xargs: add support for -I and -i. Closes 493 | Denys Vlasenko |
2014-02-26 | find: code shrink | Denys Vlasenko |