CVS commit: src/common/lib/libc/arch/aarch64/string

2020-04-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 11 05:12:52 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/string: bcopy.S memset.S Log Message: Fixed to not use the "br" instruction. Branch Target Identification (BTI) doesn't like "br". requested by maxv@

CVS commit: src/common/lib/libc/arch/aarch64/string

2020-04-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 11 05:12:52 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/string: bcopy.S memset.S Log Message: Fixed to not use the "br" instruction. Branch Target Identification (BTI) doesn't like "br". requested by maxv@

CVS commit: src/distrib/sets/lists

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 11 01:51:14 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add new t_extattr To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306

CVS commit: src/distrib/sets/lists

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 11 01:51:14 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add new t_extattr To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Apr 11 01:46:47 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Match the naming convention in the file. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Apr 11 01:46:47 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Match the naming convention in the file. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/macppc/dev

2020-04-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 11 01:42:56 UTC 2020 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: don't try to read a 32bit property into a uint8_t. Now headphone detection works properly on machines which have the gpio's polarity

CVS commit: src/sys/arch/macppc/dev

2020-04-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 11 01:42:56 UTC 2020 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: don't try to read a 32bit property into a uint8_t. Now headphone detection works properly on machines which have the gpio's polarity

Re: CVS commit: src/sys/kern

2020-04-10 Thread Roy Marples
On 10/04/2020 23:34, Andrew Doran wrote: Module Name:src Committed By: ad Date: Fri Apr 10 22:34:36 UTC 2020 Modified Files: src/sys/kern: vfs_mount.c Log Message: vfs_mountroot(): don't needlessly grab a second reference to the root vnode (the kernel never chdirs) nor

CVS commit: src/sys/sys

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 23:58:48 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.56 - struct buf changed To generate a diff of this commit: cvs rdiff -u -r1.658 -r1.659 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/sys

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 23:58:48 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.56 - struct buf changed To generate a diff of this commit: cvs rdiff -u -r1.658 -r1.659 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 23:43:05 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: PR kern/54979 (radixtree might misbehave if ENOMEM) - radix_tree_insert_node(): if the insert failed due to ENOMEM, roll back any

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 23:43:05 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: PR kern/54979 (radixtree might misbehave if ENOMEM) - radix_tree_insert_node(): if the insert failed due to ENOMEM, roll back any

CVS commit: src/tests/fs/ffs

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 22:58:47 UTC 2020 Modified Files: src/tests/fs/ffs: Makefile Added Files: src/tests/fs/ffs: t_extattr.c Log Message: New extended attributes test (does not work until we commit kernel changes) To generate a

CVS commit: src/tests/fs/ffs

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 22:58:47 UTC 2020 Modified Files: src/tests/fs/ffs: Makefile Added Files: src/tests/fs/ffs: t_extattr.c Log Message: New extended attributes test (does not work until we commit kernel changes) To generate a

CVS commit: src/sys/kern

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 22:34:36 UTC 2020 Modified Files: src/sys/kern: vfs_mount.c Log Message: vfs_mountroot(): don't needlessly grab a second reference to the root vnode (the kernel never chdirs) nor a lock on it. To generate a diff of this

CVS commit: src/sys/kern

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 22:34:36 UTC 2020 Modified Files: src/sys/kern: vfs_mount.c Log Message: vfs_mountroot(): don't needlessly grab a second reference to the root vnode (the kernel never chdirs) nor a lock on it. To generate a diff of this

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 21:56:41 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Rename radix_tree_node_clean_p() to radix_tree_node_sum() and have it return the computed sum. Use to replace any_children_tagmask().

CVS commit: src/common/lib/libc/gen

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 21:56:41 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Rename radix_tree_node_clean_p() to radix_tree_node_sum() and have it return the computed sum. Use to replace any_children_tagmask().

CVS commit: src/usr.bin/audio/play

2020-04-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 10 21:33:27 UTC 2020 Modified Files: src/usr.bin/audio/play: audioplay.1 Log Message: audioplay.1: generalize a reference to web browsers To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/audio/play

2020-04-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 10 21:33:27 UTC 2020 Modified Files: src/usr.bin/audio/play: audioplay.1 Log Message: audioplay.1: generalize a reference to web browsers To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 21:03:21 UTC 2020 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: gnttab_get_status_frames frame_list is array if uint64_t values, not u_long like gnttab_setup_table, fix to use uint64_t fixes

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 21:03:21 UTC 2020 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: gnttab_get_status_frames frame_list is array if uint64_t values, not u_long like gnttab_setup_table, fix to use uint64_t fixes

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 20:56:56 UTC 2020 Modified Files: src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU Log Message: remove commented out __XEN_INTERFACE_VERSION__ option, it comes via std.xen To generate a diff of this commit: cvs

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 20:56:56 UTC 2020 Modified Files: src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU Log Message: remove commented out __XEN_INTERFACE_VERSION__ option, it comes via std.xen To generate a diff of this commit: cvs

CVS commit: [is-mlppp] src/sys/net

2020-04-10 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Fri Apr 10 19:45:24 UTC 2020 Modified Files: src/sys/net [is-mlppp]: if_spppsubr.c Log Message: syntax fixes. To generate a diff of this commit: cvs rdiff -u -r1.187.2.4 -r1.187.2.5 src/sys/net/if_spppsubr.c Please note that diffs

CVS commit: [is-mlppp] src/sys/net

2020-04-10 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Fri Apr 10 19:45:24 UTC 2020 Modified Files: src/sys/net [is-mlppp]: if_spppsubr.c Log Message: syntax fixes. To generate a diff of this commit: cvs rdiff -u -r1.187.2.4 -r1.187.2.5 src/sys/net/if_spppsubr.c Please note that diffs

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 19:08:10 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: use ETHER_ADDR_LEN on one more place To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 19:08:10 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: use ETHER_ADDR_LEN on one more place To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:32:12 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1392 -r1.1393 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1391

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:32:00 UTC 2020 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix all the random __SHIFTOUT casts by introducing an intermediate macho, and then deleting and fixing the rest. To generate a diff of this

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:32:00 UTC 2020 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix all the random __SHIFTOUT casts by introducing an intermediate macho, and then deleting and fixing the rest. To generate a diff of this

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:32:12 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1392 -r1.1393 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1391

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:23:22 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.1404 -r1.1405 src/sys/dev/pci/pcidevs Please note that diffs are not public

CVS commit: src/sys/dev/pci

2020-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 18:23:22 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.1404 -r1.1405 src/sys/dev/pci/pcidevs Please note that diffs are not public

CVS commit: src/sys/uvm

2020-04-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 10 18:17:57 UTC 2020 Modified Files: src/sys/uvm: uvm_pdpolicy_clockpro.c Log Message: Update a link to "CLOCK-Pro" paper. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/uvm

2020-04-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 10 18:17:57 UTC 2020 Modified Files: src/sys/uvm: uvm_pdpolicy_clockpro.c Log Message: Update a link to "CLOCK-Pro" paper. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 18:03:06 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: convert to bus_dma(9), remove now not necessary XENPVHVM redefines To generate a diff of this commit: cvs rdiff -u -r1.109

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 18:03:06 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: convert to bus_dma(9), remove now not necessary XENPVHVM redefines To generate a diff of this commit: cvs rdiff -u -r1.109

CVS commit: [is-mlppp] src/sys/net

2020-04-10 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Fri Apr 10 17:28:37 UTC 2020 Modified Files: src/sys/net [is-mlppp]: if_spppsubr.c if_spppvar.h Log Message: first part of defragmentation code. No dropping/sequence error statistics yet, and no MRRU negotiation so not active. To

CVS commit: [is-mlppp] src/sys/net

2020-04-10 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Fri Apr 10 17:28:37 UTC 2020 Modified Files: src/sys/net [is-mlppp]: if_spppsubr.c if_spppvar.h Log Message: first part of defragmentation code. No dropping/sequence error statistics yet, and no MRRU negotiation so not active. To

CVS commit: src/sys/uvm

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:26:47 UTC 2020 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvmspace_exec(): set VM_MAP_DYING for the duration, so pmap_update() is not called until the pmap has been totally cleared out after pmap_remove_all(),

CVS commit: src/sys/uvm

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:26:47 UTC 2020 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvmspace_exec(): set VM_MAP_DYING for the duration, so pmap_update() is not called until the pmap has been totally cleared out after pmap_remove_all(),

CVS commit: src/sys

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:18:04 UTC 2020 Modified Files: src/sys/kern: vfs_bio.c src/sys/sys: buf.h Log Message: Remove buffer reference counting, now that it's safe to destroy b_busy after waking any waiters. To generate a diff of

CVS commit: src/sys

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:18:04 UTC 2020 Modified Files: src/sys/kern: vfs_bio.c src/sys/sys: buf.h Log Message: Remove buffer reference counting, now that it's safe to destroy b_busy after waking any waiters. To generate a diff of

CVS commit: src

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:16:22 UTC 2020 Modified Files: src/share/man/man9: condvar.9 src/sys/kern: kern_condvar.c kern_sleepq.c subr_lockdebug.c src/sys/sys: lockdebug.h lwp.h Log Message: - Make this needed sequence always

CVS commit: src

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 17:16:22 UTC 2020 Modified Files: src/share/man/man9: condvar.9 src/sys/kern: kern_condvar.c kern_sleepq.c subr_lockdebug.c src/sys/sys: lockdebug.h lwp.h Log Message: - Make this needed sequence always

CVS commit: src/distrib/notes/common

2020-04-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 10 17:02:33 UTC 2020 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for Yasushi Yamasaki, per recent ad clause removal. To generate a diff of this commit: cvs rdiff -u -r1.124

CVS commit: src/distrib/notes/common

2020-04-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 10 17:02:33 UTC 2020 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for Yasushi Yamasaki, per recent ad clause removal. To generate a diff of this commit: cvs rdiff -u -r1.124

CVS commit: src/sys/kern

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 16:55:40 UTC 2020 Modified Files: src/sys/kern: vfs_cache.c Log Message: Cosmetic changes To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/kern/vfs_cache.c Please note that diffs are not public

CVS commit: src/sys/kern

2020-04-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 10 16:55:40 UTC 2020 Modified Files: src/sys/kern: vfs_cache.c Log Message: Cosmetic changes To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/kern/vfs_cache.c Please note that diffs are not public

CVS commit: xsrc/external/mit

2020-04-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Fri Apr 10 16:49:37 UTC 2020 Modified Files: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: x68k.h x68kConfig.c x68kFb.c x68kGraph.c x68kInit.c x68kIo.c x68kKbd.c x68kKeyMap.c x68kMouse.c

CVS commit: xsrc/external/mit

2020-04-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Fri Apr 10 16:49:37 UTC 2020 Modified Files: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: x68k.h x68kConfig.c x68kFb.c x68kGraph.c x68kInit.c x68kIo.c x68kKbd.c x68kKeyMap.c x68kMouse.c

Re: CVS commit: src/share/man/man4

2020-04-10 Thread maya
On Fri, Apr 10, 2020 at 07:16:24AM -0700, Jason Thorpe wrote: > > > On Apr 10, 2020, at 4:44 AM, m...@netbsd.org wrote: > > > > I had to stop using m_defrag because implementation details broke > > bwfm@pci. It can only handle a chain of length 1, and m_defrag gives > > a minimum of 2. > >

CVS commit: src/sys/arch/xen

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 14:54:34 UTC 2020 Modified Files: src/sys/arch/xen/include: xenbus.h src/sys/arch/xen/x86: xen_bus_dma.c src/sys/arch/xen/xen: hypervisor.c src/sys/arch/xen/xenbus: xenbus_probe.c Log Message:

CVS commit: src/sys/arch/xen

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 14:54:34 UTC 2020 Modified Files: src/sys/arch/xen/include: xenbus.h src/sys/arch/xen/x86: xen_bus_dma.c src/sys/arch/xen/xen: hypervisor.c src/sys/arch/xen/xenbus: xenbus_probe.c Log Message:

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:42:00 UTC 2020 Modified Files: src/sys/arch/amd64/amd64 [bouyer-xenpvh]: spl.S vector.S src/sys/arch/amd64/conf [bouyer-xenpvh]: XEN3_PVHVM src/sys/arch/i386/conf [bouyer-xenpvh]: XEN3PAE_PVHVM

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:42:00 UTC 2020 Modified Files: src/sys/arch/amd64/amd64 [bouyer-xenpvh]: spl.S vector.S src/sys/arch/amd64/conf [bouyer-xenpvh]: XEN3_PVHVM src/sys/arch/i386/conf [bouyer-xenpvh]: XEN3PAE_PVHVM

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:38:19 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: evtchn.c Log Message: Remove extra assignement To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.88.2.1 src/sys/arch/xen/xen/evtchn.c

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:37:54 UTC 2020 Modified Files: src/sys/arch/x86/include [bouyer-xenpvh]: cpu.h src/sys/arch/x86/x86 [bouyer-xenpvh]: cpu.c patch.c Log Message: Skip cx8_spllower patch if we're running on any form of Xen PV,

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:38:19 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: evtchn.c Log Message: Remove extra assignement To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.88.2.1 src/sys/arch/xen/xen/evtchn.c

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

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:37:54 UTC 2020 Modified Files: src/sys/arch/x86/include [bouyer-xenpvh]: cpu.h src/sys/arch/x86/x86 [bouyer-xenpvh]: cpu.c patch.c Log Message: Skip cx8_spllower patch if we're running on any form of Xen PV,

CVS commit: src/sys/arch/x86

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:35:26 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c patch.c Log Message: Revert, wrong branch To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/arch/x86

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:35:26 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c patch.c Log Message: Revert, wrong branch To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/arch/x86

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:34:28 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c patch.c Log Message: Skip cx8_spllower patch if we're running on any form of Xen PV, we can't handle PV interrupts

CVS commit: src/sys/arch/x86

2020-04-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 10 14:34:28 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c patch.c Log Message: Skip cx8_spllower patch if we're running on any form of Xen PV, we can't handle PV interrupts

CVS commit: src/sbin/ifconfig

2020-04-10 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Apr 10 14:32:50 UTC 2020 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: trim extraneous return statement To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/ifconfig/af_inet.c Please note that

CVS commit: src/sbin/ifconfig

2020-04-10 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Apr 10 14:32:50 UTC 2020 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: trim extraneous return statement To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/ifconfig/af_inet.c Please note that

Re: CVS commit: src/share/man/man4

2020-04-10 Thread Jason Thorpe
> On Apr 10, 2020, at 4:44 AM, m...@netbsd.org wrote: > > I had to stop using m_defrag because implementation details broke > bwfm@pci. It can only handle a chain of length 1, and m_defrag gives > a minimum of 2. Exactly. If it can compact the packet into a single cluster mbuf, it should do

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 12:38:40 UTC 2020 Modified Files: src/sys/arch/xen/xenbus: xenbus_probe.c Log Message: g/c unused xenwatch_mutex extern, and streq() To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 12:38:40 UTC 2020 Modified Files: src/sys/arch/xen/xenbus: xenbus_probe.c Log Message: g/c unused xenwatch_mutex extern, and streq() To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

Re: CVS commit: src/share/man/man4

2020-04-10 Thread maya
On Fri, Apr 10, 2020 at 11:19:02AM +0900, SAITOH Masanobu wrote: > On 2020/04/10 2:42, David Young wrote: > > On Thu, Apr 09, 2020 at 03:25:32PM +0900, SAITOH Masanobu wrote: > > > On 2020/04/09 11:08, David Young wrote: > > > > On Wed, Apr 08, 2020 at 11:01:52PM +, Jaromir Dolecek wrote: > >

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 11:41:04 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: update comment for DIOCGCACHE (no DKCACHE_READ) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 11:41:04 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: update comment for DIOCGCACHE (no DKCACHE_READ) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/dev

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:53:02 UTC 2020 Modified Files: src/sys/dev: vnd.c Log Message: add support for DIOCGSTRATEGY and DIOCGCACHE only allow DIOCCACHESYNC if open for writing, same as everything supporting DIOCCACHESYNC To generate

CVS commit: src/sys/dev

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:53:02 UTC 2020 Modified Files: src/sys/dev: vnd.c Log Message: add support for DIOCGSTRATEGY and DIOCGCACHE only allow DIOCCACHESYNC if open for writing, same as everything supporting DIOCCACHESYNC To generate

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:32:19 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: allow DIOCSSTRATEGY, there is no particular reason why it should be restricted for xbd(4) To generate a diff of this commit: cvs

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:32:19 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: allow DIOCSSTRATEGY, there is no particular reason why it should be restricted for xbd(4) To generate a diff of this commit: cvs

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:30:10 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: implement DIOCGCACHE - assume if CACHE_FLUSH is supported, write cache is enabled convert the sc_cache_flush flag to a feature bit

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 10:30:10 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: implement DIOCGCACHE - assume if CACHE_FLUSH is supported, write cache is enabled convert the sc_cache_flush flag to a feature bit

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 08:35:52 UTC 2020 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: add KASSERT() for owned grant_lock in xengnt_get_entry() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2020-04-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 10 08:35:52 UTC 2020 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: add KASSERT() for owned grant_lock in xengnt_get_entry() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32