Age | Commit message (Collapse) | Author |
|
|
|
Change MachEmulateBranch() to be able to read an insn from user space.
Kernel-debugger breakpoints in user space, or FP insns that cause
underflow in a delay slot, should now work properly. Single-stepping
of arbitrary user processes, from user level, should be added.
|
|
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
|
|
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.
|
|
Update the old (4.4bsd/pmax) miniroot build scripts to put mount_ffs
on a miniroot, until the new miniroot tools work on a pmax.
|
|
|
|
Change mips __warn_references() macro to use the ELF warning features
in binutils 2.6 and (patched) gcc 2.7.2. Only works with gcc in ANSI C
mode, for now.
|
|
|
|
|
|
|
|
|
|
pr#1695
|
|
|
|
|