Thu Jun 7 16:25:06 2018 UTC ()
Tickets #832, #834, #836, #837, #838, #839 and #840


(martin)
diff -r1.1.2.203 -r1.1.2.204 src/doc/CHANGES-8.0

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

--- src/doc/Attic/CHANGES-8.0 2018/06/05 08:14:25 1.1.2.203
+++ src/doc/Attic/CHANGES-8.0 2018/06/07 16:25:06 1.1.2.204
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.203 2018/06/05 08:14:25 bouyer Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.204 2018/06/07 16:25:06 martin 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
@@ -13512,13 +13512,65 @@ usr.sbin/sysinst/disks.c 1.16 @@ -13512,13 +13512,65 @@ usr.sbin/sysinst/disks.c 1.16
13512usr.sbin/sysinst/mbr.c 1.6 13512usr.sbin/sysinst/mbr.c 1.6
13513usr.sbin/sysinst/menus.mi 1.13 13513usr.sbin/sysinst/menus.mi 1.13
13514usr.sbin/sysinst/msg.mi.de 1.7 13514usr.sbin/sysinst/msg.mi.de 1.7
13515usr.sbin/sysinst/msg.mi.en 1.11 13515usr.sbin/sysinst/msg.mi.en 1.11
13516usr.sbin/sysinst/msg.mi.es 1.7 13516usr.sbin/sysinst/msg.mi.es 1.7
13517usr.sbin/sysinst/msg.mi.fr 1.10 13517usr.sbin/sysinst/msg.mi.fr 1.10
13518usr.sbin/sysinst/msg.mi.pl 1.9 13518usr.sbin/sysinst/msg.mi.pl 1.9
13519 13519
13520 Allow installation to a pre-configured wedge (dk* device). 13520 Allow installation to a pre-configured wedge (dk* device).
13521 Prefer http over ftp downloads. 13521 Prefer http over ftp downloads.
13522 Auto-select the bootblock details like the current console. 13522 Auto-select the bootblock details like the current console.
13523 [martin, ticket #860] 13523 [martin, ticket #860]
13524 13524
 13525sys/arch/x86/x86/efi.c 1.15 (patch)
 13526sys/dev/pci/pci_map.c 1.34,1.35
 13527sys/dev/pci/pcivar.h 1.112
 13528
 13529 Enable the appropriate memory or I/O space decode in the PCI
 13530 Command/Status Register upon mapping a BAR if booted via EFI.
 13531 [jakllsch, ticket #832]
 13532
 13533share/mk/bsd.obj.mk 1.52
 13534share/mk/bsd.sys.mk 1.276,1.277
 13535share/mk/sys.mk 1.131
 13536usr.bin/make/var.c 1.219
 13537usr.sbin/crash/Makefile 1.40
 13538
 13539 Various fixes for reproducable builds:
 13540 - Prevent 'make obj' creating an objdir inside an objdir.
 13541 - Delete ${DESTDIR} for lint.
 13542 - Also substitute ${X11SRCDIR} for the random seed for reproducible
 13543 builds so that the random seed is consistent.
 13544 - Since ${MAKE} converts $$ -> $ during parsing we need to put it
 13545 back to preserve the original variable value with :Q.
 13546 - Be more selective about remapping object directories otherwise we
 13547 pick objdump and objcopy with the regex.
 13548 [christos, ticket #834]
 13549
 13550external/gpl2/gmake/dist/glob/glob.c 1.5
 13551
 13552 Fix build failure on Ubuntu 18.04.
 13553 [nonaka, ticket #836]
 13554
 13555sys/netinet/udp_usrreq.c 1.237
 13556
 13557 Fix bad/wrong memory deallocations and dangling pointer
 13558 issues in NAT-T.
 13559 [maxv, ticket #837]
 13560
 13561etc/rc.d/sshd 1.28
 13562
 13563 Do not show ASCII art when generating a host key, instead
 13564 print the key fingerprint.
 13565 [jmcneill, ticket #838]
 13566
 13567sys/net/if_ipsec.c 1.14
 13568
 13569 Fix the port numbers when using NAT-T.
 13570 [knakahara, ticket #839]
 13571
 13572sys/net/if_ipsec.c 1.15,1.16
 13573
 13574 Fix a panic when ipsecif(4) adds discard policy.
 13575 [knakahara, ticket #840]
 13576