aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-01-19 17:14:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-01-19 17:14:03 +0000
commitee37db92345cfc1fb53227aa5fe87d29a694f806 (patch)
tree9718ababb2ca578f11a652cbd68282202a8af5b6 /UPDATING
parentb94b4802fd983d4dc558a73ecb02197b7117eea9 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c78408e80517..dc818e9778ce 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,14 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running
portupgrade.
+20090119:
+ NTFS has been removed from GENERIC kernel on amd64 to match
+ GENERIC on i386. Should not cause any issues since mount_ntfs(8)
+ will load ntfs.ko module automatically when NTFS support is
+ actually needed, unless ntfs.ko is not installed or security
+ level prohibits loading kernel modules. If either is the case,
+ "options NTFS" has to be added into kernel config.
+
20090110:
powerd(8) was updated to get better SMP support.
Meanings of the -i and -r command line options were changed.