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