Module Name: src
Committed By: bouyer
Date: Tue Mar 24 21:50:45 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Tickets 1283, 1284, 1288, 1290, 1291
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.136 -r1.1.2.137 src/doc/CHANGES-4.1
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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.136 src/doc/CHANGES-4.1:1.1.2.137
--- src/doc/CHANGES-4.1:1.1.2.136 Tue Mar 24 21:25:02 2009
+++ src/doc/CHANGES-4.1 Tue Mar 24 21:50:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.136 2009/03/24 21:25:02 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.137 2009/03/24 21:50:45 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -2823,3 +2823,72 @@
driver needs it.
[martin, ticket #1283]
+distrib/sets/lists/base/mi 1.706-707,1.797
+distrib/sets/lists/man/mi 1.1006
+etc/mtree/NetBSD.dist 1.340
+share/man/man4/Makefile 1.432
+sys/arch/amd64/conf/GENERIC 1.149 via patch
+sys/arch/i386/conf/ALL 1.103
+sys/arch/i386/conf/GENERIC 1.832
+sys/arch/i386/conf/GENERIC_LAPTOP 1.237
+sys/arch/macppc/conf/GENERIC 1.257
+sys/arch/sparc64/conf/GENERIC 1.86
+sys/dev/usb/usbdevs 1.468,1.479-480 via patch
+sys/dev/usb/usbdevs.h regen
+sys/dev/usb/usbdevs_data.h regen
+sys/dev/microcode/Makefile 1.7
+sys/dev/usb/files.usb patch
+share/man/man4/zyd.4 1.1 via patch
+sys/dev/microcode/zyd/Makefile 1.1-1.2
+sys/dev/microcode/zyd/build.c 1.1
+sys/dev/microcode/zyd/microcode.h 1.1
+sys/dev/microcode/zyd/zd1211-license 1.1
+sys/dev/microcode/zyd/zyd-zd1211 1.1
+sys/dev/microcode/zyd/zyd-zd1211b 1.1
+sys/dev/usb/if_zyd.c patch
+sys/dev/usb/if_zydreg.h 1.1-1.2
+
+ Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device
+ support
+ [msaitoh, ticket #1284]
+
+sbin/fsck_ext2fs/fsck.h 1.14 via patch
+sbin/fsck_ext2fs/fsck_ext2fs.8 1.15 via patch
+sbin/fsck_ext2fs/inode.c 1.23 via patch
+sbin/fsck_ext2fs/main.c 1.30 via patch
+sbin/fsck_ffs/fsck.h 1.47 via patch
+sbin/fsck_ffs/fsck_ffs.8 1.44 via patch
+sbin/fsck_ffs/inode.c 1.61 via patch
+sbin/fsck_ffs/main.c 1.71 via patch
+sbin/fsck_lfs/fsck.h 1.18 via patch
+sbin/fsck_lfs/fsck_lfs.8 1.21 via patch
+sbin/fsck_lfs/inode.c 1.40 via patch
+sbin/fsck_lfs/main.c 1.38 via patch
+
+ Disable userid to username lookups by default. Add a -U flag to
+ perform them.
+ In single user mode lookups that involve the network might not work
+ and they slow down fsck.
+ [manu, ticket #1288]
+
+usr.sbin/btpand/Makefile 1.1, 1.2
+usr.sbin/btpand/bnep.c 1.1 - 1.3
+usr.sbin/btpand/bnep.h 1.1
+usr.sbin/btpand/btpand.8 1.1 - 1.3
+usr.sbin/btpand/btpand.c 1.1
+usr.sbin/btpand/btpand.h 1.1
+usr.sbin/btpand/channel.c 1.1
+usr.sbin/btpand/client.c 1.1, 1.2
+usr.sbin/btpand/packet.c 1.1
+usr.sbin/btpand/sdp.c 1.1, 1.2
+usr.sbin/btpand/sdp.h 1.1, 1.2
+usr.sbin/btpand/server.c 1.1, 1.2
+usr.sbin/btpand/tap.c 1.1 via patch
+usr.sbin/Makefile patch
+distrib/sets/lists/base/mi patch
+distrib/sets/lists/comp/mi patch
+distrib/sets/lists/man/mi patch
+
+ add btpand(8), a Bluetooth PAN daemon
+ [plunky, ticket #1290]
+