Module Name: src Committed By: snj Date: Wed Nov 16 18:07:03 UTC 2016
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: tickets 1412, 1414, 1416 To generate a diff of this commit: cvs rdiff -u -r1.1.2.267 -r1.1.2.268 src/doc/CHANGES-6.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-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.267 src/doc/CHANGES-6.2:1.1.2.268 --- src/doc/CHANGES-6.2:1.1.2.267 Sun Nov 13 06:50:10 2016 +++ src/doc/CHANGES-6.2 Wed Nov 16 18:07:03 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.267 2016/11/13 06:50:10 snj Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.268 2016/11/16 18:07:03 snj Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -15399,3 +15399,25 @@ external/gpl3/gcc/dist/gcc/cp/cfns.h pa Fix build with gcc5. [pgoyette, ticket #1417] +bin/sh/exec.c 1.45 +bin/sh/var.c 1.43 + + PR/48312: unset should not return an error for functions are + variables that were not previously set. + [dholland, ticket #1412] + +usr.bin/ftp/fetch.c 1.225 + + Fix crash in ftp when given an IPv6 URL that's missing a slash. + PR bin/51558. + [nonaka, ticket #1414] + +sys/arch/alpha/alpha/machdep.c 1.347 +sys/arch/alpha/alpha/prom.c 1.49 +sys/arch/alpha/stand/common/booted_dev.c 1.4 +sys/arch/alpha/stand/common/prom.c 1.15 + + Match the two prom_getenv() and fix buffer overflow causing + wrong host controller SCSI ID for DEC 3000. + [flxd, ticket #1416] +