Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Ticket 1028-1032.



details:   https://anonhg.NetBSD.org/src/rev/ec9e6b034a3d
branches:  netbsd-7
changeset: 799708:ec9e6b034a3d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 16 14:46:54 2015 +0000

description:
Ticket 1028-1032.

diffstat:

 doc/CHANGES-7.1 |  34 ++++++++++++++++++++++++++++++++--
 1 files changed, 32 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r a05f511c2464 -r ec9e6b034a3d doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Mon Nov 16 14:45:03 2015 +0000
+++ b/doc/CHANGES-7.1   Mon Nov 16 14:46:54 2015 +0000
@@ -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 @@
 
 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 @@
 
        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]



Home | Main Index | Thread Index | Old Index