aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* linux: mv sys/i386/linux/linux_ptrace{,_machdep}.cEdward Tomasz Napierala2021-11-031-473/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* 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-12/+0
* Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.John Baldwin2016-07-161-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-2/+1
* MFamd64: Add support for extended FPU states on i386. This includesJohn Baldwin2014-11-021-2/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+1
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-2/+2
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Close some races between procfs/ptrace and exit(2):John Baldwin2006-02-221-0/+6
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-021-4/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Fix the following race:David Schultz2004-10-011-3/+4
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isJohn Baldwin2003-04-221-16/+8
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofJohn Baldwin2003-04-151-1/+1
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-3/+3
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-10/+9
* Removed unused includes. Sorted includes. This is part of removingBruce Evans2002-09-151-5/+1
* Include <machine/pcb.h> instead of depending on namespace pollution inBruce Evans2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)Peter Wemm2002-09-071-1/+10
* Split up ptrace() into a wrapper that does the copying to and fromIan Dowse2002-09-051-95/+52
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+1
* o Fix race condition caused by doing ptrace() for permissionMarcel Moolenaar2002-05-191-24/+44
* Sparkling new implementation of linux_ptrace. Slight tweaking byMarcel Moolenaar2002-05-191-0/+507