aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.Alexander Motin2008-01-311-0/+9
* - Move GDT/LDT locking into a seperate spinlock, removing the globalJeff Roberson2007-05-201-1/+5
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-041-1/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* bde points out that this can't do anything useful. The full patch hasWarner Losh2004-06-281-1/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openWarner Losh2004-06-281-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Add a per-thread variable for saving the state of eflags to support theJohn Baldwin2003-11-031-3/+1
* Note that the sched_lock protects md_ldt of struct mdproc.John Baldwin2002-10-251-1/+1
* It is too much work convincing lint why we would want empty structures,Poul-Henning Kamp2002-10-011-0/+3
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadyMatthew Dillon2002-07-101-1/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-0/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-1/+0
* Split the per-process Local Descriptor Table out of the PCB and intoJohn Baldwin2001-10-251-0/+18
* KSE Milestone 2Julian Elischer2001-09-121-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-1/+3
* Convert md_regs from an int[] to a struct trapframe *. It simplifiesPeter Wemm1997-05-071-7/+4
* 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
* hp300 -> i386Nate Williams1996-04-101-2/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-3/+1
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+47