aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2-2/+32
2014-04-13less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko1-14/+24
2014-04-05vi: some simplificationsDenys Vlasenko1-116/+120
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko1-69/+87
2014-04-03vi: undo code shrinkDenys Vlasenko1-41/+42
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon1-54/+448
2014-04-02build system: specify '-nostldlib' when linking to .o filesDrew Moseley1-1/+2
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa1-3/+2
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa1-115/+161
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko1-2/+3
2014-03-23add discard option -d to swaponMatt Whitlock2-9/+85
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock1-2/+5
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock1-5/+8
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko2-4/+39
2014-03-17docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko1-18/+15
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko1-4/+7
2014-03-16docs: update new-applet-HOWTO.txtBartosz Golaszewski1-35/+62
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko3-0/+18
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko2-1/+8
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko1-1/+1
2014-03-16su: add a delay if the password is incorrectRomain Naour1-0/+1
2014-03-15ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko1-5/+11
2014-03-14hush: make "true" built-inDenys Vlasenko1-0/+1
2014-03-13random: cosmetic tweaks in debug codeDenys Vlasenko1-2/+2
2014-03-13ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2-17/+135
2014-03-07shuf: trim help textDenys Vlasenko1-4/+4
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko1-3/+5
2014-03-07shuf: improve help textBartosz Golaszewski1-3/+3
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski1-1/+2
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko3-12/+12