summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-0/+1
* Remove unused define.kib2011-10-071-2/+0
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+8
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-0/+21
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.mav2008-01-311-0/+13
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-1/+2
* Begin all license/copyright comments with /*-imp2005-01-051-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-23/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-251-1/+1
* It is too much work convincing lint why we would want empty structures,phk2002-10-011-0/+3
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-101-1/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+1
* Remove __P.alfred2002-03-201-3/+3
* Overhaul the per-CPU support a bit:jhb2001-12-111-1/+0
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-251-0/+18
* KSE Milestone 2julian2001-09-121-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-1/+3
* Convert md_regs from an int[] to a struct trapframe *. It simplifiespeter1997-05-071-7/+4
* 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
* hp300 -> i386nate1996-04-101-2/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+1
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+47
OpenPOWER on IntegriCloud