Module Name: src Committed By: martin Date: Tue Sep 17 19:57:09 UTC 2019
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #201 - #208 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 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.50 src/doc/CHANGES-9.0:1.1.2.51 --- src/doc/CHANGES-9.0:1.1.2.50 Fri Sep 13 07:02:22 2019 +++ src/doc/CHANGES-9.0 Tue Sep 17 19:57:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.50 2019/09/13 07:02:22 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.51 2019/09/17 19:57:08 martin Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -3557,3 +3557,191 @@ sys/arch/i386/stand/lib/biosdisk.h 1.11 Add GPT and RAIDframe support to bootloaders. [manu, ticket #200] +common/lib/libc/arch/aarch64/atomic/atomic_or_64.S 1.2 + + aarch64: fix __sync_or_and_fetch_8 return value. + [skrll, ticket #201] + +common/lib/libc/arch/arm/atomic/atomic_or_64.S 1.11 +common/lib/libc/arch/arm/atomic/atomic_xor_64.S 1.4 + + arm: fix __sync_{,x}or_and_fetch_8 return value. + [skrll, ticket #202] + +share/man/man8/man8.x86/boot.8 1.20 +sys/arch/i386/include/Makefile 1.50 +sys/arch/i386/include/multiboot2.h 1.1 +sys/arch/i386/stand/boot/Makefile.boot 1.73 +sys/arch/i386/stand/dosboot/Makefile 1.32 +sys/arch/i386/stand/efiboot/Makefile.efiboot 1.16 +sys/arch/i386/stand/efiboot/boot.c 1.16 +sys/arch/i386/stand/efiboot/bootia32/Makefile 1.3 +sys/arch/i386/stand/efiboot/bootia32/efibootia32.c 1.5 +sys/arch/i386/stand/efiboot/bootia32/multiboot32.S 1.1 +sys/arch/i386/stand/efiboot/bootx64/Makefile 1.2 +sys/arch/i386/stand/efiboot/bootx64/efibootx64.c 1.5 +sys/arch/i386/stand/efiboot/bootx64/multiboot64.S 1.1 +sys/arch/i386/stand/efiboot/efiboot.c 1.11 +sys/arch/i386/stand/efiboot/efiboot.h 1.10 +sys/arch/i386/stand/efiboot/eficons.c 1.7 +sys/arch/i386/stand/efiboot/efimemory.c 1.9 +sys/arch/i386/stand/lib/Makefile 1.47 +sys/arch/i386/stand/lib/biosdisk.c 1.52 +sys/arch/i386/stand/lib/biosdisk.h 1.12 +sys/arch/i386/stand/lib/bootinfo_memmap.c 1.6 +sys/arch/i386/stand/lib/exec.c 1.74 +sys/arch/i386/stand/lib/exec_multiboot1.c 1.1 +sys/arch/i386/stand/lib/exec_multiboot2.c 1.1 +sys/arch/i386/stand/lib/exec_multiboot2.c 1.2 +sys/arch/i386/stand/lib/libi386.h 1.45 +sys/arch/i386/stand/lib/multiboot.S 1.3 +sys/arch/i386/stand/lib/pread.c 1.8 +sys/arch/i386/stand/netboot/Makefile.netboot 1.11 +sys/arch/i386/stand/pxeboot/Makefile 1.26 + + Add multiboot 2 support to x86 bootloaders. + [manu, ticket #203] + +sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 + + Attempt to obtain ACPI RSDP from the hypervisor for Xen PV. + [manu, ticket #204] + +share/man/man8/man8.x86/boot.8 1.18 +sys/kern/kern_subr.c 1.227 + + Accept root device specification as NAME=label. + Document that bootdev option accepts device specification as NAME=label. + [manu, ticket #205] + +external/mit/expat/dist/conftools/test-driver up to 1.1.1.1 +external/mit/expat/dist/conftools/ar-lib up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/compile up to 1.1.1.1 +external/mit/expat/dist/conftools/depcomp up to 1.1.1.1 +external/mit/expat/dist/conftools/missing up to 1.1.1.1 +external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1 +external/mit/expat/dist/doc/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/doc/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/examples/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/examples/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/lib/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/lib/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/tests/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/structdata.c up to 1.1.1.1 +external/mit/expat/dist/tests/structdata.h up to 1.1.1.1 +external/mit/expat/dist/tests/udiffer.py up to 1.1.1.1 +external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1 +external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1 +external/mit/expat/dist/xmlwf/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/xmlwf/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/xmlwf/xmlwf_helpgen.py up to 1.1.1.1 +external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh up to 1.1.1.1 +external/mit/expat/dist/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/README.md up to 1.1.1.1 +external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1 +external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1 +external/mit/expat/dist/acinclude.m4 up to 1.1.1.1 +external/mit/expat/dist/fix-xmltest-log.sh up to 1.1.1.1 +external/mit/expat/dist/test-driver-wrapper.sh up to 1.1.1.1 +external/mit/expat/dist/MANIFEST delete +external/mit/expat/dist/README delete +external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete +external/mit/expat/dist/conftools/mkinstalldirs delete +external/mit/expat/dist/xmlwf/xmlurl.h delete +external/mit/expat/dist/xmlwf/xmlwin32url.cxx delete +external/mit/expat/dist/CMake.README up to 1.1.1.5 +external/mit/expat/dist/CMakeLists.txt up to 1.1.1.5 +external/mit/expat/dist/Changes up to 1.1.1.6 +external/mit/expat/dist/ConfigureChecks.cmake up to 1.1.1.2 +external/mit/expat/dist/Makefile.in up to 1.1.1.6 +external/mit/expat/dist/aclocal.m4 up to 1.1.1.4 +external/mit/expat/dist/configure up to 1.1.1.6 +external/mit/expat/dist/configure.ac up to 1.1.1.4 +external/mit/expat/dist/expat_config.h.cmake up to 1.1.1.2 +external/mit/expat/dist/expat_config.h.in up to 1.1.1.6 +external/mit/expat/dist/conftools/config.guess up to 1.4 +external/mit/expat/dist/conftools/config.sub up to 1.4 +external/mit/expat/dist/conftools/get-version.sh up to 1.1.1.2 +external/mit/expat/dist/conftools/install-sh up to 1.1.1.5 +external/mit/expat/dist/conftools/ltmain.sh up to 1.1.1.5 +external/mit/expat/dist/doc/reference.html up to 1.1.1.5 +external/mit/expat/dist/doc/xmlwf.1 up to 1.1.1.4 +external/mit/expat/dist/doc/xmlwf.xml up to 1.1.1.2 +external/mit/expat/dist/examples/elements.c up to 1.1.1.5 +external/mit/expat/dist/examples/outline.c up to 1.1.1.4 +external/mit/expat/dist/lib/ascii.h up to 1.1.1.2 +external/mit/expat/dist/lib/asciitab.h up to 1.1.1.2 +external/mit/expat/dist/lib/expat.h up to 1.1.1.6 +external/mit/expat/dist/lib/expat_external.h up to 1.1.1.4 +external/mit/expat/dist/lib/iasciitab.h up to 1.1.1.2 +external/mit/expat/dist/lib/internal.h up to 1.1.1.3 +external/mit/expat/dist/lib/latin1tab.h up to 1.1.1.2 +external/mit/expat/dist/lib/libexpat.def up to 1.1.1.3 +external/mit/expat/dist/lib/libexpatw.def up to 1.1.1.3 +external/mit/expat/dist/lib/nametab.h up to 1.1.1.2 +external/mit/expat/dist/lib/siphash.h up to 1.1.1.2 +external/mit/expat/dist/lib/utf8tab.h up to 1.1.1.2 +external/mit/expat/dist/lib/winconfig.h up to 1.1.1.3 +external/mit/expat/dist/lib/xmlparse.c up to 1.8 +external/mit/expat/dist/lib/xmlrole.c up to 1.1.1.5 +external/mit/expat/dist/lib/xmlrole.h up to 1.1.1.2 +external/mit/expat/dist/lib/xmltok.c up to 1.5 +external/mit/expat/dist/lib/xmltok.h up to 1.3 +external/mit/expat/dist/lib/xmltok_impl.c up to 1.6 +external/mit/expat/dist/lib/xmltok_impl.h up to 1.1.1.2 +external/mit/expat/dist/lib/xmltok_ns.c up to 1.1.1.2 +external/mit/expat/dist/tests/chardata.c up to 1.1.1.4 +external/mit/expat/dist/tests/chardata.h up to 1.1.1.2 +external/mit/expat/dist/tests/memcheck.c up to 1.1.1.2 +external/mit/expat/dist/tests/memcheck.h up to 1.1.1.2 +external/mit/expat/dist/tests/minicheck.c up to 1.1.1.4 +external/mit/expat/dist/tests/minicheck.h up to 1.1.1.5 +external/mit/expat/dist/tests/runtests.c up to 1.1.1.5 +external/mit/expat/dist/tests/runtestspp.cpp up to 1.1.1.2 +external/mit/expat/dist/tests/xmltest.sh up to 1.4 +external/mit/expat/dist/tests/benchmark/benchmark.c up to 1.1.1.3 +external/mit/expat/dist/win32/README.txt up to 1.1.1.5 +external/mit/expat/dist/win32/expat.iss up to 1.1.1.6 +external/mit/expat/dist/xmlwf/codepage.c up to 1.1.1.4 +external/mit/expat/dist/xmlwf/codepage.h up to 1.1.1.2 +external/mit/expat/dist/xmlwf/ct.c up to 1.1.1.2 +external/mit/expat/dist/xmlwf/filemap.h up to 1.1.1.3 +external/mit/expat/dist/xmlwf/readfilemap.c up to 1.1.1.5 +external/mit/expat/dist/xmlwf/unixfilemap.c up to 1.1.1.4 +external/mit/expat/dist/xmlwf/win32filemap.c up to 1.1.1.3 +external/mit/expat/dist/xmlwf/xmlfile.c up to 1.1.1.4 +external/mit/expat/dist/xmlwf/xmlfile.h up to 1.1.1.2 +external/mit/expat/dist/xmlwf/xmlmime.c up to 1.1.1.2 +external/mit/expat/dist/xmlwf/xmlmime.h up to 1.1.1.2 +external/mit/expat/dist/xmlwf/xmltchar.h up to 1.1.1.2 +external/mit/expat/dist/xmlwf/xmlwf.c up to 1.1.1.6 +external/mit/expat/lib/libexpat/expat_config.h up to 1.6 +doc/3RDPARTY 1.1649 +external/mit/xorg/tools/fc-cache/Makefile 1.18 + + Update expat to 2.2.8. + Define XML_POOR_ENTROPY for the tool version of fc-cache + (we can not assume anything about the build host). + [maya, ticket #206] + +sys/arch/evbarm/conf/files.generic 1.8 + + Add missing inlcude of external/bsd/sljit/conf/files.sljit. + [bouyer, ticket #207] + +sys/netinet/ip_input.c 1.390 +sys/netinet6/ip6_input.c 1.209 + + Packet filters can return an mbuf chain with fragmented headers, so + m_pullup() when needed. + [bouyer, ticket #208] +