Module Name: src Committed By: snj Date: Tue Mar 2 06:34:57 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1314. To generate a diff of this commit: cvs rdiff -u -r1.1.2.201 -r1.1.2.202 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.201 src/doc/CHANGES-5.1:1.1.2.202 --- src/doc/CHANGES-5.1:1.1.2.201 Thu Feb 25 11:03:32 2010 +++ src/doc/CHANGES-5.1 Tue Mar 2 06:34:57 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.201 2010/02/25 11:03:32 sborrill Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.202 2010/03/02 06:34:57 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -16832,3 +16832,8 @@ Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/. [skrll, ticket #1312] +sys/sys/atomic.h 1.11 + + Make atomics usable from C++. + [dholland, ticket #1314] +