summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-11-22 23:01:40 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-11-22 23:01:40 +0000
commit0ccad3551bd4ca61a7073878dece214a4d10aac3 (patch)
tree762f572c5bacacabe0798142a64095ca79c013a4 /UPDATING
parentbee9fdd437d170d7528680c5ddf48762eefabac0 (diff)
downloadFreeBSD-src-0ccad3551bd4ca61a7073878dece214a4d10aac3.zip
FreeBSD-src-0ccad3551bd4ca61a7073878dece214a4d10aac3.tar.gz
Mention that the following binaries have been detached
from the build: mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs, mount_linprocfs, and mount_std.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e48606d..0cfd35f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20061122:
+ The following binaries have been disconnected from the build:
+ mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs, mount_linprocfs,
+ and mount_std. The functionality of these programs has been
+ moved into the mount program. For example, to mount a devfs
+ filesystem, instead of using mount_devfs, use: "mount -t devfs".
+ This does not affect entries in /etc/fstab, since entries in
+ /etc/fstab are always processed with "mount -t fstype".
+
20061113:
Support for PCI Message Signalled Interrupts on i386 and amd64
has been added to the kernel and various drivers will soon be
OpenPOWER on IntegriCloud