aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
...
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.Bruce Evans2000-10-271-6/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-5/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* User ldt sharing.Luoqi Chen1999-12-061-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+10
* Unifdef VM86.Jonathan Lemon1999-06-011-5/+1
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-3/+5
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalBruce Evans1998-02-031-1/+9
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherPeter Wemm1997-10-101-4/+2
* VM86 kernel support.John Dyson1997-08-091-6/+4
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-9/+1
* Preserve %fs and %gs across context switches. This has a relatively lowBruce Evans1997-06-071-2/+4
* remove #include opt_smp.hPeter Wemm1997-05-071-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+11
* No longer use an i386tss as the basis of our pcb - it wasn't particularlyPeter Wemm1997-04-071-15/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated pcb_inl. It was always 0 because context switches don't occurBruce Evans1996-07-311-2/+1
* Don't return unused values in cpu_switch() or savectx().Bruce Evans1996-05-011-2/+2
* Fix cpu_fork for real.Poul-Henning Kamp1996-04-251-2/+2
* savectx returns through cpu_switch in case of the child, so it mustPoul-Henning Kamp1996-04-191-2/+2
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,Poul-Henning Kamp1996-04-181-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-2/+1
* Simplified savectx() a little and fixed a bug that caused it to returnDavid Greenman1996-01-231-2/+2
* Killed some unused stuff inherited from Bill Jolitz. Note that sinceDavid Greenman1995-08-171-11/+3
* i386/exception.s,Bruce Evans1994-12-031-3/+3
* Added prototypes.Poul-Henning Kamp1994-10-081-1/+2
* 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-0/+7
* Convert syscall to trapframe. Based on work done by John Brezak.David Greenman1994-01-031-2/+1
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-2/+2
* All:Rodney W. Grimes1993-10-081-9/+9
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+87