Document sin6_scope_id handling change and bump FreeBSD_version to 1000025.

This commit is contained in:
Hiroki Sato 2012-11-23 12:12:06 +00:00
parent a038519e19
commit b91dc77506
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243443
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1000024 /* Master, propagated to newvers */
#define __FreeBSD_version 1000025 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,