Module Name: src Committed By: snj Date: Wed May 13 01:08:36 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 725, 752-754. To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-5.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.1 diff -u src/doc/CHANGES-5.1:1.1.2.11 src/doc/CHANGES-5.1:1.1.2.12 --- src/doc/CHANGES-5.1:1.1.2.11 Mon May 11 20:13:02 2009 +++ src/doc/CHANGES-5.1 Wed May 13 01:08:36 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.11 2009/05/11 20:13:02 bouyer Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.12 2009/05/13 01:08:36 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -447,3 +447,30 @@ Remove extra printf(). [msaitoh, ticket #751] +sys/arch/amd64/amd64/lock_stubs.S 1.22, 1.23 +sys/arch/i386/i386/lock_stubs.S 1.23 +sys/arch/x86/include/mutex.h 1.6 +sys/arch/x86/x86/patch.c 1.18 +sys/kern/kern_rwlock.c 1.30 + + Add a workaround for a bug with some Opteron revisions where + locked operations sometimes do not serve as memory barriers, + allowing memory references to bleed outside of critical sections. + [ad, ticket #725] + +usr.sbin/postinstall/postinstall 1.95 + + Teach postinstall about /etc/dhcpcd.conf. + [jnemeth, ticket #752] + +usr.sbin/postinstall/postinstall 1.96 via patch + + Teach postinstall about /etc/rc.d/dhcpcd. + [jnemeth, ticket #753] + +sys/arch/xen/xen/if_xennet_xenbus.c 1.35 + + Do not forget to detach rnd(4) device when removing a xennet + device. + [jym, ticket #754] +