Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #711 - #716



details:   https://anonhg.NetBSD.org/src/rev/fe09215744ec
branches:  netbsd-9
changeset: 745004:fe09215744ec
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 20 14:54:22 2020 +0000

description:
Tickets #711 - #716

diffstat:

 doc/CHANGES-9.1 |  35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 7a7bb45e8e3c -r fe09215744ec doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Thu Feb 20 14:53:09 2020 +0000
+++ b/doc/CHANGES-9.1   Thu Feb 20 14:54:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.1 2020/02/16 12:21:24 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.2 2020/02/20 14:54:22 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -19,3 +19,36 @@
        Teach zfs to revoke vnodes the usual way.
        [riastradh, ticket #710]
 
+sys/arch/arm/ti/if_cpsw.c                      1.9
+
+       Fix KERNHIST build (and simplify).
+       [skrll, ticket #711]
+
+sys/arch/hpcmips/hpcmips/hpcapm_machdep.c      1.6
+
+       Fix spelling in comments.
+       [sevan, ticket #712]
+
+lib/libdm/libdm_ioctl.c                                1.4
+
+       Do not write temporary files to fixed paths in /tmp.
+       [riastradh, ticket #713]
+
+crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c 1.14
+
+       Open /dev/urandom with O_CLOEXEC to avoid leaking filedescriptors
+       into child processes.
+       [riastradh, ticket #714]
+
+external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c        1.5
+
+       zpool: The NetBSD specific ioctl needs to include sys/ioctl.h.
+       [riastradh, ticket #715]
+
+sys/dev/usb/usbdi.c                            1.194
+
+       Fix a race in USB abort, so that a transfer on an interrupt
+       pipe whose callback is currently running at the moment the
+       pipe is aborted will not be restarted afterward.
+       [riastradh, ticket #716]
+



Home | Main Index | Thread Index | Old Index