aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include <machine/cputypes.h> or declare cputype/class interfacesBruce Evans1997-10-281-13/+1
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>Bruce Evans1997-10-271-1/+3
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.KATO Takenori1997-08-301-1/+12
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-211-2/+2
* Use CS_SECURE macro.Philippe Charnier1997-08-181-2/+2
* VM86 kernel support.John Dyson1997-08-091-2/+5
* The biggie: Get rid of the UPAGES from the top of the per-process addressPeter Wemm1997-04-071-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.KATO Takenori1997-02-021-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* trap.c:Bruce Evans1996-06-251-4/+6
* Moved declaration of bootverbose to a better place. It isn'tBruce Evans1996-04-071-4/+1
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forAndrey A. Chernov1996-04-051-3/+5
* Parenthesized macros.Bruce Evans1996-03-291-7/+7
* Make the bootinfo structure visible from sysctl.Poul-Henning Kamp1995-07-161-2/+4
* Correct the definition for the (unused) cpu_setstack().David Greenman1995-05-041-2/+2
* Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out ofBruce Evans1994-12-031-2/+2
* i386/exception.s,Bruce Evans1994-12-031-3/+4
* Declare "extern int bootverbose", so that device-drivers and othersPoul-Henning Kamp1994-11-261-1/+2
* Disable the direct call from hardclock() to softclock(). SupportBruce Evans1994-11-051-8/+19
* Remove CPU_COLORDISP, GIO_COLOR now existsAndrey A. Chernov1994-10-181-4/+2
* CPU_COLORDISP sysctl added for console display typeAndrey A. Chernov1994-10-151-2/+4
* Cosmetics. Added a prototype.Poul-Henning Kamp1994-10-101-2/+2
* Added prototypes.Poul-Henning Kamp1994-10-081-1/+5
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,Andrey A. Chernov1994-10-041-2/+4
* resettodr() now exists, enable itAndrey A. Chernov1994-09-201-3/+1
* Clean up #includes. <machine/spl.h> has to be included by almost everythingBruce Evans1994-09-181-5/+5
* CPU_ADJKERNTZ added for resettodtr()Andrey A. Chernov1994-09-161-2/+4
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-13/+21
* New interrupt code from Bruce Evans. In additional to Bruce's attachedDavid Greenman1994-04-021-5/+8
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-4/+8
* All:Rodney W. Grimes1993-10-081-21/+14
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,David Greenman1993-07-271-0/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+108