mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Document sin6_scope_id handling change and bump FreeBSD_version to 1000025.
This commit is contained in:
parent
a038519e19
commit
b91dc77506
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243443
8
UPDATING
8
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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user