CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:58:44 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use kmem_alloc instead of malloc pointed out and reviewed by knakahar@n.o., thanks To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:53:55 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Change the number of retry to be the same as FreeBSD and Linux pointed out and reviewed by knakahara@n.o., thanks. To generate a diff of

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:50:25 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Disable all queues before waiting for the completion on each queue to reduce the number of delays pointed out and reviewed by knakahara@n.o.,

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:45:28 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use callout_halt() instead of callout_stop for safety pointed out and reviewed by knakahara@n.o., thanks To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:41:32 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Stop callout for statistics while the interface is not running To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:35:54 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Change position of the cpuid::ixl_hmc_txq to be same with ixl_hmc_pack_txq[] This has no functionality impact because the position on memory

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:31:19 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Hold per-queue locks when clearing config of queues for safety To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:22:18 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Add defines for the max number of queue pointed out and reviewed by knakahara@n.o., thanks To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:17:19 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Set 0 to txr_{prod,cons} and rxr_{prod,cons} when HMC objects are cleared Those values should be the same as head and tail in an HMC object

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:10:10 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use workqueue API directly, without the wrapper in ixl(4) to improve performace by removing atomic_ops(3) pointed out and reviewed by

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:05:58 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Remove WQ_PERCPU flag for the workqueue that does configurations such as link up and down And added kpreempt_disable and kpreempt_enable

CVS commit: src/sys/dev/pci

2020-02-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Feb 25 07:00:27 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Added __KERNEL_RCSID To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/if_ixl.c Please note that diffs are not

CVS commit: src/sys/rump/net/lib/libshmif

2020-02-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Feb 25 03:26:18 UTC 2020 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: reduce the number of calls of cprng(9) To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/sys/rump/net/lib/libshmif

2020-02-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Feb 25 03:25:36 UTC 2020 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: s/sc_uuid/sc_uid/ It's not UUID :-/ To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/sys/rump/net/lib/libshmif

2020-02-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Feb 25 03:24:48 UTC 2020 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: use cprng_strong64 instead of cprng_fast64 to generate a unique ID shmif uses random bytes generated by cprng(9) as a

CVS commit: src/sys/arch/powerpc/powerpc

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 25 00:42:12 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S trap.c Log Message: Comment out do_ucas_32(), only user of which, _ucas_32(), is commented out since powerpc/trap.c rev 1.156:

CVS commit: src/tests/lib/libc/sys

2020-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 24 23:46:45 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new test in t_ptrace_wait* New test: syscall_killed_on_sce Test passes correctly. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 21:06:11 UTC 2020 Modified Files: src/sys/uvm: uvm_loan.c Log Message: uvm_unloanpage(): fix a screwup in previous. slock must be set NULL if it can't be acquired. To generate a diff of this commit: cvs rdiff -u -r1.95

CVS commit: src/sys/coda

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:53:11 UTC 2020 Modified Files: src/sys/coda: coda_vnops.c Log Message: v_interlock -> vmobjloc To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/coda/coda_vnops.c Please note that diffs are not

CVS commit: src/sys/miscfs/genfs

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:49:51 UTC 2020 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: v_interlock -> vmobjlock To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/miscfs/genfs/genfs_io.c Please note that

CVS commit: src/sys/kern

2020-02-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Feb 24 20:47:47 UTC 2020 Modified Files: src/sys/kern: init_main.c Log Message: move config_init_mi() call before vfsinit(), which can trigger loading of VFS modules fixes crash with LOCKDEBUG due to uninitialized mutex

CVS commit: src/sys/miscfs/procfs

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:47:41 UTC 2020 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: v_interlock -> vmobjlock To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/miscfs/procfs/procfs_vnops.c Please

CVS commit: src/sys/miscfs/kernfs

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:44:25 UTC 2020 Modified Files: src/sys/miscfs/kernfs: kernfs_vnops.c Log Message: v_interlock -> vmobjlock To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/miscfs/kernfs/kernfs_vnops.c Please

CVS commit: src/sys/arch/hppa

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:42:18 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/arch/hppa/include: pmap.h Log Message: Adjust for UVM locking changes. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

CVS commit: src/sys/arch/arm

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:31:56 UTC 2020 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h Log Message: Adjust for UVM locking changes To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394

CVS commit: src/sys/nfs

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:18:53 UTC 2020 Modified Files: src/sys/nfs: nfs_subs.c Log Message: v_interlock -> vmobjlock To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/nfs/nfs_subs.c Please note that diffs are not

CVS commit: src/sys/nfs

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:11:46 UTC 2020 Modified Files: src/sys/nfs: nfs_node.c Log Message: v_interlock -> vmobjlock To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/nfs/nfs_node.c Please note that diffs are not

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

2020-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 24 18:39:47 UTC 2020 Modified Files: src/external/bsd/tcpdump/dist: print-ah.c print-bgp.c print-esp.c print-icmp.c print-icmp6.c print-igmp.c print-m3ua.c print-msnlb.c print-nfs.c print-ntp.c

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

2020-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 24 16:19:35 UTC 2020 Modified Files: src/external/bsd/tcpdump/dist: extract.h Log Message: Rearrange the code to make UNALIGNED_OK available for __NetBSD__ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 12:38:58 UTC 2020 Modified Files: src/sys/arch/arm/arm32: fault.c src/sys/arch/arm/at91: at91pmc.c src/sys/dev/fdt: fdt_subr.c src/sys/dev/tprof: tprof_armv7.c src/sys/dev/usb: if_axe.c

CVS commit: src

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 12:20:30 UTC 2020 Modified Files: src/lib/libcurses: fileio.c refresh.c src/sys/arch/amiga/dev: if_bah_zbus.c src/sys/arch/arm/footbridge: footbridge_pci.c src/sys/arch/emips/ebus: ace_ebus.c

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

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 12:08:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: fiq.c Log Message: Fix previous; we need for machines with !ARM_HAS_VBAR && !__ARM_FIQ_INDIRECT. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sbin/devpubd

2020-02-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 24 11:59:33 UTC 2020 Modified Files: src/sbin/devpubd: devpubd.8 Log Message: New sentence, new line. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/devpubd/devpubd.8 Please

CVS commit: src/sys/arch/powerpc/powerpc

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 11:49:17 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: vm_machdep.c Log Message: Oops, revert previous; fix build for PPC_OEA64 || PPC_OEA64_BRIDGE. oea and booke seem to work without direct-mapped and physically

CVS commit: src/sbin/devpubd

2020-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Feb 24 11:45:30 UTC 2020 Modified Files: src/sbin/devpubd: devpubd.8 devpubd.c Log Message: Add one-shot mode. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/devpubd/devpubd.8 \

CVS commit: xsrc/external/mit/xf86-video-ati-kms/dist/src

2020-02-24 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Feb 24 09:32:31 UTC 2020 Modified Files: xsrc/external/mit/xf86-video-ati-kms/dist/src: radeon_glamor.c Log Message: for now, limit glamor to TAHITI and newer chipsets only. To generate a diff of this commit: cvs rdiff -u