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
/
powerpc
/
linux_ptrace.c
Age
Commit message (
Expand
)
Author
2022-09-05
G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.
tsutsui
2021-09-07
sys/compat: Memset zero before copyout.
riastradh
2020-05-23
Move proc_lock into the data segment. It was dynamically allocated because
ad
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-08-28
Remove the filesystem tracing feature
kamil
2015-10-13
Don't release proc_lock until we're done looking at things that are
pgoyette
2014-11-09
Do not uselessly include <sys/malloc.h>.
maxv
2014-09-26
set error return on error (from max)
christos
2014-09-21
fix leak
christos
2014-04-15
There are two times the same branches.
maxv
2014-01-04
Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
dsl
2010-07-01
Remove pfind() and pgfind(), fix locking in various broken uses of these.
rmind
2009-10-21
Remove uarea swap-out functionality:
rmind
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
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-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-08-30
Update to deal with options PTRACE
matt
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-06-02
Fixed a rough buf in ptrace SETFPREGS (was using regs instead of fpregs)
manu
2001-05-28
Fixed a potential security problem (copyout after an error)
manu
2001-05-27
Implements correctly PEEKUSER and fixes various serious bugs. The status
manu
2001-05-22
Fixed ptrace() so that it is now possible to get traced process registers.
manu
2001-02-04
cosmetic fixes.
christos
2001-02-04
Fixed a bug in Linux/powerpc ktrace support (it's still broken, anyway)
manu
2001-01-19
Added powerpc specific code for Linux compatibility on powerpc ports
manu