| Age | Commit message (Expand) | Author |
| 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 |
| 1994-08-15 | replce with virgin copy from 4.4-Lite | cgd |
| 1994-07-12 | Try to pick myself up from the floor where I fell laughing. | ws |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-18 | Implement ptrace() functionality, based on the previous version | cgd |
| 1994-05-18 | replace sys_process.c with the 4.4-Lite version | cgd |
| 1994-05-07 | function name changes | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-04 | Rename a lot of process flags. | cgd |
| 1994-04-07 | SUGID semantics, similar to 4.4BSD | cgd |
| 1994-03-11 | A zero scale factor turns profiling off. | pk |
| 1994-02-03 | Remove out-dated comments | pk |
| 1994-01-28 | make sure PT_STEP's are in #ifdefs | cgd |
| 1994-01-28 | if you define PT_[GS]ETFPREGS, then you'd better define struct fpreg, etc. | cgd |
| 1994-01-20 | Make procfs really work for debugging. | ws |
| 1994-01-10 | Cleanup. | mycroft |
| 1994-01-10 | *Really* fix the wakeup code this time. | mycroft |
| 1994-01-10 | Wake up the blasted process when we detach! | mycroft |
| 1994-01-09 | implement PT_ATTACH and PT_DETACH. | cgd |
| 1994-01-09 | PT_STEP is actually machine dependent. not all machines have it! | cgd |
| 1994-01-08 | core reorg | cgd |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-12-01 | initialize uninitialized variable, from Andy Heffernan <ahh@netcom.com>. | cgd |
| 1993-09-06 | A little more cleanup; 0 --> FALSE and 1 --> TRUE. | mycroft |