Module Name: src Committed By: snj Date: Sun Jul 26 18:56:21 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 867-869, 872-874. To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 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.50 src/doc/CHANGES-5.1:1.1.2.51 --- src/doc/CHANGES-5.1:1.1.2.50 Tue Jul 21 00:41:04 2009 +++ src/doc/CHANGES-5.1 Sun Jul 26 18:56:20 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.50 2009/07/21 00:41:04 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.51 2009/07/26 18:56:20 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -1605,3 +1605,45 @@ Handle protection fault properly. [rmind, ticket #865] +sys/dev/ic/ciss.c 1.15 +sys/dev/ic/tcic2.c 1.31 +sys/dev/isa/if_ntwoc_isa.c 1.18 +sys/dev/isa/isadma.c 1.59 +sys/dev/pci/if_sk.c 1.57 +sys/dev/pcmcia/if_cnw.c 1.46 +sys/dev/usb/ulpt.c 1.82 + + printf format fixes. + [dholland, ticket #874] + +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.) + [dholland, ticket #867] + +lib/libc/stdlib/strtol.3 1.25, 1.26 +lib/libc/stdlib/strtoul.3 1.22, 1.23 + + Clarify the description of the errno behavior, based on the recent + thread in tech-userlevel. + [dholland, ticket #868] + +sys/arch/pmax/pmax/machdep.c 1.233 + + Fix an #ifdef botch in rev 1.214 that causes + [ Kernel symbol table invalid! ] message at boot, + which means no ksyms(4) support even on GENERIC kernel. + [tsutsui, ticket #869] + +lib/libc/sys/intro.2 1.50 via patch + + PR/40060 - Bug Hunting -- grammar fix + [dholland, ticket #872] + +sbin/wsconsctl/wsconsctl.8 1.26 + + PR/40059 - Bug Hunting -- add Xref to wscons.conf(5) + [dholland, ticket #873] +