summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 290728:jhb2016-01-181-6/+10
* MFC 273988,273989,273995,274057:jhb2014-12-221-20/+23
* MFC 270850,271053,271192,271717:jhb2014-09-221-0/+5
* - Fix resumectx() prototypes to reflect reality.jkim2012-06-131-1/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+1
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-0/+14
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-1/+0
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-1/+4
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+1
* Remove pcb_switchout, it has not been used for a long time.davidxu2005-12-291-1/+0
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-131-0/+2
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-131-1/+1
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found injeff2003-09-301-1/+2
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-071-0/+2
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* It is too much work convincing lint why we would want empty structures,phk2002-10-011-0/+3
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-0/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-1/+2
* Remove __P.alfred2002-03-201-1/+1
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-2/+1
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-1/+2
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-171-1/+1
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-251-1/+0
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-121-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-1/+2
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-0/+1
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-4/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-1/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-271-6/+0
* 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
OpenPOWER on IntegriCloud