Module Name: src
Committed By: snj
Date: Sat Aug 12 16:38:08 UTC 2017
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
1469-1472
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.103 src/doc/CHANGES-6.0.7:1.1.2.104
--- src/doc/CHANGES-6.0.7:1.1.2.103 Thu Aug 10 07:04:19 2017
+++ src/doc/CHANGES-6.0.7 Sat Aug 12 16:38:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.103 2017/08/10 07:04:19 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.104 2017/08/12 16:38:08 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -12354,4 +12354,29 @@ share/zoneinfo/zoneinfo2tdf.pl patch
Update tzdata to 2017b.
[mrg, ticket #1467]
-j
+
+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]
+