Module Name: src
Committed By: snj
Date: Sat Aug 12 16:36:04 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1469-1472
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.295 -r1.1.2.296 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.295 src/doc/CHANGES-6.2:1.1.2.296
--- src/doc/CHANGES-6.2:1.1.2.295 Thu Aug 10 06:05:00 2017
+++ src/doc/CHANGES-6.2 Sat Aug 12 16:36:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.295 2017/08/10 06:05:00 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.296 2017/08/12 16:36:04 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -18082,3 +18082,28 @@ share/zoneinfo/zone1970.tab patch
Update tzdata to 2017b.
[mrg, ticket #1467]
+sys/compat/common/vfs_syscalls_12.c 1.30
+sys/compat/common/vfs_syscalls_43.c 1.56
+sys/compat/sys/dirent.h 1.3
+
+ It is wishful thinking that vn_readdir will return
+ dirent12 structures.
+ Fix the compat-4.3 getdirentries call (pre d_type).
+ Add a struct for the 4.3BSD struct dirent.
+ [mrg, ticket #1469]
+
+sys/dev/usb/if_ural.c 1.52
+
+ ural_alloc_rx_list() calls wrong destructor in case of failure
+ [mrg, ticket #1470]
+
+sys/arch/newsmips/apbus/if_sn.c 1.39
+
+ memory leak in sonic_get()
+ [mrg, ticket #1471]
+
+sys/arch/mac68k/nubus/if_netdock_nubus.c 1.26
+
+ memory leak in netdock_get()
+ [mrg, ticket #1472]
+