summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-02-20 14:54:22 +0000
committermartin <martin@NetBSD.org>2020-02-20 14:54:22 +0000
commitc8bbacfb033ff8343bd461e60c60496476ab0ffc (patch)
tree811bb4ca52dea6349921f1fe9e219737d5bd3ba7
parent6365bc625b251f9b67db8683b58e604510eb5de9 (diff)
Tickets #711 - #716
-rw-r--r--doc/CHANGES-9.135
1 files changed, 34 insertions, 1 deletions
diff --git a/doc/CHANGES-9.1 b/doc/CHANGES-9.1
index ad33624db25..96432353e19 100644
--- a/doc/CHANGES-9.1
+++ b/doc/CHANGES-9.1
@@ -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 @@ external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.58
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]
+