summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-11-23 12:12:06 +0000
committerhrs <hrs@FreeBSD.org>2012-11-23 12:12:06 +0000
commitb4dab2192ab49d161e2d20b3c6f62a36a874c023 (patch)
treeaa3ee456522c5551c6e66a60deb8adce3f70e11c /UPDATING
parentc78ae2ca88b38a48d877632d6d71a23750c2957a (diff)
downloadFreeBSD-src-b4dab2192ab49d161e2d20b3c6f62a36a874c023.zip
FreeBSD-src-b4dab2192ab49d161e2d20b3c6f62a36a874c023.tar.gz
Document sin6_scope_id handling change and bump FreeBSD_version to 1000025.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6c324ba..4ee09f2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121117:
+ The sin6_scope_id member variable in struct sockaddr_in6 is now
+ filled by the kernel before passing the structure to the userland via
+ sysctl or routing socket. This means the KAME-specific embedded scope
+ id in sin6_addr.s6_addr[2] is always cleared in userland application.
+ This behavior can be controlled by net.inet6.ip6.deembed_scopeid.
+ __FreeBSD_version is bumped to 1000025.
+
20121105:
On i386 and amd64 systems WITH_CLANG_IS_CC is now the default.
This means that the world and kernel will be compiled with clang
OpenPOWER on IntegriCloud