CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 22:27:09 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Drop obsolete special case for clang/ppc. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdlib

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 22:22:55 UTC 2020 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Switch to using TLS in old jemalloc for everywhere but VAX and sun2. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys/sys

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 21:53:53 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.57 - cwdinfo changed To generate a diff of this commit: cvs rdiff -u -r1.659 -r1.660 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/sys

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 21:46:07 UTC 2020 Modified Files: src/sys/sys: filedesc.h Log Message: - Give cwdi_lock its own cache line, for multithreaded processes. - Comments. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 21:42:47 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_fs.c src/sys/kern: kern_exec.c kern_proc.c uipc_usrreq.c vfs_cwd.c vfs_getcwd.c vfs_lookup.c vfs_mount.c vfs_subr.c vfs_syscalls.c

CVS commit: src/sys/arch

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 21:39:07 UTC 2020 Modified Files: src/sys/arch/macppc/stand: Makefile.inc src/sys/arch/zaurus/stand: Makefile.inc Log Message: Use -Wno-error=address-of-packed-member for a number of more boot loaders. To

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

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 20:20:39 UTC 2020 Modified Files: src/sys/arch/x86/x86: bus_space.c sys_machdep.c Log Message: two more files to convert to newer HYPERVISOR_physdev_op() interface To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 20:13:40 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/xen/include: hypervisor.h i82093var.h src/sys/arch/xen/include/amd64:

CVS commit: [phil-wifi] src

2020-04-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 21 19:37:57 UTC 2020 Added Files: src [phil-wifi]: BUILDING Makefile Makefile.inc README.md UPDATING build.sh src/bin [phil-wifi]: Makefile Makefile.inc src/bin/cat [phil-wifi]: Makefile cat.1

CVS commit: src/sys/arch/xen

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 19:03:51 UTC 2020 Modified Files: src/sys/arch/xen/include: intr.h src/sys/arch/xen/x86: xen_intr.c Log Message: adjust so that this at least compiles and links with __HAVE_PCI_MSI_MSIX To generate a diff

CVS commit: src/sys/arch/xen/include

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 18:25:12 UTC 2020 Modified Files: src/sys/arch/xen/include: intrdefs.h Log Message: XEN_IPI_KICK was replaced by XEN_IPI_AST. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 18:24:05 UTC 2020 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: Remove spurious reference to XEN_IPI_KICK - it represents the absence of a specific IPI type. To generate a diff of this commit: cvs rdiff -u

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

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 18:22:29 UTC 2020 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Follow convention and put entire predicate inside __predict_false() To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134

CVS commit: src/sys/kern

2020-04-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Apr 21 17:50:19 UTC 2020 Modified Files: src/sys/kern: subr_vmem.c Log Message: vmem_list_lock needs to be an adaptive lock. Fixes LOCKDEBUG panic. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: [netbsd-8] src/sys/arch

2020-04-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 21 16:58:57 UTC 2020 Modified Files: src/sys/arch/macppc/stand/ofwboot [netbsd-8]: Locore.c src/sys/arch/powerpc/oea [netbsd-8]: ofw_consinit.c Log Message: Pull up following revision(s) (requested by rin in

CVS commit: [bouyer-xenpvh] src/sys/arch/xen/xen

2020-04-21 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 21 16:57:40 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: xengnt.c Log Message: It is possible to use grant_v2 with HVM guest; but the status table has to be mapped using XENMEM_add_to_physmap. To

CVS commit: [netbsd-9] src/sys/arch

2020-04-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 21 16:54:52 UTC 2020 Modified Files: src/sys/arch/macppc/stand/ofwboot [netbsd-9]: Locore.c src/sys/arch/powerpc/oea [netbsd-9]: ofw_consinit.c Log Message: Pull up following revision(s) (requested by rin in

CVS commit: src/sys/ufs/ffs

2020-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 21 15:04:13 UTC 2020 Modified Files: src/sys/ufs/ffs: ffs_subr.c Log Message: use %s/__func__ so that the strings can be shared. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/ufs/ffs/ffs_subr.c

CVS commit: src/sys/arch/xen/include

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 14:51:07 UTC 2020 Modified Files: src/sys/arch/xen/include: xenring.h Log Message: add blkif_x86_{32,64}_request_indirect types To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/doc

2020-04-21 Thread Jaromir Dolecek
lete ISD-ATA support [jdolecek 202000413] dhcpcd(8): Import version 9.0.1 [roy 20200413] xbd(4): Make the driver MP-safe [jdolecek 20200413] + xbd(4): Support regular 64KB MAXPHYS [jdolecek 20200415] xbd(4): Support indirect segments [jdolecek 20200416] dhcpcd(8): Import version 9.0.2 [

CVS commit: src/doc

2020-04-21 Thread Jaromir Dolecek
(4): Removed obsolete ISD-ATA support [jdolecek 202000413] dhcpcd(8): Import version 9.0.1 [roy 20200413] xbd(4): Make the driver MP-safe [jdolecek 20200413] + xbd(4): Support indirect segments [jdolecek 20200416] dhcpcd(8): Import version 9.0.2 [roy 20200421] + xbdback(4): Support indir

CVS commit: src/external/bsd/blacklist/bin

2020-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 21 13:57:12 UTC 2020 Modified Files: src/external/bsd/blacklist/bin: blacklistd.8 Log Message: PR/55193: Jose Luis Duran: Fix wrong location for the db file. To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/sys/arch/xen/xen

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 13:56:18 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: add support for indirect segments, which makes it possible to pass up to MAXPHYS (implementation limit, interface allows more)

CVS commit: src/doc

2020-04-21 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 21 13:39:26 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: new openssl To generate a diff of this commit: cvs rdiff -u -r1.1712 -r1.1713 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/xen/xen

2020-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Apr 21 13:31:09 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: adjust the condition for max indirect segments to make it clear what is really needed (enough to map MAXPHYS + 1 page); no functional

CVS commit: src/usr.sbin/rtadvd

2020-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 21 12:23:13 UTC 2020 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: Remove dst variable that was only set but not used. (This broke the build for me.) To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/usr.sbin/rtadvd

2020-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 21 12:21:27 UTC 2020 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: Update getopt string. Remove -M. Add -C (the code is there and documented, even if noone could activate it...). Sync usage with manpage. To

CVS commit: src/usr.sbin/rtadvd

2020-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 21 12:19:44 UTC 2020 Modified Files: src/usr.sbin/rtadvd: rtadvd.8 Log Message: Remove -M from SYNOPSIS as well. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/rtadvd/rtadvd.8 Please note that

CVS commit: src/usr.sbin/rtadvd

2020-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 21 12:16:47 UTC 2020 Modified Files: src/usr.sbin/rtadvd: config.c config.h rtadvd.c Log Message: rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6 It's not been enabled since the functionality was added to ifconfig(8) many

CVS commit: src/usr.sbin/rtadvd

2020-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 21 12:05:54 UTC 2020 Modified Files: src/usr.sbin/rtadvd: Makefile rtadvd.8 rtadvd.c Removed Files: src/usr.sbin/rtadvd: rrenum.c rrenum.h Log Message: rtadvd: Remove router renumbering - it's been disable for years

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

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 11:35:02 UTC 2020 Modified Files: src/sys/arch/arm/include: asm.h Log Message: LLVM is a bit stricter and wants the ARM variant of %progbits. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/doc

2020-04-21 Thread Roy Marples
-ATA support [jdolecek 202000413] dhcpcd(8): Import version 9.0.1 [roy 20200413] xbd(4): Make the driver MP-safe [jdolecek 20200413] + dhcpcd(8): Import version 9.0.2 [roy 20200421]

CVS commit: src/external/bsd/dhcpcd/dist/src

2020-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 21 09:55:33 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-bsd.c if-options.c ipv6.c ipv6nd.c Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.35

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

2020-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 21 09:54:18 UTC 2020 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20514 Log Message: Update to dhcpcd-9.0.2 with the following changes: * Control sockets are not opened in test mode

CVS commit: src/doc

2020-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 21 09:20:17 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: postfix-3.5.1 out. To generate a diff of this commit: cvs rdiff -u -r1.1710 -r1.1711 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sys/arch/hp300/hp300

2020-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Apr 21 09:02:33 UTC 2020 Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Fix garbages in dmesg caused by uninitialized variables slipped in r1.228. Noticed in HP9000/362 dmesg:

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

2020-04-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 21 07:08:12 UTC 2020 Modified Files: src/sys/arch/x86/x86: identcpu_subr.c Log Message: Print "Hz". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/identcpu_subr.c Please note that

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

2020-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 21 06:45:16 UTC 2020 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: There is no fast spoon^Wfast path in pmap_clearbit. PR port-arm/55186: tests crash arm pmap Tested by martin@ To generate a diff of this