Module Name: src
Committed By: alnsn
Date: Sun Aug 7 20:44:32 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
New linux syscalls: fadvise64() and fadvise64_64().
To generate a diff of this commit:
cvs rdiff -u -r1.1590 -r1.1591 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1590 src/doc/CHANGES:1.1591
--- src/doc/CHANGES:1.1590 Sun Aug 7 08:15:56 2011
+++ src/doc/CHANGES Sun Aug 7 20:44:32 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1590 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1591 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1022,6 +1022,8 @@
makefs(8): Fix a corrupted RRIP entry problem in deep directories on
cd9660 fs with rockridge extension. [tsutsui 20110529]
tmpfs: Many fixes and some performance improvements. [rmind 20110529]
+ compat_linux(8), compat_linux32: Add fadvise64() and fadvise64_64()
+ syscalls. [alnsn 20110530]
powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
code, various other improvements. [matt 20110605]
ktrace(1): Add a new trace point to list all open file descriptors