index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
arch
/
arm
/
linux_ptrace.c
Age
Commit message (
Expand
)
Author
2012-09-04
Add missing <machine/pcb.h> include
matt
2010-07-07
many changes for COMPAT_LINUX:
chs
2010-07-01
Remove pfind() and pgfind(), fix locking in various broken uses of these.
rmind
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-23
Disable bitrotted linux ptrace interfaces, which are likely now a
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-19
Make this build.
ad
2007-02-09
Merge newlock2 to head.
ad
2006-09-01
When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case
matt
2006-08-30
Update to deal with options PTRACE
matt
2006-03-06
Remove SET/CLR/ISSET definitions.
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-01-27
Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.
bjh21
2002-01-14
Crude first cut at ARMLinux binary compatibility. Successfully runs
bjh21