aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko2014-04-191-0/+26
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-195-39/+35
* adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko2014-04-171-13/+12
* libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko2014-04-161-1/+1
* ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2014-04-152-1/+16
* libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-132-2/+32
* less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko2014-04-131-14/+24
* vi: some simplificationsDenys Vlasenko2014-04-051-116/+120
* vi: clear undo buffer when we change to another fileDenys Vlasenko2014-04-031-69/+87
* vi: undo code shrinkDenys Vlasenko2014-04-031-41/+42
* vi: undo support for vi with intermediate queuingJody Bruchon2014-04-021-54/+448
* build system: specify '-nostldlib' when linking to .o filesDrew Moseley2014-04-021-1/+2
* swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa2014-04-011-3/+2
* swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa2014-03-311-115/+161
* wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko2014-03-271-2/+3
* add discard option -d to swaponMatt Whitlock2014-03-232-9/+85
* fix interaction of -a and -p options in swaponMatt Whitlock2014-03-231-2/+5
* avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock2014-03-231-5/+8
* ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-232-4/+39
* docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko2014-03-171-18/+15
* libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
* docs: update new-applet-HOWTO.txtBartosz Golaszewski2014-03-161-35/+62
* ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-163-0/+18
* script: make it work even if fd 0 is closedDenys Vlasenko2014-03-162-1/+8
* build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko2014-03-161-1/+1
* su: add a delay if the password is incorrectRomain Naour2014-03-161-0/+1
* ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko2014-03-151-5/+11
* hush: make "true" built-inDenys Vlasenko2014-03-141-0/+1
* random: cosmetic tweaks in debug codeDenys Vlasenko2014-03-131-2/+2
* ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2014-03-132-17/+135
* shuf: trim help textDenys Vlasenko2014-03-071-4/+4
* shuf: do not use strings for -i RANGE caseDenys Vlasenko2014-03-071-3/+5
* shuf: improve help textBartosz Golaszewski2014-03-071-3/+3
* shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski2014-03-071-1/+2
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-053-12/+12
* shuf: new appletDenys Vlasenko2014-03-051-0/+150
* man: default to asciiDenys Vlasenko2014-03-031-1/+2
* ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
* unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
* unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
* udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
* ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko2014-02-271-1/+1
* xargs: fix compilation breakageDenys Vlasenko2014-02-271-1/+1
* grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2014-02-272-14/+21
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-274-56/+176
* find: code shrinkDenys Vlasenko2014-02-261-5/+3
* nc: fix option bit positions. Closes 6926Denys Vlasenko2014-02-261-3/+3
* hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
* build system: remove a dead link from Config help textDenys Vlasenko2014-02-251-4/+1
* du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15