summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32/ia32_reg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283735:kib2015-06-051-5/+1
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-1/+0
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-2/+2
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-221-1/+1
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-4/+10
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-2/+2
* Fix array overflow. This routine is only called from procfs,trasz2010-01-241-2/+0
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-091-0/+1
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-17/+18
* include opt_compat.h to unbreak the buildps2005-10-241-0/+2
* Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+224
OpenPOWER on IntegriCloud