index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
random.c
Age
Commit message (
Expand
)
Author
2005-11-30
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-30
ansi + de-register
Patrick Latifi
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-28
Use int32_t, not long since this deals with 32bit quantities.
Todd C. Miller
2002-12-06
In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead.
Todd C. Miller
2000-04-04
Fix the leak for real (that's what I get for hacking when i can't sleep).
Todd C. Miller
2000-04-04
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
Todd C. Miller
2000-04-03
Add srandomdev() from FreeBSD for use by sendmail and others.
Todd C. Miller
1998-02-07
More XPG4.2 --
Todd C. Miller
1998-02-06
size_t n in initstate(); XPG
Theo de Raadt
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-03-30
Substantially improve random number generation by using the largest prime
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt