summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2012-10-25 10:35:08 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2012-10-25 10:35:08 +0000
commita971b547602cccf31dac7f5400b88fba2c03abbe (patch)
treed5fd5ce1e69be8e9baea8ef2513e124f2ff9e507 /UPDATING
parent77d6b25fab44c9d4779657ef133ed2817c9fbd67 (diff)
downloadsrc-test2-a971b547602cccf31dac7f5400b88fba2c03abbe.tar.gz
src-test2-a971b547602cccf31dac7f5400b88fba2c03abbe.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0127ee9875d5..f842cb2fb069 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,11 @@ 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".)
+20121025:
+ The IPFIREWALL_FORWARD kernel option has been removed. Its
+ functionality now can be turned on using the net.pfil.forward
+ sysctl variable.
+
20121023:
The ZERO_COPY_SOCKET kernel option has been removed and
split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP.