Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc 1469-1472



details:   https://anonhg.NetBSD.org/src/rev/02c4767d53f1
branches:  netbsd-6
changeset: 777204:02c4767d53f1
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Aug 12 16:36:04 2017 +0000

description:
1469-1472

diffstat:

 doc/CHANGES-6.2 |  27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 0f2854d647f5 -r 02c4767d53f1 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Sat Aug 12 16:35:11 2017 +0000
+++ b/doc/CHANGES-6.2   Sat Aug 12 16:36:04 2017 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index