diff options
author | ru <ru@FreeBSD.org> | 2005-02-07 09:15:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-07 09:15:52 +0000 |
commit | 4294e1e61b280487bae8e459f56e4fa46b5d66b8 (patch) | |
tree | dcdec155786198fde8c16b5800eaac28a4fe4426 /UPDATING | |
parent | 319ffb2bd2e6fcd5328c66b1c121bf102092cc41 (diff) | |
download | FreeBSD-src-4294e1e61b280487bae8e459f56e4fa46b5d66b8.zip FreeBSD-src-4294e1e61b280487bae8e459f56e4fa46b5d66b8.tar.gz |
Fix disorder.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79,9 +79,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: Support for systems with an 80386 CPU has been removed. Please use FreeBSD 5.x or earlier on systems with an 80386. -20041104: - FreeBSD 5.3 shipped here. - 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 @@ -90,6 +87,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: may need to insert a "/sbin/mount -u -o rw /dev/md0 /" in their /etc/rc scripts. +20041104: + FreeBSD 5.3 shipped here. + 20041102: The size of struct tcpcb has changed again due to the removal of RFC1644 T/TCP. You have to recompile userland programs that |