aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-11-10 07:39:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-11-10 07:39:27 +0000
commit42ba1c57667e2f6f6e18be55c9e118eedb2dd918 (patch)
treed85e6706a65c44ce0b6bdce6b5a7013e1c8979ce /UPDATING
parentc2597f2ddb51a454696250e3ecc7f96885044486 (diff)
downloadsrc-42ba1c57667e2f6f6e18be55c9e118eedb2dd918.tar.gz
src-42ba1c57667e2f6f6e18be55c9e118eedb2dd918.zip
Add note about changed root mount semantics for (preloaded) memory disks
Notes
Notes: svn path=/head/; revision=137510
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9b9a095deffc..bff271572761 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