index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
random.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
otto
2005-11-30
1
-38
/
+11
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansi + de-register
pat
2005-03-30
1
-11
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Use int32_t, not long since this deals with 32bit quantities.
millert
2003-02-28
1
-20
/
+20
*
In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead.
millert
2002-12-06
1
-10
/
+27
*
Fix the leak for real (that's what I get for hacking when i can't sleep).
millert
2000-04-04
1
-5
/
+7
*
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
millert
2000-04-04
1
-5
/
+5
*
Add srandomdev() from FreeBSD for use by sendmail and others.
millert
2000-04-03
1
-1
/
+46
*
More XPG4.2 --
millert
1998-02-07
1
-9
/
+5
*
size_t n in initstate(); XPG
deraadt
1998-02-06
1
-2
/
+2
*
Remove dead code
tholo
1996-09-15
1
-3
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-2
/
+1
*
Substantially improve random number generation by using the largest prime
tholo
1996-03-30
1
-9
/
+21
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+364