| Age | Commit message (Expand) | Author |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-20 | Add a ptrace interface for iterating over and collecting information | nathanw |
| 2003-02-07 | Adapt to the new conventions of proc_unstop() and don't try to call | nathanw |
| 2003-01-23 | PT_DUMPCORE support. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-08-28 | Attempt to protect restartable atomic sequences of a traced process | gmcgarry |
| 2002-08-25 | Fix some signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-05-09 | Move code shared by procfs and the kernel proper out of procfs and | thorpej |
| 2002-03-17 | Add a new ptrace request, PT_IO, as proposed by Artur Grabowski | thorpej |
| 2002-01-11 | Fix a ptrace/execve race that could be used to modify the child process's | christos |
| 2001-12-05 | * Allow machine-dependent code to specify hooks for ptrace(2) | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-13 | The trace_req() function is a no-op; garbage collect it. | nathanw |
| 2001-03-17 | fix typo in comment | pooka |
| 2001-01-17 | Adapt for procfs_valid* argument change. | fvdl |
| 2000-09-24 | Prevent ptrace on system processes. Avoids panic when attempting to ptrace p... | erh |
| 2000-08-20 | Add a lock around the scheduler, and use it as necessary, including | thorpej |
| 2000-07-28 | Fix LP64BE bug. | eeh |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 1999-03-25 | Disallow tracing of processes unless tracer's root directory is at or | sommerfe |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1997-04-28 | Reinstate P_FSTRACE, with different semantics: | mycroft |
| 1997-04-28 | When checking for init, compare against initproc, rather than comparing the | mycroft |
| 1996-05-15 | fix obscure problem involving ptrace of init | tls |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-08-13 | Lock the process in core before operating on it. | mycroft |
| 1995-06-08 | Fix various signal handling bugs: | mycroft |
| 1995-06-05 | If necessary, wake up the child during attach so we always get a SIGCHLD. | mycroft |
| 1995-02-09 | Omit the call to process_sstep() if PT_STEP is not defined. | mycroft |
| 1995-02-08 | undo a part of the last change that mistakenly required PT_STEP. | cgd |
| 1995-02-03 | Make attach/detach more safe. | mycroft |
| 1995-01-26 | Remove PT_{READ,WRITE}_U. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-09-24 | Correct test for already being traced. | mycroft |
| 1994-09-14 | ugly (#ifdef) hack to fix m68k alignment differences, etc. Eventually, | cgd |
| 1994-08-23 | replace "ctob(UPAGES)" and "UPAGES * NBPG" with "USPACE" | deraadt |
| 1994-08-21 | kill errant spaces | cgd |
| 1994-08-15 | Minor update to a comment. | mycroft |
| 1994-08-15 | replace with a completely rewritten version, based around the 4.4BSD | cgd |