Module Name: src Committed By: bouyer Date: Tue Aug 18 10:37:05 UTC 2009
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: tickets 1340, 1341, 1344, 1345 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-4.0.2 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.0.2 diff -u src/doc/CHANGES-4.0.2:1.1.2.48 src/doc/CHANGES-4.0.2:1.1.2.49 --- src/doc/CHANGES-4.0.2:1.1.2.48 Tue Jul 28 22:18:06 2009 +++ src/doc/CHANGES-4.0.2 Tue Aug 18 10:37:05 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.48 2009/07/28 22:18:06 snj Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.49 2009/08/18 10:37:05 bouyer Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -754,3 +754,29 @@ Fix CVE-2009-0696. [christos, ticket #1347] +lib/libc/sys/intro.2 1.53, 1.54 + + Mention, along with the behavior of succeeding system calls, the + normal behavior of succeeding library functions regarding errno. + (That is, they may leave arbitrary nonzero values in errno.) + Ok kleink@; related to PR lib/41567 as well as a recent thread on + tech-userlevel. + [dholland, ticket #1340] + +lib/libc/stdlib/strtol.3 1.25, 1.26 via patch +lib/libc/stdlib/strtoul.3 1.22, 1.23 via patch + + Clarify the description of the errno behavior, based on the recent + thread in tech-userlevel. + [dholland, ticket #1341] + +lib/libc/sys/intro.2 1.50 via patch + + PR/40060 - Bug Hunting -- grammar fix + [dholland, ticket #1344] + +sbin/wsconsctl/wsconsctl.8 1.26 + + PR/40059 - Bug Hunting -- add Xref to wscons.conf(5) + [dholland, ticket #1345] +