aboutsummaryrefslogtreecommitdiff
path: root/shell/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox'Ron Yorston2018-07-251-6/+6
|\
| * whitespace fixesDenys Vlasenko2018-07-171-6/+6
* | win32: allow use of shell's PRNG for /dev/urandomRon Yorston2018-03-221-0/+11
|/
* ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko2014-03-151-5/+11
* 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-131-13/+123
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko2009-10-121-0/+7
* laguage and copyright date corrections, no code changesDenys Vlasenko2009-10-091-1/+1
* ash: factor out $RANDOM supportDenys Vlasenko2009-10-091-0/+37