CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:07:54 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c netbsd32_machdep_13.c Log Message: Keep only one copy of the netbsd32_compat_16 code. Remove unnecessary

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:25:36 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Add a routine to actually invoke the hook for netbsd32_sendsig() To generate a diff of this commit: cvs

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 09:45:51 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Put netbsd32_sendsig_siginfo() here, where it belongs. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:02:37 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Here there is no 32-bit specific sendsig_sigcontext() so just use the native one. To generate a diff of

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:38:45 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Define the netbsd32_sendsig_hook and create its accessor function. To generate a diff of this commit: cvs

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 09:44:53 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Remove netbsd32_sendsig_sigcontext() - it belongs in netbsd32_machdep.c To generate a diff of this

CVS commit: [pgoyette-compat] src/sys/arch/amd64/amd64

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:13:01 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Wrap long line, KNF To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 \

CVS commit: [pgoyette-compat] src/sys/arch/amd64/amd64

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:34:12 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c netbsd32_machdep_16.c Log Message: Allocate the netbsd32_sendsig_hook in the main compat_netbsd32 code

CVS commit: src/tests/crypto/libcrypto

2018-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Sep 29 10:54:35 UTC 2018 Modified Files: src/tests/crypto/libcrypto: t_pubkey.sh Log Message: A timeout of 480 seconds is not enough for the t_pubkey:ec test case on qemu/sparc. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:59:00 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_13.c Log Message: Remove redundant definition of machine_arch32 and machine32 To generate a diff of this commit: cvs

CVS commit: src/lib/libcurses

2018-09-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 29 11:23:18 UTC 2018 Modified Files: src/lib/libcurses: curses_background.3 Log Message: Correct function prototypes in curses_background(3) Fix prototypes for: bkgdset(3), wbkgd(3) and wbkgdset(3). To generate a diff

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:36:44 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Remove unnecesasry #ifdef COMPAT_16 (this file won't get selected unless COMPAT_16 is defined). Rename

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:47:46 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Don't fall off the end of a non-void function. (It used to be void, but now returns an int to conform

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:22:36 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Make netbsd32_sendsig_sigino() non-static since we need to call it from the _md_16 code. While here, use

CVS commit: src/tests/crypto/libcrypto

2018-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Sep 29 10:50:33 UTC 2018 Modified Files: src/tests/crypto/libcrypto: t_ciphers.sh Log Message: The default timeout of 300 seconds is not enough for the t_ciphers:evp test case on qemu/sparc since the import of openssl 1.1.0i on

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:11:34 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Add prototype for the default netbsd32_sendsig_siginfo() To generate a diff of this commit: cvs rdiff

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:18:29 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Use proper names for netbsd32_machdep_md_16_{init,fini}() routines To generate a diff of this commit:

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:52:39 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_13.c Log Message: Make sure that the netbsd32_compat_16 code is available to compat_netbsd_13 To generate a diff of this

CVS import: src/external/bsd/ntp/dist

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 29 17:29:20 UTC 2018 Update of /cvsroot/src/external/bsd/ntp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22010 Log Message: --- (4.2.8p12) 2018/08/14 Released by Harlan Stenn * [Sec 3505] CVE-2018-12327 - Arbitrary Code

CVS commit: src/sys/net/npf

2018-09-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Sep 29 18:00:36 UTC 2018 Modified Files: src/sys/net/npf: npf_sendpkt.c Log Message: npf_return_tcp: fix no-INET6 case. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/net/npf/npf_sendpkt.c Please note

CVS commit: src/sys/arch/evbarm/conf

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 17:05:55 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: mk.generic64 Log Message: Set load offset to +2M to make room for QEMU's bootloader stub To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/crypto/external/bsd/openssh/dist

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 29 15:10:45 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c serverloop.c Log Message: be less aggressive about blocking connections from disconnected sessions. To

CVS commit: src/sys/dev/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 15:56:25 UTC 2018 Modified Files: src/sys/dev/fdt: virtio_mmio_fdt.c Log Message: Fix 64-bit build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/virtio_mmio_fdt.c Please note that

CVS commit: src/sys/arch/evbarm/conf

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 16:02:09 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add virtio To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/GENERIC64 Please note that diffs

CVS commit: src/sys/arch/arm/virt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 15:49:38 UTC 2018 Modified Files: src/sys/arch/arm/virt: virt_platform.h Log Message: No need to cover boot ROM with devmap To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbarm/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 15:50:29 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Increase storage space for DTB (for QEMU) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/lib/libnpf

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 29 15:52:44 UTC 2018 Modified Files: src/lib/libnpf: Makefile Log Message: - re-enable lint (otherwise the sets break) - no space after -I (for consistency) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x86/x86

2018-09-29 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Sep 29 13:19:38 UTC 2018 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: For i386 XEN3PAE_DOM0, use the "native" idt registration infrastructure by removing the #ifndef XEN clause. This will hopefully be the last

CVS commit: [pgoyette-compat] src/sys/arch/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 06:31:02 UTC 2018 Modified Files: src/sys/arch/mips/conf [pgoyette-compat]: files.mips src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Added Files: src/sys/arch/mips/mips

CVS commit: src/distrib/sets

2018-09-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Sep 29 06:36:29 UTC 2018 Modified Files: src/distrib/sets: Makefile Log Message: Another USE_XZ_SETS which probably should be fixed elsewhere in a better way To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/share/mk

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 06:48:22 UTC 2018 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Add defaults and documentation for USE_XZ_SETS - a new variable controlling whether an architecture will use .tgz or tar.xz sets. To

CVS commit: src/etc

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 06:10:01 UTC 2018 Modified Files: src/etc: Makefile Log Message: Clarify comment, pointed out by maya: we do not expect bootloaders to understand xz compression, so the kernel.gz stay as they are, only the sets are

CVS commit: [pgoyette-compat] src/sys/arch/amd64/amd64

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 06:19:42 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c Log Message: Remove some spurious declarations. To generate a diff of this commit: cvs rdiff -u -r1.115.2.8

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 06:55:33 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: #include the module hook stuff add prototype for netbsd32_sendsig_sigcontext To generate a diff of this

CVS commit: src/sys/arch/i386/i386

2018-09-29 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Sep 29 07:00:20 UTC 2018 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Fix "use before init" of *idt. This should fix boot time pagefaulting and panic(9) on XEN kernels due to the boottime idt API reorg. To

CVS commit: [pgoyette-compat] src/sys

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 21:36:15 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c src/sys/compat/common [pgoyette-compat]:

CVS commit: [pgoyette-compat] src/sys/arch/sparc64

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 30 00:17:55 UTC 2018 Modified Files: src/sys/arch/sparc64/conf [pgoyette-compat]: files.sparc64 src/sys/arch/sparc64/sparc64 [pgoyette-compat]: netbsd32_machdep.c Added Files: src/sys/arch/sparc64/sparc64

CVS commit: src/distrib/sets/lists/comp

2018-09-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 30 00:42:17 UTC 2018 Modified Files: src/distrib/sets/lists/comp: ad.m68k Log Message: add gcc 4.5 files. updating a m68k system gave me: rmdir: /usr/include/gcc-4.5: Directory not empty Can't remove obsolete

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 19:44:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: Makefile Log Message: Upstream does not support armv4 any more - but it is trivial to add add regen time. Make the "regen"

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 19:45:18 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: aes-armv4.S aesv8-armx.S arm64cpuid.S armv4-gf2m.S armv4-mont.S armv4cpuid.S armv8-mont.S bsaes-armv7.S

CVS commit: src/lib/libcurses

2018-09-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 29 21:52:29 UTC 2018 Modified Files: src/lib/libcurses: curses_underscore.3 Log Message: Fix function prototypes in curses_underscore.3 Correct function prototype of wunderscore(3) and wunderend(3). To generate a diff

CVS commit: src/lib/libcurses

2018-09-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 29 22:04:58 UTC 2018 Modified Files: src/lib/libcurses: curses_slk.3 Log Message: Fix the documented function prototype of slk_attr_set(3) Note the missing argument short pair. To generate a diff of this commit: cvs

CVS commit: src/doc

2018-09-29 Thread Christos Zoulas
userland tools. [maxv 20180923] npf: Converted to use libnv [rmind 20180929] + ntp: Import ntp 4.2.8p12. [christos 20180929]

CVS commit: src/sys/arch/arm/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 18:27:36 UTC 2018 Modified Files: src/sys/arch/arm/fdt: gicv3_fdt.c Log Message: Stop searching for redistributors in a region after we find a redistributor with the Last bit set in GICR_TYPER. To generate a diff

CVS commit: src/doc

2018-09-29 Thread Mindaugas Rasiukevicius
he ISDN code, including daic(4), iavc(4), isic(4), ifpci(4), ifritz, iwic(4), and all the ISDN-related userland tools. [maxv 20180923] + npf: Converted to use libnv [rmind 20180929]

CVS commit: src/external/cddl/dtracetoolkit/dist/Include

2018-09-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Sep 29 19:40:58 UTC 2018 Modified Files: src/external/cddl/dtracetoolkit/dist/Include: test.ksh Log Message: Fix comment markers. https://github.com/opendtrace/toolkit/issues/11 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbarm/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 20:58:31 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: If the total size of the DTB exceeds our static storage, attempt to pack it in place to make it fit. To generate a diff of this

CVS commit: src/doc

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 30 01:57:41 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: mention only the version with have in current. To generate a diff of this commit: cvs rdiff -u -r1.1565 -r1.1566 src/doc/3RDPARTY Please note that

CVS commit: [pgoyette-compat] src/doc

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 30 01:48:27 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Note issue with compat_sunos vs sparc64's compat_netbsd32 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15