Module Name: src Committed By: martin Date: Thu Sep 5 09:12:13 UTC 2019
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #177 - #180 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.0 diff -u src/doc/CHANGES-9.0:1.1.2.44 src/doc/CHANGES-9.0:1.1.2.45 --- src/doc/CHANGES-9.0:1.1.2.44 Thu Sep 5 08:47:02 2019 +++ src/doc/CHANGES-9.0 Thu Sep 5 09:12:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.44 2019/09/05 08:47:02 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.45 2019/09/05 09:12:12 martin Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -2793,3 +2793,63 @@ tests/net/ndp/t_ndp.sh 1.36 Add tests for RTM_MISS. [roy, ticket #175] +external/bsd/dhcpcd/dist/BUILDING.md up to 1.1.1.5 +external/bsd/dhcpcd/dist/Makefile up to 1.1.1.7 +external/bsd/dhcpcd/dist/Makefile.inc up to 1.1.1.3 +external/bsd/dhcpcd/dist/configure up to 1.1.1.15 +external/bsd/dhcpcd/dist/compat/rb.c up to 1.1.1.2 +external/bsd/dhcpcd/dist/compat/rbtree.h up to 1.1.1.2 +external/bsd/dhcpcd/dist/hooks/Makefile up to 1.1.1.2 +external/bsd/dhcpcd/dist/src/Makefile up to 1.1.1.6 +external/bsd/dhcpcd/dist/src/bpf.c up to 1.12 +external/bsd/dhcpcd/dist/src/control.c up to 1.1.1.8 +external/bsd/dhcpcd/dist/src/control.h up to 1.1.1.5 +external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.27 +external/bsd/dhcpcd/dist/src/dhcp-common.c up to 1.1.1.8 +external/bsd/dhcpcd/dist/src/dhcp.c up to 1.25 +external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.12 +external/bsd/dhcpcd/dist/src/dhcpcd.8.in up to 1.3 +external/bsd/dhcpcd/dist/src/dhcpcd.c up to 1.25 +external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in up to 1.1.1.14 +external/bsd/dhcpcd/dist/src/duid.c up to 1.1.1.7 +external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.12 +external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.16 +external/bsd/dhcpcd/dist/src/if-options.c up to 1.17 +external/bsd/dhcpcd/dist/src/if-options.h up to 1.1.1.11 +external/bsd/dhcpcd/dist/src/if-sun.c up to 1.1.1.11 +external/bsd/dhcpcd/dist/src/if.c up to 1.1.1.16 +external/bsd/dhcpcd/dist/src/if.h up to 1.1.1.11 +external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.17 +external/bsd/dhcpcd/dist/src/ipv4.h up to 1.1.1.10 +external/bsd/dhcpcd/dist/src/ipv6.c up to 1.4 +external/bsd/dhcpcd/dist/src/ipv6.h up to 1.5 +external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.11 +external/bsd/dhcpcd/dist/src/ipv6nd.h up to 1.1.1.11 +external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.14 +external/bsd/dhcpcd/dist/src/route.h up to 1.1.1.9 +external/bsd/dhcpcd/dist/src/sa.c up to 1.1.1.6 +external/bsd/dhcpcd/dist/src/script.c up to 1.1.1.11 + + Import dhcpcd-8.0.4. + [roy, ticket #177] + +share/man/man4/options.4 1.507 + + PR kern/54438: fix makeoptions DEBUG="-g" documentation. + [gson, ticket #178] + +sys/dev/ata/satafis_subr.c 1.9 + + PR kern/54389: make the sata driver work with the virtual + SATA CD-ROM of "qemu-system-i386 -machine q35". + [gson, ticket #179] + +sys/dev/pci/ixgbe/ix_txrx.c 1.55 +sys/dev/pci/ixgbe/ixgbe.c 1.207,1.208 +sys/dev/pci/ixgbe/ixgbe_netbsd.c 1.10 +sys/dev/pci/ixgbe/ixv.c 1.129,1.130 + + printf/device_printf/aprint_* cosmetics. + Set IFM_1000_BX10 correctly. + [msaitoh, ticket #180] +