Add mention of the broken GPL_MATH_EMULATE option in the 3.0 release.

This commit is contained in:
Mike Smith 1998-10-18 05:24:06 +00:00
parent aee28e39a7
commit dd922809a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3625

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1998-10-16 23:47:14 $"> <!ENTITY date "$Date: 1998-10-18 05:24:06 $">
<!ENTITY title "FreeBSD 3.0 Errata Notes"> <!ENTITY title "FreeBSD 3.0 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $Id: errata.sgml,v 1.1 1998-10-16 23:47:14 jkh Exp $ --> <!-- $Id: errata.sgml,v 1.2 1998-10-18 05:24:06 msmith Exp $ -->
<html> <html>
&header; &header;
@ -32,6 +32,16 @@ Current active security advisories for 3.0: None
---- System Update Information: ---- System Update Information:
<strong>
o The GPL_MATH_EMULATE kernel option causes a fatal trap during system
startup.</strong>
Fix: Replace the GPL_MATH_EMULATE option with the default math
emulation option MATH_EMULATE. This will only affect users who
have modified their kernel configuration file. The problem is
corrected in revision 1.16 of the file
/usr/src/sys/gnu/i386/fpemul/fpu_entry.c.
</pre> </pre>
&footer; &footer;
</body> </body>