Fri Jul 27 10:55:40 2018 UTC ()
Tickets #941 - #944


(martin)
diff -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-8.1

cvs diff -r1.1.2.3 -r1.1.2.4 src/doc/Attic/CHANGES-8.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/07/27 09:57:43 1.1.2.3
+++ src/doc/Attic/CHANGES-8.1 2018/07/27 10:55:40 1.1.2.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.3 2018/07/27 09:57:43 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.4 2018/07/27 10:55:40 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
@@ -201,13 +201,42 @@ usr.bin/netstat/if.c 1.95 @@ -201,13 +201,42 @@ usr.bin/netstat/if.c 1.95
201 [msaitoh, ticket #939] 201 [msaitoh, ticket #939]
202 202
203libexec/ld.elf_so/headers.c 1.64 203libexec/ld.elf_so/headers.c 1.64
204 204
205 Apply relocbase for tlsinit of the executable itself. Fixes 205 Apply relocbase for tlsinit of the executable itself. Fixes
206 PIE where relocbase typically is not zero. PR bin/53465 206 PIE where relocbase typically is not zero. PR bin/53465
207 [joerg, ticket #940] 207 [joerg, ticket #940]
208 208
209usr.sbin/arp/arp.c 1.62 209usr.sbin/arp/arp.c 1.62
210 210
211 arp(8): warn when failing to delete a specified arp entry. 211 arp(8): warn when failing to delete a specified arp entry.
212 [ozaki-r, ticket #925] 212 [ozaki-r, ticket #925]
213 213
 214external/bsd/dhcpcd/dist/configure up to 1.1.1.8
 215external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.15
 216external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.10
 217external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.11
 218external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.8
 219doc/3RDPARTY manual edit
 220
 221 Import dhcpcd-7.0.7 with the following changes:
 222 * host routes work correctly again
 223 * vlanid is also used to calculate slaac stable private addresses
 224 [roy, ticket #941]
 225
 226sys/fs/udf/udf_subr.c 1.142
 227
 228 Enhance logical volume integrity descriptor handling and provide
 229 bug-compatibility for Linux mkudffs 1.3 images.
 230 [reinoud, ticket #942]
 231
 232usr.sbin/ypserv/ypinit/ypinit.sh 1.13
 233
 234 Adjust to newer /bin/sh versions and minor cleanup.
 235 [kre, ticket #943]
 236
 237external/mit/xorg/tools/mkfontscale/Makefile 1.13
 238share/mk/bsd.own.mk 1.1066
 239
 240 Fix groff reproducibility and font directories in X builds.
 241 [christos, ticket #944]
 242