Module Name: src Committed By: msaitoh Date: Mon Nov 16 14:46:54 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 1028-1032. To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.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-7.1 diff -u src/doc/CHANGES-7.1:1.1.2.31 src/doc/CHANGES-7.1:1.1.2.32 --- src/doc/CHANGES-7.1:1.1.2.31 Mon Nov 16 11:16:20 2015 +++ src/doc/CHANGES-7.1 Mon Nov 16 14:46:54 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1,v 1.1.2.31 2015/11/16 11:16:20 msaitoh Exp $ +# $NetBSD: CHANGES-7.1,v 1.1.2.32 2015/11/16 14:46:54 msaitoh Exp $ A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1 release: @@ -787,7 +787,7 @@ usr.sbin/sysinst/target.c 1.3 distrib/sets/lists/comp/mi 1.1921 lib/libm/Makefile 1.167 -lib/libm/man/erf.3 1.13 +lib/libm/man/erf.3 1.13-1.14 PR/49399: Henning Petersen: Add man pages for erfl(3) and erfcl(3). [dholland, ticket #1009] @@ -1555,3 +1555,33 @@ doc/3RDPARTY 1.1259 Updated to Lua 5.3.1 [mbalmer, ticket #993] + +sys/arch/sparc64/sparc64/locore.s 1.386 +sys/arch/sparc64/sparc64/netbsd32_machdep.c 1.105-1.106 +sys/arch/sparc64/sparc64/vm_machdep.c 1.101 + + Fix various sparc64 compat_netbsd32 issues. + [martin, ticket #1028] + +etc/MAKEDEV.tmpl 1.176 + + Translate requests for ucom into ttyU. + [joerg, ticket #1029] + +sys/kern/subr_autoconf.c 1.236 + + Add the parent device (if present) to the device properties, making it + easier to identify devices in the tree with drvctl(8). + [joerg, ticket #1030] + +sys/dev/usb/ucom.c 1.110 + + Add the port number to the device properties to make it easier to + relate a specific ucom instance with the physical port of multi-port + devices like the FTDI 4232. + [joerg, ticket #1031] + +sys/dev/usb/usb_subr.c 1.204 + + Attach serial number as property to all USB devices having one. + [joerg, ticket #1032]