Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-08 | use what we can from mips/include | Todd C. Miller | |
1996-09-29 | merge mips back into pmax; by graichen | Theo de Raadt | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1995-12-26 | from netbsd: | Theo de Raadt | |
Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax: * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h * Flesh out the stubs in pmax/pmax/process_machdep.c to handle those requests. * Now that "struct reg" is actually used, remove the bogus #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h so that the definitions needed by locore.S are in a separate file, pmax/include/regnum.h. * update locore.S to match. |