summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-11-10 07:39:27 +0000
committerphk <phk@FreeBSD.org>2004-11-10 07:39:27 +0000
commit47d248f4ca14c3bbef894265b707301b5e84354d (patch)
treed85e6706a65c44ce0b6bdce6b5a7013e1c8979ce /UPDATING
parent16982b21832c4090daf43db30574f184693b700c (diff)
downloadFreeBSD-src-47d248f4ca14c3bbef894265b707301b5e84354d.zip
FreeBSD-src-47d248f4ca14c3bbef894265b707301b5e84354d.tar.gz
Add note about changed root mount semantics for (preloaded) memory disks
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9b9a095..bff2715 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,6 +23,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20041110:
+ We have had a hack which would mount the root filesystem
+ R/W if the device were named 'md*'. As part of the vnode
+ work I'm doing I have had to remove this hack. People
+ building systems which use preloaded MD root filesystems
+ may need to insert a "/sbin/mount -u -o rw /dev/md0 /" in
+ their /etc/rc scripts.
+
20041102:
The size of struct tcpcb has changed again due to the removal
of RFC1644 T/TCP. You have to recompile userland programs that
OpenPOWER on IntegriCloud