summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/linux_ptrace.c
AgeCommit message (Expand)Author
2012-09-04Add missing <machine/pcb.h> includematt
2010-07-07many changes for COMPAT_LINUX:chs
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2008-12-17kill MALLOC and FREE macros.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Disable bitrotted linux ptrace interfaces, which are likely now aad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Make this build.ad
2007-02-09Merge newlock2 to head.ad
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-08-30Update to deal with options PTRACEmatt
2006-03-06Remove SET/CLR/ISSET definitions.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-01-27Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.bjh21
2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21