aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-01-19 17:00:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-01-19 17:00:42 +0000
commit74f91fb9e20629ad7ec79ec3cc9254361ac072da (patch)
treebbe085abc732608a873468f9487afc51c002fbab /UPDATING
parent1bea7c61aa52fa7414ea90a84999d8cc93ce3621 (diff)
downloadsrc-74f91fb9e20629ad7ec79ec3cc9254361ac072da.tar.gz
src-74f91fb9e20629ad7ec79ec3cc9254361ac072da.zip
Mention removal of NTFS from GENERIC/amd64.
Notes
Notes: svn path=/head/; revision=187438
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b6225f3f7f43..04d0c1724c5f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+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.
+
20090115:
TCP Appropriate Byte Counting (RFC 3465) support added to kernel.
New field in struct tcpcb breaks ABI, so bump __FreeBSD_version to