CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: cherry Date: Mon Oct 8 08:05:08 UTC 2018 Modified Files: src/sys/arch/x86/x86: i8259.c intr.c ioapic.c Log Message: Clean up XEN specific stuff from the apic code, and move to intr.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/i8259.c cvs rdiff -u -r1.133 -r1.134 src/sys/arch/x86/x86/intr.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x86/x86/ioapic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/samsung
Module Name:src Committed By: skrll Date: Mon Oct 8 08:17:00 UTC 2018 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c exynos_soc.c exynos_var.h Log Message: Remove a build dependency on SOC_EXYNOS4 and SOC_EXYNOS5. Now runtime. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/samsung/exynos_platform.c cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/samsung/exynos_soc.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/samsung/exynos_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Mon Oct 8 10:22:17 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: std.altera std.amlogic std.armadaxp std.armadillo9 std.bcm53xx std.beagle std.exynos std.generic std.imx6ul std.nitrogen6 std.rpi std.sunxi std.tegra std.vexpress std.virt std.zynq Log Message: Sort options. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.altera \ src/sys/arch/evbarm/conf/std.imx6ul cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.amlogic \ src/sys/arch/evbarm/conf/std.armadaxp src/sys/arch/evbarm/conf/std.sunxi cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/std.armadillo9 \ src/sys/arch/evbarm/conf/std.vexpress cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/std.bcm53xx \ src/sys/arch/evbarm/conf/std.beagle cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.exynos cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.generic cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.nitrogen6 cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/std.rpi cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/std.tegra cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.virt cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.zynq Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: skrll Date: Mon Oct 8 11:28:22 UTC 2018 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: Trialing whitespace To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/arch/arm/arm32/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openresolv/dist
Module Name:src Committed By: kre Date: Mon Oct 8 14:09:38 UTC 2018 Modified Files: src/external/bsd/openresolv/dist: resolvconf.in Log Message: PR port-evbarm/53661 (which has nothing particular to do with port-evbarm) When eval'ing RESTARTCMD don't field split it, only to join the words again (by eval) - that converts newlines and tabs to spaces, and the first of those causes sh syntax errors with the way that the various RESTARTCMDs are now written (but it was always dangerous, as filename expansions could also have happened, which is not wanted, I believe.) Also correct a translation error. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openresolv/dist/resolvconf.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto
Module Name:src Committed By: christos Date: Mon Oct 8 16:31:35 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc Log Message: Skip man pages that conflict (but have different case with libc: {hmac,md5}.3 and libdes: des_random_key.3) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ src/crypto/external/bsd/openssl/lib/libcrypto/man.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: martin Date: Mon Oct 8 17:09:31 UTC 2018 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: Bring back support for enhanced descriptor format in newer core versions. Fix a few endian bugs and check the main core version before trying to read the hardware feature mask. Only read the hardware feature register if core version reported is >= 3.5 (all my older hardware reports 0). With some hints and patches from jared, and ok from aymeric To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/dwc_gmac.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_gmac_reg.h cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dwc_gmac_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau
Module Name:src Committed By: christos Date: Mon Oct 8 17:58:52 UTC 2018 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_bo.c Log Message: comment out unused function (clang) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libssl
Module Name:src Committed By: christos Date: Mon Oct 8 18:01:23 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: elide a warning that triggers on arm/clang To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/crypto/external/bsd/openssl/lib/libssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/lib/libcurses
Module Name:src Committed By: martin Date: Mon Oct 8 19:06:52 UTC 2018 Modified Files: src/lib/libcurses [netbsd-8]: curses_private.h slk.c Log Message: Pull up following revision(s) (requested by roy in ticket #1048): lib/libcurses/curses_private.h: revision 1.66 lib/libcurses/slk.c: revision 1.3 lib/libcurses/slk.c: revision 1.4 curses: declare SLK format as invalid until slk_init(3) called If we don't, then when __slk_init with a valid format of 0 it sets up labels to be drawn without a window. - curses: once __slk_init is called, reset slk_fmt This allows soft label keys to be used on more than one terminal. To generate a diff of this commit: cvs rdiff -u -r1.62.4.2 -r1.62.4.3 src/lib/libcurses/curses_private.h cvs rdiff -u -r1.2 -r1.2.8.1 src/lib/libcurses/slk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 8 19:09:18 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1048 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-8.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Mon Oct 8 20:44:34 UTC 2018 Modified Files: src/lib/libterminfo: term.c Log Message: terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFO This allows this command sequence to work: tic -o /tmp/foo foo TERMINFO=/tmp/foo TERM=foo infocmp To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libterminfo/term.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openresolv/dist
Module Name:src Committed By: kre Date: Tue Oct 9 01:28:35 UTC 2018 Modified Files: src/external/bsd/openresolv/dist: dnsmasq.in libc.in named.in unbound.in Log Message: PR port-evbarm/53661 Always quote RESTARTCMD when eval'ing it. Whatever script does it... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/openresolv/dist/dnsmasq.in \ src/external/bsd/openresolv/dist/libc.in \ src/external/bsd/openresolv/dist/named.in cvs rdiff -u -r1.1.1.8 -r1.2 src/external/bsd/openresolv/dist/unbound.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: kre Date: Tue Oct 9 02:43:42 UTC 2018 Modified Files: src/bin/sh: eval.c Log Message: When (about to) send the -x output for the end of a compound command (which has redirects, and so is included in -x output) use the -x/+x setting that existed when the comoound started, so if the state of xtrace changes during the command we don't end up with just half of the -x output (either the intro, or the conclusion, depending on which way the change happened). [this also happens to avoid a core dump in the previous code, but that could have been done other ways, this way actually simplifies things (less code)] To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/bin/sh/eval.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openresolv/dist
Module Name:src Committed By: kre Date: Tue Oct 9 02:53:11 UTC 2018 Modified Files: src/external/bsd/openresolv/dist: dnsmasq.in Log Message: Fix stupid edit botch in previous, pointed out by leot@ (thanks). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openresolv/dist/dnsmasq.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.