NetBSD/sys/arch/mips/mips
thorpej cd31bdd2b7 Make sure virtual_end is initialized before calling uvm_pageboot_alloc(),
and garbage-collect the virtual_avail variable (it is not necessary in
this pmap implementation).
2001-04-23 17:14:17 +00:00
..
compat_13_machdep.c split off thread specific stuff from struct sigacts to struct sigctx, leaving 2000-12-22 22:58:52 +00:00
cpu_exec.c Prepare cpu_exec_ecoff_probe() for mips which just returns ENOEXEC, 2000-11-27 13:25:24 +00:00
db_disasm.c In db_disasm() use fuword() to fetch user addresses. Mainly to avoid 2000-08-10 22:31:26 +00:00
db_interface.c Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +00:00
db_trace.c - fix prototype of db_mips_variable_func(). 2001-01-19 01:41:36 +00:00
fp.S Fix FP exception handling that was recently broken and would not 2000-07-18 00:41:18 +00:00
fpemu.c Replace fpcurproc->p_addr-> references with curpcb->. 2000-05-31 00:59:27 +00:00
genassym.cf New syscall entry implementation based on the Alpha version 2001-01-16 06:01:26 +00:00
in_cksum.c
kgdb_machdep.c Include kgdb hooks in trap.c. Include bits of DDB code for kgdb also. Remove 2000-07-20 18:14:46 +00:00
locore.S For MIPS software masking option, when returning to user mode apply 2000-12-14 21:29:51 +00:00
locore_mips1.S New syscall entry implementation based on the Alpha version 2001-01-16 06:01:26 +00:00
locore_mips3.S Fix register name typo. 2001-01-20 07:23:21 +00:00
mem.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:10:45 +00:00
mips_machdep.c Fix sendsig/sigreturn for SOFTFLOAT case. 2000-12-31 19:06:40 +00:00
mips_mcclock.c rename mips_read_causereg -> mips_cp0_cause_read. nuke prototype 2000-10-04 22:44:01 +00:00
mips_mcclock.h
pmap.c Make sure virtual_end is initialized before calling uvm_pageboot_alloc(), 2001-04-23 17:14:17 +00:00
process_machdep.c Preserve the status register process_write_regs() to avoid confusion 2000-12-27 08:28:12 +00:00
sys_machdep.c Move prototypes for mips_user_cachectl() and mips_user_cacheflush() 2001-01-07 04:13:16 +00:00
syscall.c keep V0 value (system call number) and restore it in exception frame, 2001-02-12 10:32:14 +00:00
trap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
vm_machdep.c include "opt_ddb.h" explicitely 2001-03-28 18:03:49 +00:00