NetBSD/sys
martin 8772c68807 Rename the DIV0 traps to avoid confusion with the usage on the sparc
port: T_IDIV0 is the hardware trap generated on integer division by
zero, T_DIV0 is the software trap used to signal the same event.

This makes 32 bit kernels able to run sparc code with the v7 multiply/
divide library.

Spotted by Valeriy E. Ushakov.
2003-01-21 19:46:49 +00:00
..
altq
arch Rename the DIV0 traps to avoid confusion with the usage on the sparc 2003-01-21 19:46:49 +00:00
coda
compat Do a preliminary switchover of the mach code to lwp's. It compiles now 2003-01-21 04:06:06 +00:00
conf add support for p1003.1b semaphores. From FreeBSD. 2003-01-20 20:02:01 +00:00
crypto
ddb Remove variable that is only assigned too but not referenced. 2003-01-20 07:20:01 +00:00
dev Add DIAGNOSTIC code provided in PR kern/19919 by DHOYASHIKI Shinichi. 2003-01-21 16:05:21 +00:00
fs Remove variable that is only assigned too but not referenced. 2003-01-20 02:25:49 +00:00
gdbscripts
ipkdb
kern step 4: don't de-reference l, if you are going to test if it is NULL a couple 2003-01-21 00:02:07 +00:00
lib PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a 2003-01-12 18:59:15 +00:00
lkm Merge the nathanw_sa branch. 2003-01-19 16:30:13 +00:00
miscfs step 3. Assign lwp properly if null, so that we can PHOLD without segfaulting. 2003-01-21 00:01:14 +00:00
net Remove a break after a goto. 2003-01-19 23:45:33 +00:00
netatalk
netccitt
netinet correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaoka 2003-01-21 03:23:44 +00:00
netinet6 The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
netisdn
netiso
netkey
netnatm
netns Move the declaration and setting of the "param" variable inside 2003-01-20 02:12:21 +00:00
netsmb
nfs Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
stand
sys - add $NetBSD$ 2003-01-21 14:11:31 +00:00
ufs Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
uvm finally: step 5: disable a KASSERT() if we are doing_shutdown. 2003-01-21 00:03:07 +00:00
Makefile