Go to file
mhitch e48c624741 Loading the exception return PC in k0 before restoring the status register
(which disables the interrupts) is *not* a good idea.  k0 (and k1) is used
by the kernel code such as the TLB miss handler, and the interrupt entry.
If an interrupt occurs after loading k0 and before the SR gets interrupts
disabled, k0 will be clobbered and when used to load the PC on exit from
the exception handler, results in various hangs and crashes.
2000-02-23 17:04:06 +00:00
bin name database is kvm.db not kvm_netbsd.db 2000-02-22 06:47:27 +00:00
dist Resolve conflicts. 2000-02-01 20:31:10 +00:00
distrib Add myself 2000-02-23 14:00:51 +00:00
etc Make MI SCSI device ready. For now MAKEDEV all won't create them. 2000-02-22 03:57:38 +00:00
games NetBSD: We come in peace. We offer reliability. 2000-02-15 13:56:02 +00:00
gnu - tm.h is automatically generated by configure in gnu/dist/gcc, 2000-02-19 00:44:31 +00:00
include add freeifaddrs(), which reclaims region allocated by getifaddrs(). 2000-02-23 15:29:18 +00:00
lib add freeifaddrs.3 as MLINKS. 2000-02-23 15:44:00 +00:00
libexec Move include/kerberosIV/com_err.h to include/com_err.h 2000-02-14 03:26:06 +00:00
regress Make "make dependall" work. 2000-02-16 12:45:17 +00:00
sbin more fix to SIOCGIFCONF alignment. 2000-02-18 08:14:26 +00:00
share getaddrinfo(3) now obeys nsswitch.conf correctly. 2000-02-20 14:45:34 +00:00
sys Loading the exception return PC in k0 before restoring the status register 2000-02-23 17:04:06 +00:00
usr.bin Use LDSTATIC, not LDFLAGS. 2000-02-20 07:14:13 +00:00
usr.sbin Make sure that the control device can be opened. 2000-02-23 11:33:58 +00:00
Makefile Make 'make build' hook into crypto-tree for crypto specific build-time 2000-02-19 17:49:49 +00:00