Module Name: src
Committed By: bouyer
Date: Wed Jun 17 20:44:32 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
tickets 805, 806, 809, 812, 814, 817
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-5.0.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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.21 src/doc/CHANGES-5.0.1:1.1.2.22
--- src/doc/CHANGES-5.0.1:1.1.2.21 Wed Jun 10 19:20:28 2009
+++ src/doc/CHANGES-5.0.1 Wed Jun 17 20:44:32 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.21 2009/06/10 19:20:28 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.22 2009/06/17 20:44:32 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -394,3 +394,40 @@
or ENAMETOOLONG.
[uwe, ticket #802]
+distrib/sets/lists/xbase/mi 1.76
+external/mit/xorg/bin/xvidtune/Makefile 1.2
+
+ fix xsrc/41577: install the Xvidtune app-defaults file, after the
+ necessary preprocessing and sed processing it needs.
+ [mrg, ticket #805]
+
+sys/compat/linux/common/linux_socket.c 1.100
+
+ In sendmsg(2), do copy the msghdr structure before trying to use it.
+ [njoly, ticket #806]
+
+sys/kern/subr_kobj.c 1.35
+
+ Fix a crash observed when trying to load a corrupted ELF kernel module.
+ [rmind, ticket #809]
+
+sys/netinet/tcp_usrreq.c 1.155
+
+ sysctl_inpcblist: fix a lock leak in error path
+ [rmind, ticket #812]
+
+sys/dev/pci/ehci_pci.c 1.45
+
+ Apply hw workaround required for all SB600 revisions and SB700
+ revisions A12 and A13 to avoid USB subsystem hang symptom.
+ The USB subsystem hang symptom is observed when the system has
+ multiple USB devices connected to it or one USB device is often
+ re-connected.
+ [cegger, ticket #814]
+
+lib/libpam/modules/pam_unix/pam_unix.c 1.13
+
+ Restore the good old UNIX behavior of root password changing: only root
+ may change the root password.
+ [tonnerre, ticket #817]
+