Module Name: src
Committed By: martin
Date: Sun Aug 11 10:05:06 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1332 and #1333
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-8.2
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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.22 src/doc/CHANGES-8.2:1.1.2.23
--- src/doc/CHANGES-8.2:1.1.2.22 Fri Aug 9 19:22:51 2019
+++ src/doc/CHANGES-8.2 Sun Aug 11 10:05:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.22 2019/08/09 19:22:51 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.23 2019/08/11 10:05:06 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -545,3 +545,13 @@ sys/external/bsd/ipf/netinet/fil.c 1.30
0xffff as bad.
[christos, ticket #1331]
+sys/uvm/uvm_mmap.c 1.173
+
+ Change 'npgs' from int to size_t.
+ [maxv, ticket #1332]
+
+sys/kern/sys_lwp.c 1.69 (patch)
+
+ Fix info leak in sys___sigaltstack14().
+ [maxv, ticket #1333]
+