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

2020-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 23 15:12:19 UTC 2020 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: G/C l1pte_pgindex To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/arch/arm/include/arm32/pmap.h Please

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 15:23:08 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_subr.c lfs_vnops.c Log Message: Fix missing by removing the evcnts instead. Just wanted to confirm that a race might happen, and indeed it did. These serve

CVS commit: src/sys/compat/common

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 15:57:09 UTC 2020 Modified Files: src/sys/compat/common: kern_xxx_12.c Log Message: Don't bother with kernel_lock for kern_reboot(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/wsfb

2020-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 23 14:44:24 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Do not replay the msgbuf if we are booting silent or quiet. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 15:09:55 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_subr.c Log Message: Fix !DIAGNOSTIC compile To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/ufs/lfs/lfs_subr.c Please note that diffs are

CVS commit: src

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 15:11:33 UTC 2020 Modified Files: src/sbin/fsck_lfs: pass1.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Fix userland references to LFS_ORPHAN_NEXTFREE. Forgot to grep for these or do a full distribution

CVS commit: src/sys

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 16:27:09 UTC 2020 Modified Files: src/sys/kern: kern_synch.c src/sys/sys: syncobj.h Log Message: kpause(): is only awoken via timeout or signal, so use SOBJ_SLEEPQ_NULL like _lwp_park() does, and dispense with the

CVS commit: src/sys/sys

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 16:04:58 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.48 - UVM locking changes To generate a diff of this commit: cvs rdiff -u -r1.650 -r1.651 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:38:58 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_subr.c lfs_vnops.c Log Message: Use a marker node to iterate lfs_dchainhd / i_lfs_dchain. I believe elements can be removed while the lock is

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:19 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: Take a reference and fix assertions in lfs_flush_dirops. Fixes panic: KASSERT((ip->i_state & IN_ADIROP) == 0) at lfs_vnops.c:1670

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:39:19 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Teach lfs to transition ro<->rw. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/sys/ufs/lfs/lfs_vfsops.c Please

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:39:48 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_balloc.c Log Message: Serialize access to the splay tree with lfs_lock. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:28 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_pages.c Log Message: Don't lfs_writer_enter while holding v_interlock. There's no need to lfs_writer_enter at all here, as far as I can see. lfs_flush_fs will

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:39:28 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_bio.c Log Message: Prevent new dirops while we issue lfs_flush_dirops. lfs_flush_dirops assumes (by KASSERT((ip->i_state & IN_ADIROP) == 0)) that vnodes on the

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:39:39 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: Assert lfs_writer where I think we can now prove it. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:39:09 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_debug.c Log Message: Just use VOP_BWRITE for lfs_bwrite_log. Hope this doesn't cause trouble with vfs_suspend. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:37 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_segment.c lfs_subr.c Log Message: Break deadlock in PR kern/52301. The lock order is lfs_writer -> lfs_seglock. The problem in 52301 is that

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:59 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_inode.c Log Message: In lfs_update, hold lfs_writer around lfs_vflush. Otherwise, we might do lfs_vflush -> lfs_seglock -> lfs_segwait(SEGM_CKP) ->

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:49 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Initialize/destroy lfs_allclean_wakeup in modcmd, not lfs_mountfs. Fixes reloading lfs.kmod. To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:40:08 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_segment.c lfs_vnops.c Log Message: Change some cheap KDASSERT into KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:42:53 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_subr.c Log Message: lfs_writer_enter can't fail; keep it simple and don't pretend it can. Assert that mtsleep can't fail either -- it doesn't

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:41:08 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: Call lfs_orphan in lfs_rename while we're still in the dirop. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:49:46 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_alloc.c lfs_extern.h lfs_vfsops.c Log Message: Dust off the orphan detection code and try to make it work. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:49:34 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs.h lfs_alloc.c Log Message: Teach LFS_ORPHAN_NEXTFREE about lfs64. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/sys/ufs/lfs/lfs.h cvs

CVS commit: src/etc/rc.d

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:53:26 UTC 2020 Modified Files: src/etc/rc.d: mountall Log Message: If zfs=YES, unconditioally do zfs mount/unmount -a. If you set zfs=YES, presumably you positively want the automatic rc.d actions, so if there's

CVS commit: src/etc/rc.d

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:53:14 UTC 2020 Modified Files: src/etc/rc.d: random_seed Log Message: Allow random seed on zfs. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/rc.d/random_seed Please note that diffs are

CVS commit: src/sys/dev/usb

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:54:55 UTC 2020 Modified Files: src/sys/dev/usb: motg.c Log Message: Simplify some branches and kassert some redundant assignments. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/usb

2020-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 23 08:54:47 UTC 2020 Modified Files: src/sys/dev/usb: motg.c Log Message: Fix mistake in use of usbd_xfer_schedule_timeout in motg. This code path is used both for xfers that are new, and xfers that are being done

CVS commit: src/share/man/man9

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 08:57:44 UTC 2020 Modified Files: src/share/man/man9: Makefile Log Message: install rw_lock_op link too. To generate a diff of this commit: cvs rdiff -u -r1.447 -r1.448 src/share/man/man9/Makefile Please note that

CVS import: xsrc/external/mit/libXfont2/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:01:45 UTC 2020 Update of /cvsroot/xsrc/external/mit/libXfont2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24893 Log Message: initial import of libXfont2-2.0.4 Status: Vendor Tag: xorg Release Tags:

CVS import: xsrc/external/mit/libXvMC/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:01:51 UTC 2020 Update of /cvsroot/xsrc/external/mit/libXvMC/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18130 Log Message: initial import of libXvMC-1.0.12 Status: Vendor Tag: xorg Release Tags: libXvMC-1-0-12

CVS import: xsrc/external/mit/libXpm/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:01:47 UTC 2020 Update of /cvsroot/xsrc/external/mit/libXpm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv1289 Log Message: initial import of libXpm-3.5.13 Status: Vendor Tag: xorg Release Tags: libXpm-3-5-13

CVS import: xsrc/external/mit/libX11/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:01:42 UTC 2020 Update of /cvsroot/xsrc/external/mit/libX11/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7825 Log Message: initial import of libX11-1.6.9 Status: Vendor Tag: xorg Release Tags: libX11-1-6-9

CVS commit: xsrc/external/mit

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:05:17 UTC 2020 Modified Files: xsrc/external/mit/libX11/dist/m4: libtool.m4 xsrc/external/mit/libX11/dist/man: XCreateGC.man xsrc/external/mit/libX11/dist/src: XlibInt.c Removed Files:

CVS import: xsrc/external/mit/xorgproto/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:09:25 UTC 2020 Update of /cvsroot/xsrc/external/mit/xorgproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17822 Log Message: initial import of xorgproto-2019.2 Status: Vendor Tag: xorg Release Tags:

CVS commit: src/external/mit/xorg

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 09:10:51 UTC 2020 Modified Files: src/external/mit/xorg/include/xorgproto/X11/extensions: Makefile src/external/mit/xorg/lib/libX11: Makefile src/external/mit/xorg/lib/libXvMC: Makefile

CVS commit: xsrc/external/mit/libXfont2/include

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:18:51 UTC 2020 Modified Files: xsrc/external/mit/libXfont2/include: config.h Log Message: update for libXfont2 2.0.4. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/mit/xorg/lib/libX11/extensions

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 09:14:05 UTC 2020 Modified Files: src/external/mit/xorg/lib/libX11/extensions: Makefile Log Message: find the moved header. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/mit/xorg/lib

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 09:24:12 UTC 2020 Modified Files: src/external/mit/xorg/lib/libXfont2: Makefile src/external/mit/xorg/lib/libXvMCW: Makefile Log Message: fix libXfont2 build, and (for now) remove new XvMCW pkg-config file. To

CVS import: xsrc/external/mit/xkbprint/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:37:05 UTC 2020 Update of /cvsroot/xsrc/external/mit/xkbprint/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21817 Log Message: initial import of xkbprint-1.0.5 Status: Vendor Tag: xorg Release Tags: xkbprint-1-0-5

CVS commit: xsrc/external/mit

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:37:53 UTC 2020 Modified Files: xsrc/external/mit/xkbprint/dist: compile Removed Files: xsrc/external/mit/viewres/dist: README xsrc/external/mit/xkbprint/dist: README Log Message: merge viewres 1.0.6

CVS import: xsrc/external/mit/viewres/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:37:03 UTC 2020 Update of /cvsroot/xsrc/external/mit/viewres/dist In directory ivanova.netbsd.org:/tmp/cvs-serv14152 Log Message: initial import of viewres-1.0.6 Status: Vendor Tag: xorg Release Tags: viewres-1-0-6

CVS commit: src/lib/libc/stdlib

2020-02-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 23 09:53:42 UTC 2020 Modified Files: src/lib/libc/stdlib: _rand48.c Log Message: Change the previous cast from unsigned int to unsigned long This code produces the same result and is consistent with the previous lines.

CVS import: xsrc/external/mit/libdrm/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:57:45 UTC 2020 Update of /cvsroot/xsrc/external/mit/libdrm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10702 Log Message: initial import of libdrm-2.4.100 Status: Vendor Tag: xorg Release Tags: libdrm-2-4-100

CVS commit: xsrc/external/mit/libdrm/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:59:00 UTC 2020 Modified Files: xsrc/external/mit/libdrm/dist: xf86drm.c xf86drm.h Log Message: merge libdrm 2.4.100 and libpciaccess 0.16. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS import: xsrc/external/mit/libpciaccess/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 09:57:48 UTC 2020 Update of /cvsroot/xsrc/external/mit/libpciaccess/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9897 Log Message: initial import of libpciaccess-0.16 Status: Vendor Tag: xorg Release Tags:

CVS import: xsrc/external/mit/font-util/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:08:50 UTC 2020 Update of /cvsroot/xsrc/external/mit/font-util/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29657 Log Message: initial import of font-util-1.3.2 Status: Vendor Tag: xorg Release Tags:

CVS import: xsrc/external/mit/fonttosfnt/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:08:51 UTC 2020 Update of /cvsroot/xsrc/external/mit/fonttosfnt/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4539 Log Message: initial import of fonttosfnt-1.1.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:10:10 UTC 2020 Removed Files: xsrc/external/mit/font-util/dist: README xsrc/external/mit/fonttosfnt/dist: README Log Message: merge font-util 1.3.2 and fonttosfnt 1.1.0. To generate a diff of this commit:

CVS import: xsrc/external/mit/xorg-server/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:17:51 UTC 2020 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv26097 Log Message: initial import of xorg-server-1.20.6 Status: Vendor Tag: xorg Release Tags:

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

2020-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 23 10:22:07 UTC 2020 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: type in comment To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393 src/sys/arch/arm/arm32/pmap.c Please note that diffs are

CVS commit: xsrc/external/mit/xorg-server/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:26:23 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist: configure configure.ac xsrc/external/mit/xorg-server/dist/Xext: shm.c sync.c xsrc/external/mit/xorg-server/dist/dix: dispatch.c

CVS commit: xsrc/external/mit/xorg-server/include

2020-02-23 Thread matthew green
:1.10 xsrc/external/mit/xorg-server/include/xf86Build.h:1.11 --- xsrc/external/mit/xorg-server/include/xf86Build.h:1.10 Sun Mar 3 22:43:54 2019 +++ xsrc/external/mit/xorg-server/include/xf86Build.h Sun Feb 23 10:26:56 2020 @@ -1,2 +1,2 @@ -#define BUILD_DATE 20190303 +#define BUILD_DATE 2020022

CVS commit: src/share/mk

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 10:28:16 UTC 2020 Modified Files: src/share/mk: bsd.x11.mk Log Message: update for xorg-server 1.20.6. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/share/mk/bsd.x11.mk Please note that diffs are

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

2020-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 23 10:30:43 UTC 2020 Modified Files: src/sys/dev/pci/bktr: bktr_core.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/bktr/bktr_core.c Please note that diffs

CVS commit: xsrc/external/mit/xorg-server/include

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:39:59 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/include: dix-config.h Log Message: fix merge botch in previous To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: xsrc/external/mit/xorg-server/include

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:42:57 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/include: dix-config.h Log Message: missed one version update. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/distrib/common

2020-02-23 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Feb 23 10:51:12 UTC 2020 Modified Files: src/distrib/common: mtree.zfsroot zfsroot.rc Log Message: ramdisk-zfsroot: We no longer need to have /etc/zfs in mtree Now that mountall doesn't rely on /etc/zfs/zpool.cache being

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

2020-02-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 23 10:56:03 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: RPi4 has a different root device, so use config.txt conditionals to load an alternate cmdline txt file (cmdline-pi4.txt) on

CVS commit: xsrc/external/mit/xorg-server/include

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 10:58:12 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/include: xorg-server.h Log Message: update version here too. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

CVS commit: xsrc/external/mit/xorg-server/include

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 11:09:41 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/include: version-config.h Log Message: and one more version here too.. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS import: xsrc/external/mit/xkeyboard-config/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 11:13:41 UTC 2020 Update of /cvsroot/xsrc/external/mit/xkeyboard-config/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22115 Log Message: initial import of xkeyboard-config-2.29 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xkeyboard-config/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 11:14:18 UTC 2020 Modified Files: xsrc/external/mit/xkeyboard-config/dist: configure xsrc/external/mit/xkeyboard-config/dist/rules: base.lo_s.part base.ml_s.part base.o_k.part

CVS commit: src

2020-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 23 11:17:03 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/xorg/lib/xkeyboard-config/compat: Makefile src/external/mit/xorg/lib/xkeyboard-config/rules: base base.lst evdev

CVS import: xsrc/external/mit/xf86-video-sis/dist

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 11:28:45 UTC 2020 Update of /cvsroot/xsrc/external/mit/xf86-video-sis/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8194 Log Message: initial import of xf86-video-sis-0.12.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xf86-video-sis

2020-02-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Feb 23 11:31:07 UTC 2020 Modified Files: xsrc/external/mit/xf86-video-sis/dist/src: sis_driver.c sis_utility.c xsrc/external/mit/xf86-video-sis/include: config.h Log Message: merge xf86-video-sis 0.12.0 To generate a

CVS commit: src/share/misc

2020-02-23 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Feb 23 23:31:55 UTC 2020 Modified Files: src/share/misc: bsd-family-tree Log Message: Sync with r358264 which fixes NetBSD 9.0 release To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/doc

2020-02-23 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Feb 23 23:32:57 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: bsd-family-tree To generate a diff of this commit: cvs rdiff -u -r1.1692 -r1.1693 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sys/uvm

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 21:36:29 UTC 2020 Modified Files: src/sys/uvm: uvm_anon.c Log Message: Use rw_lock_op(). To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/uvm/uvm_anon.c Please note that diffs are not public domain;

CVS commit: src/sys/net

2020-02-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 00:47:38 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: Remove debug printf I put into bridge_calc_csum_flags(). Sorry for noise. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168

CVS commit: src/sys/kern

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 20:06:30 UTC 2020 Modified Files: src/sys/kern: kern_reboot.c Log Message: - If concurrent calls to kern_reboot(), only let the first do the deed. - Don't need kernel_lock for this (either OK, or suspendsched() called).

CVS commit: src/sys/netbt

2020-02-23 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Feb 23 20:16:10 UTC 2020 Modified Files: src/sys/netbt: rfcomm_session.c Log Message: fix reversed logic for Remote Port Negotiation, pointed out by maxv@ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.bin/calendar/calendars

2020-02-23 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Feb 24 00:02:55 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.computer Log Message: Add K publish date https://twitter.com/MIT_CSAIL/status/1231263883303645184 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 22:56:41 UTC 2020 Modified Files: src/sys/kern: kern_reboot.c Log Message: Mistake in previous - lwp_t *l was not meant to be static. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_reboot.c

CVS commit: src/sys/uvm

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 23:54:52 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/uvm/uvm_page.c Please note that diffs are not public domain;

CVS commit: src/usr.bin/calendar/calendars

2020-02-23 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Feb 23 23:56:15 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.music Log Message: Add The KLF's Chill Out To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 22:14:04 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

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 22:15:19 UTC 2020 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: Regen. To

CVS commit: xsrc/external/mit/libxshmfence/dist/src

2020-02-23 Thread Tobias Nygren
Module Name:xsrc Committed By: tnn Date: Sun Feb 23 23:18:01 UTC 2020 Modified Files: xsrc/external/mit/libxshmfence/dist/src: xshmfence_semaphore.c xshmfence_semaphore.h Log Message: sync from pkgsrc: > libxshmfence: improve performance of semaphore backend.

CVS commit: [ad-namecache] src/sys/kern

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 19:14:03 UTC 2020 Modified Files: src/sys/kern [ad-namecache]: vfs_vnode.c Log Message: Turns out there's no point adjusting v_holdcnt with atomics. To generate a diff of this commit: cvs rdiff -u -r1.105.2.7 -r1.105.2.8

CVS commit: src/sys/kern

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 20:08:35 UTC 2020 Modified Files: src/sys/kern: kern_pmf.c Log Message: shutdown_all: take kernel_lock now that kern_reboot() doesn't. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_pmf.c

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

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 18:57:28 UTC 2020 Modified Files: src/sys/arch/x86/x86: x86_tlb.c Log Message: Adjustment to previous: TP_SET_DONE() was wiping out the VA to shoot, instead of ORing the flag into the array element. This caused the CPU

CVS commit: src/lib/libc/sys

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 20:41:41 UTC 2020 Modified Files: src/lib/libc/sys: _lwp_wait.2 Log Message: +EINVAL To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/_lwp_wait.2 Please note that diffs are not public domain;

CVS commit: src/sys/net

2020-02-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 23 21:50:21 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: disable the DEBUG bridge_calc_csum_flags() printf To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/net/if_bridge.c

CVS commit: src/sys/arch/x86

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 22:28:53 UTC 2020 Modified Files: src/sys/arch/x86/include: pmap_pv.h src/sys/arch/x86/x86: pmap.c Log Message: The PV locking changes are expensive and not needed yet, so back them out for the moment. I want to