Module Name: src
Committed By: chs
Date: Fri Jul 9 16:54:05 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
note compat_linux update.
To generate a diff of this commit:
cvs rdiff -u -r1.1411 -r1.1412 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.1411 src/doc/CHANGES:1.1412
--- src/doc/CHANGES:1.1411 Sun Jul 4 15:25:00 2010
+++ src/doc/CHANGES Fri Jul 9 16:54:05 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1411 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1412 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -644,3 +644,5 @@
upgt(4): Add a driver for Conexant/Intersil PrismGT SoftMAC USB
IEEE 802.11b/g WLAN device, ported from OpenBSD by
FUKAUMI Naoki. [tsutsui 20100704]
+ compat_linux(8): Update linux emulation to support NPTL.
+ We now claim to be linux kernel version 2.6.18. [chs 20100706]