Wed Jun 14 04:58:28 2017 UTC ()
tickets 28-32


(snj)
diff -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-8.0

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

--- src/doc/Attic/CHANGES-8.0 2017/06/10 06:35:52 1.1.2.8
+++ src/doc/Attic/CHANGES-8.0 2017/06/14 04:58:28 1.1.2.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.8 2017/06/10 06:35:52 snj Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.9 2017/06/14 04:58:28 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
@@ -217,13 +217,41 @@ sys/arch/mips/mips/locore_mips1.S 1.92, @@ -217,13 +217,41 @@ sys/arch/mips/mips/locore_mips1.S 1.92,
217 217
218libexec/ld.elf_so/rtld.c 1.184 218libexec/ld.elf_so/rtld.c 1.184
219 219
220 Call _rtld_debug_state before running the global initialisers, 220 Call _rtld_debug_state before running the global initialisers,
221 so give gdb a chance to set break points etc. 221 so give gdb a chance to set break points etc.
222 [joerg, ticket #26] 222 [joerg, ticket #26]
223 223
224external/bsd/dhcp/dist/relay/dhcrelay.c 1.7 224external/bsd/dhcp/dist/relay/dhcrelay.c 1.7
225 225
226 Fix bug where dhcrelay(8) needed to stay inforeground with -d 226 Fix bug where dhcrelay(8) needed to stay inforeground with -d
227 flag in order to service requests. 227 flag in order to service requests.
228 [manu, ticket #27] 228 [manu, ticket #27]
229 229
 230sys/arch/x86/x86/cpu.c 1.131
 231
 232 Further reduce the loop counter so that hatching completes
 233 before the boot processor times us out.
 234 [pgoyette, ticket #28]
 235
 236external/gpl3/gcc/dist/gcc/config/vax/builtins.md 1.6
 237
 238 Fix __builtin_ffs vax code generation. PR port-vax/51761
 239 [flxd, ticket #29]
 240
 241sys/dev/fdt/fdt_intr.c 1.11
 242
 243 Fix an issue with interrupt controller lookup wrt cascading
 244 interrupt controllers.
 245 [jmcneill, ticket #30]
 246
 247sys/arch/evbarm/fdt/fdt_machdep.c 1.7
 248
 249 Parse more than one entry from the /memory node's reg property.
 250 [jmcneill, ticket #31]
 251
 252external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h 1.11
 253external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h 1.21
 254
 255 regen to fix PR toolchain/52142.
 256 [maya, ticket #32]
 257