aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/ia32/ia32_reg.c
Commit message (Expand)AuthorAgeFilesLines
* Improve FPU Tag Word reconstruction on i386 to indicate register states.Konstantin Belousov2020-10-211-7/+37
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* Plug memory disclosures via ptrace(2).Mark Johnston2018-12-031-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Translate between abridged and full x87 tags for compat32Konstantin Belousov2017-06-241-6/+14
* Remove several write-only variables, all reported by the gcc 4.9Konstantin Belousov2015-05-291-5/+1
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.Tijl Coosemans2012-03-181-1/+0
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-2/+2
* Improve PCB flags handling and make it more robust. Add two new functionsJung-uk Kim2010-12-221-1/+1
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()Konstantin Belousov2010-11-261-4/+10
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-2/+2
* Fix array overflow. This routine is only called from procfs,Edward Tomasz Napierala2010-01-241-2/+0
* Restore the segment registers and segment base MSRs for amd64 syscallKonstantin Belousov2009-07-091-0/+1
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-17/+18
* include opt_compat.h to unbreak the buildPaul Saab2005-10-241-0/+2
* Don't set segment registers via ptrace yet. Its not ready.Peter Wemm2005-10-041-0/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+224