summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-04-26 16:50:54 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-04-26 16:50:54 +0000
commit28da7a2559a7dfbb2653a1d0d925579bf903bd52 (patch)
treee1c03f9aaef60773928dc4ac023ae4d840c2dbde /UPDATING
parentb05e505d6d4fea89e93df186dc736a0b15a4a59a (diff)
downloadsrc-test2-28da7a2559a7dfbb2653a1d0d925579bf903bd52.tar.gz
src-test2-28da7a2559a7dfbb2653a1d0d925579bf903bd52.zip
Revert r317432 and add a new entry for r316527.
Requested by: imp
Notes
Notes: svn path=/head/; revision=317443
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 151d1194d19a..f79948d828fd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -76,6 +76,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
installed. To continue using aarch64-binutils, set
CROSS_BINUTILS_PREFIX=/usr/local/aarch64-freebsd/bin .
+20170405:
+ The UDP optimization in entry 20160818 that added the sysctl
+ net.inet.udp.require_l2_bcast has been reverted. L2 broadcast
+ packets will no longer be treated as L3 broadcast packets.
+
20170331:
Binds and sends to the loopback addresses, IPv6 and IPv4, will now
use any explicitly assigned loopback address available in the jail
@@ -215,6 +220,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
to 1200005.
20160818:
+ The UDP receive code has been updated to only treat incoming UDP
+ packets that were addressed to an L2 broadcast address as L3
+ broadcast packets. It is not expected that this will affect any
+ standards-conforming UDP application. The new behaviour can be
+ disabled by setting the sysctl net.inet.udp.require_l2_bcast to
+ 0.
+
+20160818:
Remove the openbsd_poll system call.
__FreeBSD_version has been bumped because of this.