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
/
sys
/
kern
/
kern_random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converted add_interrupt_randomness() to take a `void *' arg. Rewrote
bde
1998-06-21
1
-7
/
+9
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-2
/
+2
*
Add a tc_ prefix to struct timecounter members.
phk
1998-06-09
1
-2
/
+2
*
Add a "this" style argument and a "void *private" so timecounters can
phk
1998-06-07
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-3
/
+3
*
Make read_random() take a (void *) argument instead of (char *)
phk
1998-04-06
1
-5
/
+5
*
Export MD5Transform in md5.c and remove a private version in random_machdep.c
phk
1998-03-29
1
-120
/
+4
*
Removed unused #includes.
bde
1998-03-28
1
-8
/
+1
*
Replace TOD clock code with more systematic approach.
phk
1998-02-20
1
-16
/
+3
*
Rename "i586_ctr" to "tsc" (both upper and lower case instances).
phk
1997-12-26
1
-2
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+1
*
Update select -> poll in drivers.
peter
1997-09-14
1
-13
/
+14
*
don't #ifdef out reference to i586_ctr_freq.
peter
1997-05-04
1
-3
/
+3
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-3
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
More merge and update.
asami
1996-10-30
1
-1
/
+5
*
Put I*86_CPU defines in opt_cpu.h.
bde
1996-10-09
1
-3
/
+4
*
I've been meaning to commit this for months. Implement select()
peter
1996-09-27
1
-1
/
+30
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
1
-2
/
+2
*
Reduced nesting of #includes in random.h and adjusted isa/random_machdep.c
bde
1996-06-17
1
-1
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-1
/
+3
*
Replaced some memcpy()'s by bcopy()'s.
bde
1996-06-08
1
-3
/
+3
*
Use rdtsc() function instead of inline essembler.
bde
1996-04-07
1
-6
/
+2
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-2
/
+1
*
1) ifdef out some unused functions (for now)
markm
1995-12-29
1
-20
/
+26
*
1) Add #include <machine/cpu.h> to catch some 586 #defines
markm
1995-12-28
1
-2
/
+3
*
random_machdep.c: New version, also includes revectored interrupts, rather
markm
1995-12-27
1
-204
/
+245
*
Renamed isa/random.c to isa/random_machdep.c to avoid a conflict with
bde
1995-12-26
1
-0
/
+435