NetBSD/sys
jtc 2a51c00a70 FPU control word of 0x137f doesn't work well in "real" world applications
so I've changed it to 0x127f.  64 bit precision causes errors in paranoia
and our math library, changing to 53 bit precision solves these problems.

I've been told that long double support in Gcc 2.5 requires 64 bit mode,
so a comprehensive FP strategy (compiler, library, FPU, emulator) will
have to be addressed in the future.
1994-01-25 19:58:30 +00:00
..
arch FPU control word of 0x137f doesn't work well in "real" world applications 1994-01-25 19:58:30 +00:00
boot Clean up deleted files. 1993-10-13 05:42:10 +00:00
compat sync with magnum 1994-01-15 01:18:14 +00:00
conf Added new kern/exec* files. 1994-01-21 00:14:47 +00:00
ddb Pointers to arrays behave oddly in C... 1994-01-09 22:56:07 +00:00
dev can't use m_pkthdr.len yet, *sigh* 1994-01-25 10:46:29 +00:00
isofs fix from: line 1994-01-12 23:20:15 +00:00
kern remove warning 1994-01-23 19:11:25 +00:00
lib Find source in the right places. 1994-01-15 19:48:56 +00:00
libkern Clean up deleted files. 1993-12-04 07:26:07 +00:00
miscfs Make procfs really work for debugging. 1994-01-20 21:22:47 +00:00
msdosfs Initialize variable in mountmsdosfs(). 1994-01-20 09:46:40 +00:00
net new from mccanne. be afraid. 1994-01-25 06:10:08 +00:00
netccitt pull in <machine/cpu.h>, rather than <machine/mtpr.h> for soft intr stuff 1994-01-16 01:58:59 +00:00
netinet ether_output() & ether_input() take ether_type as a net-short. 1994-01-23 23:42:50 +00:00
netiso pull in <machine/cpu.h>, rather than <machine/mtpr.h> for soft intr stuff 1994-01-16 01:58:59 +00:00
netns delete references to mtpr.h 1994-01-20 18:17:00 +00:00
nfs Include nfs_hack_mountroot() in NFSDISKLESS_HARDWIRE 1994-01-18 01:35:15 +00:00
pcfs Clean up deleted files. 1993-08-13 11:35:49 +00:00
scsi print nice numbers for disks >2G. from <adrian@lemmings.cursci.com> 1994-01-25 08:56:45 +00:00
stand add rcs ids, and clean up headers where necessary 1993-05-20 03:53:21 +00:00
sys Make procfs really work for debugging. 1994-01-20 21:22:47 +00:00
ufs mfs_print return type back to 'int' 1993-12-23 07:03:11 +00:00
vm do not clean fictitious pages. from WS (sent a long time ago...) 1994-01-15 02:39:58 +00:00
Makefile move 'boot' and 'libkern' into 'lib'. generally clean up 'kernel library' 1993-10-13 05:40:23 +00:00