Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets #1691 and #1692
details: https://anonhg.NetBSD.org/src/rev/033a58a5f83f
branches: netbsd-7
changeset: 450959:033a58a5f83f
user: martin <martin%NetBSD.org@localhost>
date: Wed May 01 09:50:53 2019 +0000
description:
Tickets #1691 and #1692
diffstat:
doc/CHANGES-7.3 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 5fb07fdf3eb8 -r 033a58a5f83f doc/CHANGES-7.3
--- a/doc/CHANGES-7.3 Wed May 01 09:48:56 2019 +0000
+++ b/doc/CHANGES-7.3 Wed May 01 09:50:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.49 2019/04/26 19:48:00 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.50 2019/05/01 09:50:53 martin Exp $
A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
release:
@@ -543,3 +543,17 @@
Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED.
Use consttime_memequal(3) to compare hashes.
[roy, ticket #1690]
+
+sys/dev/veriexec.config 1.1 (patch)
+
+ Add a configuration file for enabling Veriexec in kernel config(5)
+ files.
+ [sevan, ticket #1691]
+
+sys/kern/sys_pipe.c 1.147,1.148
+
+ Clean up pipe structure before recycling it.
+ Handle half-closed pipes in FIONWRITE and FIONSPACE.
+ [mlelstv, ticket #1692]
+
+
Home |
Main Index |
Thread Index |
Old Index