Mon Oct 9 18:09:09 2017 UTC ()
312, 313


(snj)
diff -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.0

cvs diff -r1.1.2.63 -r1.1.2.64 src/doc/Attic/CHANGES-8.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.0 2017/10/02 13:37:05 1.1.2.63
+++ src/doc/Attic/CHANGES-8.0 2017/10/09 18:09:09 1.1.2.64
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.63 2017/10/02 13:37:05 martin Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.64 2017/10/09 18:09:09 snj Exp $
2 2
3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
4until the 8.0 release: 4until the 8.0 release:
5 5
6doc/CHANGES-8.0 patched by hand 6doc/CHANGES-8.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 8.0_BETA! 12 Welcome to 8.0_BETA!
13 13
14src/share/man/man9/fstrans.9 1.25 14src/share/man/man9/fstrans.9 1.25
@@ -6082,13 +6082,25 @@ tests/include/sys/t_list.c 1.1-1.2 @@ -6082,13 +6082,25 @@ tests/include/sys/t_list.c 1.1-1.2
6082 6082
6083 Fix the LIST_MOVE macro to properly update the back-pointer of the 6083 Fix the LIST_MOVE macro to properly update the back-pointer of the
6084 first entry in the list. 6084 first entry in the list.
6085 Add a new minimalistic test for LIST_MOVE to verify that the list's 6085 Add a new minimalistic test for LIST_MOVE to verify that the list's
6086 first entry's prev pointer correctly points to the listhead. 6086 first entry's prev pointer correctly points to the listhead.
6087 [pgoyette, ticket #296] 6087 [pgoyette, ticket #296]
6088 6088
6089sys/net/if_bridge.c 1.135 6089sys/net/if_bridge.c 1.135
6090 6090
6091 Add curlwp_bind to bridge_input for psref. 6091 Add curlwp_bind to bridge_input for psref.
6092 It can be called in a thread context via tap (tap_dev_write). 6092 It can be called in a thread context via tap (tap_dev_write).
6093 [ozaki-r, ticket #297] 6093 [ozaki-r, ticket #297]
6094 6094
 6095tools/gcc/Makefile patch
 6096tools/gcc/mknative-gcc patch
 6097
 6098 disable dual libstdc++ abi
 6099 [christos, ticket #312]
 6100
 6101distrib/sets/lists/comp/mi 1.2148
 6102external/gpl3/gcc/usr.bin/include/Makefile patch
 6103
 6104 Add stdatomic.h
 6105 [christos, ticket #313]
 6106