aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/ptrace_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSEKonstantin Belousov2017-02-031-10/+0
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests toKonstantin Belousov2015-06-291-2/+51
* Ensure that the supplied data length is large enough to hold the baseJohn Baldwin2015-02-181-1/+2
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-2/+36
* MFamd64: Add support for extended FPU states on i386. This includesJohn Baldwin2014-11-021-1/+48
* MFamd64 r238669:Konstantin Belousov2012-07-211-0/+2
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-1/+1
* Use the method described in IA-32 Intel Architecture Software Developer'sDavid Xu2006-05-301-6/+5
* Clear high 16 bits of mxcsr register, according to Intel document, ifDavid Xu2006-05-281-0/+2
* Make kernel build suceed when with "options CPU_DISABLE_SSE".Anton Berezin2005-08-041-0/+2
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-021-4/+1
* Add the proper logic so that we don't try to do SSE stuff unless itsDoug Rabson2005-06-041-0/+11
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-0/+62