Module Name: src
Committed By: rmind
Date: Wed Aug 25 14:02:52 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note some recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1428 -r1.1429 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.1428 src/doc/CHANGES:1.1429
--- src/doc/CHANGES:1.1428 Sun Aug 15 09:26:57 2010
+++ src/doc/CHANGES Wed Aug 25 14:02:51 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1428 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1429 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -331,8 +331,6 @@
filesystems in an orderly fashion during shutdown,
detaching the devices and unmounting the filesystems.
i386 and sparc64 are finished. [dyoung 20090625]
- kernel: Ephemeral mapping (emap) implementation, i386/amd64 support.
- [rmind 20090628]
dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
sysmon_envsys(8): Enhancements to allow access to driver-internal
@@ -677,6 +675,7 @@
mkubootimage(1): Added tool to generate u-boot kernel images.
[jmcneill 20100618]
httpd(8): Import bozohttpd-20100621. [mrg 20100621]
+ kernel: Add high-priority xcall(9) support. [rmind 20100622]
hp700: Add support for uturn(4) based machines. [skrll 20100624]
network: Add mpls(4) - MultiProtocol Label Switching support
[kefren 20100626]
@@ -686,6 +685,7 @@
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]
+ kernel: Add direct select()/poll() support. [rmind 20100708]
prep: Support xserver. It tested only on-board s3(864).
[kiyohara 20100712]
tests: Convert the libposix, libprop, libpthread, librt, libskey and
@@ -704,3 +704,4 @@
bind: Update to 9.7.2b1. [christos 20100806]
acpicpu(4): add a driver for ACPI-based processor functionality.
[jruoho 20100815]
+ network: Added NPF - a new packet filter. [rmind 20100822]