Home | History | Annotate | Download | only in common
History log of /src/sys/compat/linux/common/linux_ptrace.h
RevisionDateAuthorComments
 1.12  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.11  20-Dec-2007  dsl branches: 1.11.6; 1.11.8; 1.11.10;
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.
 1.10  04-Dec-2007  dsl branches: 1.10.4;
Remove all the __P
 1.9  11-Dec-2005  christos branches: 1.9.44; 1.9.46; 1.9.52; 1.9.56;
merge ktrace-lwp.
 1.8  26-Feb-2005  perry branches: 1.8.4;
nuke trailing whitespace
 1.7  18-Jan-2003  thorpej branches: 1.7.2; 1.7.10; 1.7.12;
Merge the nathanw_sa branch.
 1.6  27-Jan-2002  bjh21 Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.
 1.5  22-Sep-2001  manu Enable Mips Linux emulation in header files
 1.4  22-May-2001  manu branches: 1.4.2; 1.4.4;
Enable PowerPC Linux ptrace() emulation
 1.3  01-Nov-2000  jdolecek branches: 1.3.2; 1.3.4;
move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags to
sys/compat/linux/common/linux_ptrace.h, they seem to be actually MI
 1.2  16-Dec-1999  tron branches: 1.2.2;
Move MI parts of ptrace(2) emulation to "linux_misc.c".
 1.1  11-Dec-1999  tron Architecture independent definitions for Linux's ptrace(2) system call.
 1.2.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.4.4  28-Feb-2002  nathanw Catch up to -current.
 1.3.4.3  26-Sep-2001  nathanw Catch up to -current.
Again.
 1.3.4.2  21-Jun-2001  nathanw Catch up to -current.
 1.3.4.1  05-Mar-2001  nathanw Initial commit of scheduler activations and lightweight process support.
 1.3.2.3  22-Nov-2000  bouyer Sync with HEAD.
 1.3.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.3.2.1  01-Nov-2000  bouyer file linux_ptrace.h was added on branch thorpej_scsipi on 2000-11-20 18:08:25 +0000
 1.4.4.1  01-Oct-2001  fvdl Catch up with -current.
 1.4.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.4.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.10.1  29-Apr-2005  kent sync with -current
 1.7.2.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.8.4.2  21-Jan-2008  yamt sync with head
 1.8.4.1  07-Dec-2007  yamt sync with head
 1.9.56.2  26-Dec-2007  ad Sync with head.
 1.9.56.1  08-Dec-2007  ad Sync with head.
 1.9.52.2  27-Dec-2007  mjf Sync with HEAD.
 1.9.52.1  08-Dec-2007  mjf Sync with HEAD.
 1.9.46.1  09-Jan-2008  matt sync with HEAD
 1.9.44.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.10.4.1  02-Jan-2008  bouyer Sync with HEAD
 1.11.10.1  16-May-2008  yamt sync with head.
 1.11.8.1  18-May-2008  yamt sync with head.
 1.11.6.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed