aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2012-02-29 21:38:31 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2012-02-29 21:38:31 +0000
commitc7e41c8b505e8eb165ea5bfb795f6808a750f964 (patch)
tree68c4dc3240253dab5bf3767c81e64d876b2ec226 /UPDATING
parent5640c37256fad7d17fea1957c6676de6f989e005 (diff)
downloadsrc-c7e41c8b505e8eb165ea5bfb795f6808a750f964.tar.gz
src-c7e41c8b505e8eb165ea5bfb795f6808a750f964.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9da1e29ed092..edb8d760600d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,14 @@ 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.)
+20120229:
+ Now unix domain sockets behave "as expected" on nullfs(5). Previously
+ nullfs(5) did not pass through all behaviours to the underlying layer,
+ as a result if we bound to a socket on the lower layer we could connect
+ only to the lower path; if we bound to the upper layer we could connect
+ only to the upper path. The new behavior is one can connect to both the
+ lower and the upper paths regardless what layer path one binds to.
+
20120211:
The getifaddrs upgrade path broken with 20111215 has been restored.
If you have upgraded in between 20111215 and 20120209 you need to