summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-02-11 06:05:40 +0000
committerbz <bz@FreeBSD.org>2012-02-11 06:05:40 +0000
commit891142ea87ffcacbfa7af77556942c4350720c35 (patch)
tree343683357d05c431b67aeec2c8c6fab4615f0af5 /UPDATING
parentd05091db1d58d82a2d4c3cb7c1d505fd42a0a13f (diff)
downloadFreeBSD-src-891142ea87ffcacbfa7af77556942c4350720c35.zip
FreeBSD-src-891142ea87ffcacbfa7af77556942c4350720c35.tar.gz
Switch getifaddrs(3) to the new API introduced in r231505. Also remove
conditional code parts not used by or applicable to FreeBSD. The new implementation is supposed to be able to cope with changes to the 'l' versions of the msghdr structs now used as well as to if_data allowing future changes without breaking things. This restores carp(4) config support in HEAD after r231504. Reviewed by: glebius, brooks MFC After: 3 months
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9a7699b..9da1e29 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20120211:
+ The getifaddrs upgrade path broken with 20111215 has been restored.
+ If you have upgraded in between 20111215 and 20120209 you need to
+ recompile libc again with your kernel. You still need to recompile
+ world to be able to configure CARP but this restriction already
+ comes from 20111215.
+
20120114:
The set_rcvar() function has been removed from /etc/rc.subr. All
base and ports rc.d scripts have been updated, so if you have a
OpenPOWER on IntegriCloud