Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #296 and #297
details: https://anonhg.NetBSD.org/src/rev/84e18e6a7354
branches: netbsd-8
changeset: 434329:84e18e6a7354
user: martin <martin%NetBSD.org@localhost>
date: Mon Oct 02 13:37:05 2017 +0000
description:
Tickets #296 and #297
diffstat:
doc/CHANGES-8.0 | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 13b7ca27721b -r 84e18e6a7354 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Mon Oct 02 13:33:41 2017 +0000
+++ b/doc/CHANGES-8.0 Mon Oct 02 13:37:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.62 2017/10/01 16:45:00 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.63 2017/10/02 13:37:05 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -6073,3 +6073,22 @@
This fixes the "rustc panic" discussed on pkgsrc-users.
[martin, ticket #295]
+distrib/sets/lists/debug/mi 1.226
+distrib/sets/lists/tests/mi 1.764
+share/man/man3/queue.3 1.59
+sys/sys/queue.h 1.71
+tests/include/sys/Makefile 1.13
+tests/include/sys/t_list.c 1.1-1.2
+
+ Fix the LIST_MOVE macro to properly update the back-pointer of the
+ first entry in the list.
+ Add a new minimalistic test for LIST_MOVE to verify that the list's
+ first entry's prev pointer correctly points to the listhead.
+ [pgoyette, ticket #296]
+
+sys/net/if_bridge.c 1.135
+
+ Add curlwp_bind to bridge_input for psref.
+ It can be called in a thread context via tap (tap_dev_write).
+ [ozaki-r, ticket #297]
+
Home |
Main Index |
Thread Index |
Old Index