| Age | Commit message (Expand) | Author |
| 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 |
| 1993-09-06 | De-ANSIfy and re-KNFify. | mycroft |
| 1993-09-05 | Yet more of the ptrace() reorg; now ptrace_setregs() and ptrace_getregs() | sef |
| 1993-09-04 | ptrace_single_step() and ptrace_set_pc() should return errors if | sef |
| 1993-09-04 | better ptrace() support from Sean Eric Fagan <sef@kithrup.com> | cgd |
| 1993-07-13 | break args structs out, into syscallname_args structs, so gcc2 doesn't | cgd |
| 1993-07-04 | change exit() to kexit(), so prototypes are "safe" with stdio.h, etc. | cgd |
| 1993-06-27 | ANSIfications - removed all implicit function return types and argument | andrew |
| 1993-05-24 | move sipcreg into i386/include/reg.h where it belongs, right next to ipcreg. | cgd |
| 1993-05-20 | add $Id$ strings, and clean up file headers where necessary | cgd |
| 1993-05-07 | update for bde's useracc changes. from patchkit patch 137. | cgd |
| 1993-03-21 | after 0.2.2 "stable" patches applied | cgd |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |