summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-2/+1
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-2/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-2/+2
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-2/+2
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+6
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-021-4/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Fix the following race:das2004-10-011-3/+4
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-1/+1
* Use __FBSDID().obrien2003-06-021-2/+3
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isjhb2003-04-221-16/+8
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* Clean up whitespace and remove register keyword.des2003-03-031-3/+3
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-10/+9
* Removed unused includes. Sorted includes. This is part of removingbde2002-09-151-5/+1
* Include <machine/pcb.h> instead of depending on namespace pollution inbde2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-071-1/+10
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-051-95/+52
* Part 1 of KSE-IIIjulian2002-06-291-1/+1
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-191-0/+507
OpenPOWER on IntegriCloud