CVS commit: src/sys/arch

2020-04-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 13 05:40:26 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpuswitch.S pmap.c pmapboot.c trap.c vectors.S src/sys/arch/aarch64/conf: Makefile.aarch64

CVS commit: src

2020-04-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Apr 13 00:27:17 UTC 2020 Modified Files: src/share/man/man9: pool.9 pool_cache.9 src/sys/arch/arm/arm32: pmap.c src/sys/arch/xen/x86: xen_shm_machdep.c src/sys/arch/xen/xen: xbdback_xenbus.c

CVS commit: src/tests/fs/ffs

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 23:52:20 UTC 2020 Modified Files: src/tests/fs/ffs: t_extattr.c Log Message: make sure that 0 length files get their extattrs cleaned up on deletion (there was an optimization to not call truncate if size == 0). To

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 22:06:18 UTC 2020 Modified Files: src/sys/kern: syscalls.master Log Message: put back the MODULAR attributes accidentally removed. To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 21:20:16 UTC 2020 Modified Files: src/sys/arch/amd64/conf [bouyer-xenpvh]: XEN3_DOM0 Log Message: no MULTIPROCESSOR so NO_PREEMTION To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.175.4.1

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 21:19:49 UTC 2020 Modified Files: src/sys/arch/xen/x86 [bouyer-xenpvh]: autoconf.c Log Message: remove stray 'else' To generate a diff of this commit: cvs rdiff -u -r1.23.8.1 -r1.23.8.2

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

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 20:17:36 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: convert to bus_dma(9) simplify and fix error handling in xbd_handler(), expect backend to not use the grant once request is finished,

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 19:56:14 UTC 2020 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Oops missed one more NULL -> NOCRED To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/kern/vfs_vnops.c Please note

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 19:53:37 UTC 2020 Modified Files: src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_intr.c Log Message: We need to call x86_init_preempt() for all CPUs now. To generate a diff of this commit: cvs rdiff -u -r1.21.2.2

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

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 18:14:09 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: add KASSERT() for unaligned case to make sure it indeed happens only for requests via physio To generate a diff of this commit: cvs

CVS commit: [netbsd-9] src/external/bsd/dhcpcd/dist/src

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 17:57:13 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src [netbsd-9]: dhcp6.c Log Message: Fix SMALL builds (requested by roy informally) To generate a diff of this commit: cvs rdiff -u -r1.11.2.6 -r1.11.2.7

CVS commit: src/doc

2020-04-12 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sun Apr 12 17:49:00 UTC 2020 Modified Files: src/doc: HACKS Log Message: Hack removed in src/external/bsd/nvi/usr.bin/nvi/Makefile,-r1.21 It is no longer needed, per PR bin/54656. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-9] src/doc

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 17:34:34 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #830 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] src

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 17:33:24 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/bsd/dhcpcd/dist/src [netbsd-9]: defs.h dhcp6.c Log Message: Apply patch, requested by roy in ticket #830:

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 17:28:57 UTC 2020 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Remove no longer needed workaround for PR/54656. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 17:25:53 UTC 2020 Modified Files: src/sys/arch/amd64/amd64 [bouyer-xenpvh]: genassym.cf lock_stubs.S spl.S vector.S src/sys/arch/i386/i386 [bouyer-xenpvh]: genassym.cf i386_trap.S

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 17:17:38 UTC 2020 Modified Files: src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_ipi.c Log Message: Add XEN_IPI_KPREEMPT to list of valid IPIs To generate a diff of this commit: cvs rdiff -u -r1.35.6.1 -r1.35.6.2

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 17:16:58 UTC 2020 Modified Files: src/sys/arch/xen/x86 [bouyer-xenpvh]: xenfunc.c Log Message: kpreempt_disable() only for x86_64 (which calls pmap_changeprot_local)). On i386 curcpu() is not valid yet and we don't

CVS commit: src/distrib/notes/hp300

2020-04-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Apr 12 17:13:30 UTC 2020 Modified Files: src/distrib/notes/hp300: hardware Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/hp300/hardware Please note that diffs are

CVS commit: src/sys/kern

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 17:02:52 UTC 2020 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: fix wapbl_discard() to actually discard the queued bufs properly - need to set BC_INVAL for them, and also need to explicitly remove them from

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 16:35:49 UTC 2020 Modified Files: src/sys/arch/i386/i386 [bouyer-xenpvh]: vector.S Log Message: The critical section handling is gone, remove comment about it To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 15:55:53 UTC 2020 Modified Files: src/sys/kern: vfs_vnops.c Log Message: delete debugging printf. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/sys/kern/vfs_vnops.c Please note that diffs are

CVS commit: src/sys/uvm/pmap

2020-04-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 12 15:36:18 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.c pmap_tlb.c Log Message: Use UVMHIST_CALLARGS To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/uvm/pmap/pmap.c cvs rdiff -u -r1.31 -r1.32

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

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 13:57:07 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: move IFNET_UNLOCK() immediatelly after xennet_stop() call in detach, doesn't need to be held for the disestablish To generate

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

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 13:55:06 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: fix locking against myself panic in xennet_stop() on 'ifconfig xennet0 down' xennet_stop() is called with IFNET already held

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 13:37:12 UTC 2020 Modified Files: src/sys/kern: syscalls.master Log Message: change ' \t' to '\t' To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/kern/syscalls.master Please note that diffs

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 13:30:16 UTC 2020 Modified Files: src/sys/kern: syscalls.master Log Message: Change STD[:random-whitespace:]RUMP to STD\tRUMP To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299

CVS commit: src/sys/kern

2020-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 12 13:12:42 UTC 2020 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Pass NOCRED instead of NULL for credentials. These routines are supposed to be accessing system ACL's on behalf of the kernel. This code

CVS commit: src/sys/netinet6

2020-04-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Apr 12 12:13:52 UTC 2020 Modified Files: src/sys/netinet6: nd6.c Log Message: nd6: RTM_MISS reports RTA_AUTHOR once more Just moves the logic to send RTM_MISS after the ICMP6 report as we rely on that function to extract the

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

2020-04-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 12 11:16:59 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: evtchn.c Log Message: Now that we return from hypervisor_callback via Xdoreti, no need to emulate it in evtchn_do_event() any more. To generate

CVS commit: src/sys/kern

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 08:51:41 UTC 2020 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: fix race between wapbl_discard() and wapbl_biodone() on forced unmount on shutdown with slow I/O device wapbl_discard() needs to hold both

CVS commit: [netbsd-9] src/sys/dev/acpi

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:48:57 UTC 2020 Modified Files: src/sys/dev/acpi [netbsd-9]: acpi_ec.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #829): sys/dev/acpi/acpi_ec.c: revision 1.78

CVS commit: [netbsd-9] src/doc

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:50:25 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #824 - #829 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.1 Please note that diffs are

CVS commit: [netbsd-9] src

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:44:43 UTC 2020 Modified Files: src/distrib/sets/lists/man [netbsd-9]: mi src/share/man/man4 [netbsd-9]: Makefile ucom.4 src/sys/dev/usb [netbsd-9]: files.usb ukyopon.c umodem.c

CVS commit: [netbsd-9] src/sys/external/bsd/ipf/netinet

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:39:42 UTC 2020 Modified Files: src/sys/external/bsd/ipf/netinet [netbsd-9]: fil.c ip_frag.c Log Message: Pull up following revision(s) (requested by christos in ticket #827):

CVS commit: [netbsd-9] src

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:35:40 UTC 2020 Modified Files: src/lib/libpthread/arch/powerpc [netbsd-9]: pthread_md.h src/sys/arch/powerpc/powerpc [netbsd-9]: sig_machdep.c Log Message: Pull up following revision(s) (requested by rin in

CVS commit: [netbsd-9] src

2020-04-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 12 08:29:41 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/bsd/dhcpcd/dist/src [netbsd-9]: arp.c arp.h bpf.c bpf.h common.h defs.h dhcp.c dhcp6.c dhcp6.h dhcpcd.c eloop.h if-bsd.c

CVS commit: src/sys/arch

2020-04-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Apr 12 07:49:58 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpufunc.c cpuswitch.S db_trace.c genassym.cf locore.S vectors.S vm_machdep.c src/sys/arch/aarch64/conf:

CVS commit: src/sys/dev/usb

2020-04-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 12 07:41:11 UTC 2020 Modified Files: src/sys/dev/usb: ums.c Log Message: further tweaks for USB_PRODUCT_MICROSOFT_24GHZ_XCVR80 from PR kern/55161 remove case for USB_PRODUCT_MICROSOFT_24GHZ_XCVR70, likely needs similar

CVS commit: src/sys

2020-04-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Apr 12 07:16:09 UTC 2020 Modified Files: src/sys/kern: subr_cprng.c src/sys/sys: cprng.h Log Message: Don't inline cprng_strong{32,64}(), so they can be called from asm. To generate a diff of this commit: cvs rdiff -u

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

2020-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 12 06:05:34 UTC 2020 Modified Files: src/sys/arch/sparc/conf: INSTALL Log Message: base INSTALL kernel upon GENERIC with many "no ...". To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104