aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
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