Go to file
briggs 59422960ea PR 7220 from Ken Nakata:
I've fixed most (not all) m68k FPE bugs that give bogus
calculation results, esp. fsqrt instruction.  Also, the internal FP
representation has been reduced from 115-bit mantissa to 67-bit
mantissa which reduced the required mantissa operation roughly by one
fourth.  I've done an extensive (though not exhaustive - it's
impossible!) test on the internal routines by feeding them randomly
generated FP numbers, and found that the new code is more precise than
MC68040 FPU (it seems to have a rounding bug).

[ Only change was to keep fpu_calcea.c's name instead of renaming to
  fpu_ea.c in Ken's patch.  --akb ]
1999-05-30 20:17:48 +00:00
bin Change previous to use symbolic names for file modes. Also, clean up some 1999-05-26 15:51:09 +00:00
distrib Reduce the number of bytes per inode to 5120. 1999-05-28 06:05:00 +00:00
etc Correct the dhclient startup to follow the standard indentation style 1999-05-28 21:01:42 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu G/C predefition of `m68k'; update a debugging-related comment. 1999-05-29 17:22:56 +00:00
include Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
lib Need <unistd.h> for declarations. 1999-05-26 15:39:36 +00:00
libexec move stuff around, so the `thank you' message is counted in the 1999-05-26 13:30:10 +00:00
regress first cut on a testsuite for sys/kern/subr_extent.c 1999-05-11 19:14:50 +00:00
sbin Remove non-existant option -t from usage. 1999-05-28 10:10:25 +00:00
share Fix reference to 4.3BSD-Tahoe. 1999-05-29 17:59:52 +00:00
sys PR 7220 from Ken Nakata: 1999-05-30 20:17:48 +00:00
usr.bin PR/7664: David Holand: bogus check for mkstemp() return code. 1999-05-29 21:10:43 +00:00
usr.sbin Remove support for absolutes pathnames completely. This can't work with 1999-05-30 16:08:23 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00