summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/random_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-379/+0
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* Trim some unused #includespeter1999-10-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-1/+2
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-7/+9
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-2/+2
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-2/+2
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-5/+5
* Export MD5Transform in md5.c and remove a private version in random_machdep.cphk1998-03-291-120/+4
* Removed unused #includes.bde1998-03-281-8/+1
* Replace TOD clock code with more systematic approach.phk1998-02-201-16/+3
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-2/+2
* Removed unused #includes.bde1997-10-281-4/+1
* Update select -> poll in drivers.peter1997-09-141-13/+14
* don't #ifdef out reference to i586_ctr_freq.peter1997-05-041-3/+3
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* More merge and update.asami1996-10-301-1/+5
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-3/+4
* I've been meaning to commit this for months. Implement select()peter1996-09-271-1/+30
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-2/+2
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-171-1/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+3
* Replaced some memcpy()'s by bcopy()'s.bde1996-06-081-3/+3
* Use rdtsc() function instead of inline essembler.bde1996-04-071-6/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* 1) ifdef out some unused functions (for now)markm1995-12-291-20/+26
* 1) Add #include <machine/cpu.h> to catch some 586 #definesmarkm1995-12-281-2/+3
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-271-204/+245
* Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withbde1995-12-261-0/+435
OpenPOWER on IntegriCloud