aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>2000-03-11 18:31:21 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>2000-03-11 18:31:21 +0000
commitde55b0bbee0c679661f69243754c61aef1d3610c (patch)
treec9a4003d69f23bdd9944b40afddffb14f0552446 /release
parent1c6d96a173e40ef64d0734a6a0a3b6d2d56458ea (diff)
downloadsrc-de55b0bbee0c679661f69243754c61aef1d3610c.tar.gz
src-de55b0bbee0c679661f69243754c61aef1d3610c.zip
Note FPU exceptions default change
Notes
Notes: svn path=/head/; revision=57910
Diffstat (limited to 'release')
-rw-r--r--release/texts/i386/RELNOTES.TXT8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 346d5a07010c..1497b5680fb0 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -201,6 +201,14 @@ IPv6 and IPv4 tunneling over IPv6 or IPv4, and IPv6 TCP to IPv4 TCP
translation gateway support. Protocol-independent name resolution
functions have been added to libc (getaddrinfo, getnameinfo, etc).
+Floating point exceptions for new processes (devide-by-zero,
+under/overflow, invalid range etc.) are now disabled by default. Use
+fpsetmask(3) to reenable those you need. Note that integer
+device-by-zero is not covered by the FPU and will still trap after
+this change. Also note that conversion of float/double to integer
+where the float variable is too big now doesn't trap as well (it can't
+be seperated from other operations we want masked).
+
1.2. SECURITY FIXES
-------------------