summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-5/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* User ldt sharing.luoqi1999-12-061-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+10
* Unifdef VM86.jlemon1999-06-011-5/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-3/+5
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-031-1/+9
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-101-4/+2
* VM86 kernel support.dyson1997-08-091-6/+4
* Preliminary support for per-cpu data pages.peter1997-06-221-9/+1
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-071-2/+4
* remove #include opt_smp.hpeter1997-05-071-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+11
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-071-15/+12
* 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
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-311-2/+1
* Don't return unused values in cpu_switch() or savectx().bde1996-05-011-2/+2
* Fix cpu_fork for real.phk1996-04-251-2/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-191-2/+2
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-181-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+1
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-231-2/+2
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-171-11/+3
* i386/exception.s,bde1994-12-031-3/+3
* Added prototypes.phk1994-10-081-1/+2
* 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-0/+7
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-031-2/+1
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-2/+2
* All:rgrimes1993-10-081-9/+9
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+87
OpenPOWER on IntegriCloud