CVS commit: src/sys

2019-12-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 17 07:57:25 UTC 2019 Modified Files: src/sys/dev/dm: files.dm src/sys/rump/dev/lib/libdm: Makefile Log Message: Add error and zero targets to build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci/ixgbe

2019-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 17 05:49:01 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.c ixgbe_osdep.h ixv.c Log Message: Use bus_space_barrier() instead of x86 specific *fence instruction. Written by riastradh@. To generate

CVS commit: src/sys

2019-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 04:54:37 UTC 2019 Modified Files: src/sys/dev/ic: ath.c src/sys/dev/usb: if_umb.c src/sys/net: if.c Log Message: Protect network ioctls from non-authorized users. (Ilja Van Sprundel) To generate a

CVS commit: src/doc

2019-12-16 Thread Christos Zoulas
mport 1.9.6. [christos 20191215] openpam(3): update to 20190224 (tabebuia) [christos 20191215] kerberos(8): Update to Heimdal-7.7.0 [christos 20191215] + file(1): Upgraded to 5.38. [christos 20191216]

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

2019-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 02:23:56 UTC 2019 Update of /cvsroot/src/external/bsd/file/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27671 Log Message: Import 5.38: - Always accept -S (no sandbox) even if we don't support sandboxing

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

2019-12-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Dec 17 01:37:53 UTC 2019 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Do not use NAME=label syntax when label are empty When booting sysinst from UEFI,

CVS commit: src/sys/kern

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 17 00:59:14 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c Log Message: More rump-ing. I will split this into two files during the week. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 17 00:51:28 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c src/sys/rump/librump/rumpkern: MAINBUS.ioconf Log Message: Rump is living up to its name To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/kern

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 17 00:33:47 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c Log Message: Hopefully unbreak the build - now that this is included in rump. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/crypto/external/bsd/heimdal

2019-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 00:17:00 UTC 2019 Modified Files: src/crypto/external/bsd/heimdal: Makefile.inc Log Message: Find and set a version to a make(1) variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/crypto/external/bsd/heimdal/bin/krb5-config

2019-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 00:16:26 UTC 2019 Modified Files: src/crypto/external/bsd/heimdal/bin/krb5-config: Makefile Log Message: PR/54773: David Shao: krb5-config.in needs to be evaluated by the shell now in order to work. Perhaps it is

CVS commit: src/usr.bin/mail

2019-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 16 22:55:45 UTC 2019 Modified Files: src/usr.bin/mail: complete.c Log Message: revert previous, don't specialcase NUL string. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/mail/complete.c

CVS commit: src/sys/sys

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 22:48:25 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.26 - UVM counter changes To generate a diff of this commit: cvs rdiff -u -r1.626 -r1.627 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 22:47:55 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c kern_fork.c kern_softint.c vfs_vnode.c vfs_vnops.c src/sys/miscfs/procfs: procfs_linux.c src/sys/rump/librump/rumpkern: MAINBUS.ioconf

CVS commit: src/lib/libpthread

2019-12-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 16 22:22:11 UTC 2019 Modified Files: src/lib/libpthread: pthread_rwlock.c Log Message: pthread__rwlock_spin - clarify the test. It's more pedantically correct to check RW_WRITE_LOCKED before obtaining the thread id of the

CVS commit: src/sys/kern

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 20:59:40 UTC 2019 Modified Files: src/sys/kern: kern_synch.c Log Message: kpreempt_disabled(): softint LWPs aren't preemptable. To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/kern/kern_synch.c

CVS commit: src/lib/libpthread

2019-12-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 16 20:45:40 UTC 2019 Modified Files: src/lib/libpthread: pthread_int.h Log Message: G/c unused rwlock owner macros copy-pasted from the kernel. They were brought along with the rwlock flags but never used and never even

CVS commit: src/sys

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 19:43:36 UTC 2019 Modified Files: src/sys/kern: kern_sleepq.c src/sys/sys: sleepq.h Log Message: As with turnstiles, don't bother allocating sleepq locks with mutex_obj_alloc(), and avoid the indirect reference.

CVS commit: src/sys/kern

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 19:22:15 UTC 2019 Modified Files: src/sys/kern: kern_turnstile.c Log Message: Just make the turnstile locks statics and avoid the indirect reference since COHERENCY_UNIT does the right thing in !MP. To generate a diff of

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

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 19:20:45 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: pmap_unmap_ptes(): ci_want_pmapload isn't dependant on TLB state. To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346

CVS commit: src/sys/uvm

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 19:18:26 UTC 2019 Modified Files: src/sys/uvm: uvm_pdpolicy_clock.c Log Message: Use the high bits of pqflags for PQ_TIME, not low. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 19:17:25 UTC 2019 Modified Files: src/sys/arch/x86/x86: x86_tlb.c Log Message: Align the TLB packet precisely on the stack, and do 7 INVLPG since it's what fits in a single line. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 18:50:45 UTC 2019 Modified Files: src/sys/kern: subr_pcq.c Log Message: pcq_create(): fix broken assertion. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_pcq.c Please note that diffs

CVS commit: src/sys/uvm

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 18:30:18 UTC 2019 Modified Files: src/sys/uvm: uvm_page.c Log Message: Merge from yamt-pagecache: uvm_pagerealloc(): Don't bother with insert to new. Nobody uses it and it can return an error now due to radixtree. To

CVS commit: src/sys/miscfs/genfs

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 18:17:32 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_do_putpages(): add a missing call to uvm_page_array_advance(). Spotted by the automated test runs and: Reported-by:

CVS commit: src/sys/dev/dm

2019-12-16 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Mon Dec 16 15:59:05 UTC 2019 Modified Files: src/sys/dev/dm: dm.h Log Message: dm: Cleanup dm.h (remove unneeded comments, etc) To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/dm/dm.h Please note

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

2019-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 16 14:32:14 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: mk.rpi Log Message: Be consistent with RPI 32-bit and 64-kernels and use .img for the file to give to the firmware to boot To generate a diff of this commit:

CVS commit: src/sys

2019-12-16 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Mon Dec 16 14:26:23 UTC 2019 Modified Files: src/sys/dev/dm: dm.h dm_target.c dm_target_error.c dm_target_zero.c src/sys/modules/dm: Makefile Log Message: dm: Enable dm-error and dm-zero target Add these two targets to

CVS commit: src/usr.sbin/sysinst

2019-12-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 16 13:48:44 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: Fix the pattern creating the relative path for distribution sets on branches: we missed the potential numbers in suffixes, like _RC1.

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

2019-12-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 16 12:40:17 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_drm.c Log Message: Make sure memory stolen from simplefb is page aligned. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2019-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 16 11:00:31 UTC 2019 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile src/distrib/utils/embedded/conf: arm64.conf armv7.conf rpi.conf rpi_inst.conf

CVS commit: src/sys/miscfs/genfs

2019-12-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Dec 16 08:50:43 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Correction to previous for DEBUG case. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/miscfs/genfs/genfs_io.c Please

CVS commit: src/distrib/utils/embedded/conf

2019-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 16 08:01:20 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Fix whitespace in a comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7