Wed Jun 17 20:49:26 2009 UTC ()
ticket 811


(bouyer)
diff -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-5.1

cvs diff -r1.1.2.31 -r1.1.2.32 src/doc/Attic/CHANGES-5.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1 2009/06/17 20:37:27 1.1.2.31
+++ src/doc/Attic/CHANGES-5.1 2009/06/17 20:49:26 1.1.2.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.31 2009/06/17 20:37:27 bouyer Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.32 2009/06/17 20:49:26 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.0_STABLE. 9 Welcome to 5.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/i386/conf/ALL 1.187 12sys/arch/i386/conf/ALL 1.187
13sys/arch/i386/conf/GENERIC 1.922 13sys/arch/i386/conf/GENERIC 1.922
14sys/dev/pci/files.pci 1.309 14sys/dev/pci/files.pci 1.309
@@ -1044,13 +1044,18 @@ sys/dev/pci/ehci_pci.c 1.45 @@ -1044,13 +1044,18 @@ sys/dev/pci/ehci_pci.c 1.45
1044 Apply hw workaround required for all SB600 revisions and SB700 1044 Apply hw workaround required for all SB600 revisions and SB700
1045 revisions A12 and A13 to avoid USB subsystem hang symptom. 1045 revisions A12 and A13 to avoid USB subsystem hang symptom.
1046 The USB subsystem hang symptom is observed when the system has 1046 The USB subsystem hang symptom is observed when the system has
1047 multiple USB devices connected to it or one USB device is often 1047 multiple USB devices connected to it or one USB device is often
1048 re-connected. 1048 re-connected.
1049 [cegger, ticket #814] 1049 [cegger, ticket #814]
1050 1050
1051lib/libpam/modules/pam_unix/pam_unix.c 1.13 1051lib/libpam/modules/pam_unix/pam_unix.c 1.13
1052 1052
1053 Restore the good old UNIX behavior of root password changing: only root 1053 Restore the good old UNIX behavior of root password changing: only root
1054 may change the root password. 1054 may change the root password.
1055 [tonnerre, ticket #817] 1055 [tonnerre, ticket #817]
1056 1056
 1057sys/kern/sys_generic.c 1.122 via patch
 1058
 1059 Updates to f_flag need to be made with atomics.
 1060 [rmind, ticket #811]
 1061