index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-3
/
+2
*
Remove __P() usage.
obrien
2002-03-21
1
-1
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-11
/
+11
*
Add a long-overdue nail to the deprecated /dev/urandom interface
markm
2001-10-30
1
-1
/
+1
*
urandom(4) -> random(4) in comments.
dd
2001-06-07
1
-1
/
+1
*
srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow
ache
2001-04-23
1
-1
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-3
/
+3
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
srandomdev: use stack junk value in the fallback code too
ache
1997-06-15
1
-2
/
+3
*
Instead of copying fallback code over and over in each program,
ache
1997-06-14
1
-9
/
+16
*
Remove orand* code as promised for the next release
ache
1997-03-29
1
-8
/
+3
*
Fix urandom reference in the comment
ache
1997-03-23
1
-1
/
+1
*
Add srandomdev() function (use "/dev/urandom" now)
ache
1997-03-23
1
-0
/
+40
*
Merge Lite2 changes
peter
1997-03-11
1
-30
/
+68
*
Improve seeding, the random sequence did not vary match
ache
1996-10-09
1
-5
/
+55
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
u_int -> unsigned int, so that we don't have to include <sys/types.h>
bde
1994-09-05
1
-2
/
+2
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+363