Thu Jun 7 18:37:05 2018 UTC ()
Tickets #840, #841, #842, #843, #844, #845, #846, #847, #848, #849


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

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

--- src/doc/Attic/CHANGES-8.0 2018/06/07 16:25:06 1.1.2.204
+++ src/doc/Attic/CHANGES-8.0 2018/06/07 18:37:04 1.1.2.205
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.204 2018/06/07 16:25:06 martin Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.205 2018/06/07 18:37:04 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
@@ -13564,13 +13564,116 @@ etc/rc.d/sshd 1.28 @@ -13564,13 +13564,116 @@ etc/rc.d/sshd 1.28
13564 print the key fingerprint. 13564 print the key fingerprint.
13565 [jmcneill, ticket #838] 13565 [jmcneill, ticket #838]
13566 13566
13567sys/net/if_ipsec.c 1.14 13567sys/net/if_ipsec.c 1.14
13568 13568
13569 Fix the port numbers when using NAT-T. 13569 Fix the port numbers when using NAT-T.
13570 [knakahara, ticket #839] 13570 [knakahara, ticket #839]
13571 13571
13572sys/net/if_ipsec.c 1.15,1.16 13572sys/net/if_ipsec.c 1.15,1.16
13573 13573
13574 Fix a panic when ipsecif(4) adds discard policy. 13574 Fix a panic when ipsecif(4) adds discard policy.
13575 [knakahara, ticket #840] 13575 [knakahara, ticket #840]
13576 13576
 13577sys/dev/isa/isadma.c 1.67
 13578sys/dev/isa/isadmareg.h 1.9
 13579sys/dev/isa/isareg.h 1.10
 13580
 13581 Map one register less for the ISA DMA page resisters (to allow
 13582 access to that port for other drivers).
 13583 [jdolecek, ticket #841]
 13584
 13585sys/dev/pci/if_wm.c 1.580
 13586sys/dev/pci/ixgbe/ixgbe.c 1.156
 13587sys/dev/pci/ixgbe/ixv.c 1.101
 13588sys/net/if_bridge.c 1.156
 13589sys/net/if_gif.c 1.142
 13590sys/net/if_pppoe.c 1.138
 13591
 13592 Ensure to call if_register after interface initialization is complete.
 13593 [ozaki-r, ticket #843]
 13594
 13595sys/netinet6/in6.c 1.267,1.268
 13596sys/netinet6/in6_var.h 1.99,1.100
 13597sys/netinet6/mld6.c 1.93-1.99
 13598sys/netinet6/nd6.c 1.249
 13599
 13600 Don't hold softnet_lock in mld_timeo.
 13601 Release in6_multilock on callout_halt of mld_timeo to avoid a deadlock.
 13602 Improve atomicity of in6_leavegroup and in6_delmulti.
 13603 Avoid NULL pointer dereference on imm->i6mm_maddr.
 13604 Make a refcount decrement and a removal from a list of an item atomic.
 13605 Make a deletion of in6m in nd6_rtrequest atomic.
 13606 Move LIST_REMOVE. Avoid double LIST_REMOVE which corrupts lists.
 13607 [ozaki-r, ticket #842]
 13608
 13609sys/net/if.c 1.425
 13610
 13611 Relax a lock check in if_mcast_op unless NET_MPSAFE.
 13612 [ozaki-r, ticket #844]
 13613
 13614external/mit/xorg/lib/xkeyboard-config/Makefile.xkbdata 1.4
 13615external/mit/xorg/lib/xkeyboard-config/rules/Makefile 1.4
 13616
 13617 Generate xml files properly.
 13618 [youri, ticket #845]
 13619
 13620sys/dev/pci/pcidevs 1.1334
 13621sys/dev/pci/pucdata.c 1.102
 13622sys/dev/pci/pcidevs.h (regen)
 13623sys/dev/pci/pcidevs_data.h (regen)
 13624
 13625 Add Oxford Semiconductor OXPCIe954 PCIe 4-port serial card.
 13626 [jnemeth, ticket #846]
 13627
 13628sys/dev/usb/if_urtwn.c 1.58
 13629
 13630 Fix support for 8192eu, notably TPLINK TL-WN823NV2.
 13631 [nat, ticket #847]
 13632
 13633distrib/sets/lists/comp/mi 1.2198
 13634distrib/sets/lists/man/mi 1.1591
 13635share/man/man4/audio.4 1.86
 13636share/man/man7/Makefile 1.33
 13637share/man/man7/audio.7 delete
 13638share/man/man7/intro.7 1.26
 13639share/man/man9/Makefile 1.422
 13640share/man/man9/audio.9 1.47
 13641share/man/man9/audio_system.9 1.1
 13642share/man/man9/intro.9 1.20
 13643sys/dev/audio.c 1.456,1.457
 13644
 13645 Fix a typo with sc_out/inports when setting the hardware recording
 13646 gain on the mix ring.
 13647 Using audioctl without the -p switch defaults to the mix ring. This
 13648 allows setting the hardware gain etc.
 13649 Update the audio spec in audio.7 to reflect these changes.
 13650 Move the audio specification to section 9 under audio_system.
 13651 [nat, ticket #848]
 13652
 13653external/bsd/dhcpcd/dist/Makefile up to 1.1.1.5
 13654external/bsd/dhcpcd/dist/src/arp.c up to 1.1.1.7
 13655external/bsd/dhcpcd/dist/src/auth.c up to 1.1.1.5
 13656external/bsd/dhcpcd/dist/src/auth.h up to 1.1.1.3
 13657external/bsd/dhcpcd/dist/src/bpf.c up to 1.7
 13658external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.13
 13659external/bsd/dhcpcd/dist/src/dhcp.c up to 1.11
 13660external/bsd/dhcpcd/dist/src/dhcp.h up to 1.1.1.6
 13661external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.1.1.12
 13662external/bsd/dhcpcd/dist/src/dhcp6.h up to 1.1.1.6
 13663external/bsd/dhcpcd/dist/src/dhcpcd-definitions.conf up to 1.1.1.2
 13664external/bsd/dhcpcd/dist/src/dhcpcd.8.in up to 1.1.1.9
 13665external/bsd/dhcpcd/dist/src/dhcpcd.c up to 1.12
 13666external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in up to 1.1.1.9
 13667external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.1.1.8
 13668external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.9
 13669external/bsd/dhcpcd/dist/src/if-options.c up to 1.10
 13670external/bsd/dhcpcd/dist/src/ipv4ll.h up to 1.1.1.4
 13671external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.10
 13672external/bsd/dhcpcd/dist/src/ipv6.h up to 1.1.1.7
 13673external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.1.1.8
 13674external/bsd/dhcpcd/dist/src/ipv6nd.h up to 1.1.1.6
 13675external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.7
 13676doc/3RDPARTY (manually modified)
 13677
 13678 Import dhcpcd 7.0.5b.
 13679 [roy, ticket #849]