summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-3/+9
* Clean up some low level bootstrap code:peter2000-08-111-1/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-6/+12
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-4/+5
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-2/+2
* - hw.machine_arch returns cpu architecture type.kato1998-08-311-12/+1
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-281-13/+1
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-1/+3
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+12
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+2
* VM86 kernel support.dyson1997-08-091-2/+5
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.kato1997-02-021-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* trap.c:bde1996-06-251-4/+6
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-071-4/+1
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-3/+5
* Parenthesized macros.bde1996-03-291-7/+7
* Make the bootinfo structure visible from sysctl.phk1995-07-161-2/+4
* Correct the definition for the (unused) cpu_setstack().dg1995-05-041-2/+2
* Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out ofbde1994-12-031-2/+2
* i386/exception.s,bde1994-12-031-3/+4
* Declare "extern int bootverbose", so that device-drivers and othersphk1994-11-261-1/+2
* Disable the direct call from hardclock() to softclock(). Supportbde1994-11-051-8/+19
* Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-181-4/+2
* CPU_COLORDISP sysctl added for console display typeache1994-10-151-2/+4
* Cosmetics. Added a prototype.phk1994-10-101-2/+2
* Added prototypes.phk1994-10-081-1/+5
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,ache1994-10-041-2/+4
* resettodr() now exists, enable itache1994-09-201-3/+1
* Clean up #includes. <machine/spl.h> has to be included by almost everythingbde1994-09-181-5/+5
* CPU_ADJKERNTZ added for resettodtr()ache1994-09-161-2/+4
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-13/+21
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-5/+8
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-4/+8
* All:rgrimes1993-10-081-21/+14
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+108
OpenPOWER on IntegriCloud