History log of /netbsd-src/sys/compat/linux/common/linux_ptrace.h (Results 1 – 12 of 12)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 7e2790cf 20-Dec-2007 dsl <dsl@NetBSD.org>

Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code

Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

show more ...


# f2af9174 04-Dec-2007 dsl <dsl@NetBSD.org>

Remove all the __P


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 477853c3 26-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 41978f78 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 4929dc57 27-Jan-2002 bjh21 <bjh21@NetBSD.org>

Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.


# e302bb5b 22-Sep-2001 manu <manu@NetBSD.org>

Enable Mips Linux emulation in header files


# 8e9a35bb 22-May-2001 manu <manu@NetBSD.org>

Enable PowerPC Linux ptrace() emulation


# 8d9bc849 01-Nov-2000 jdolecek <jdolecek@NetBSD.org>

move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags to
sys/compat/linux/common/linux_ptrace.h, they seem to be actually MI


# 4aec38a7 16-Dec-1999 tron <tron@NetBSD.org>

Move MI parts of ptrace(2) emulation to "linux_misc.c".


# c3ce0bc3 11-Dec-1999 tron <tron@NetBSD.org>

Architecture independent definitions for Linux's ptrace(2) system call.