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

2020-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 6 05:14:27 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: Fix a bug in the futex_wake_highest_pri test case. Still fails as expected. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/usr.bin/make

2020-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 6 02:30:10 UTC 2020 Modified Files: src/usr.bin/make: str.c src/usr.bin/make/unit-tests: sysv.exp sysv.mk Log Message: Behave like gmake: empty string does not match % pattern To generate a diff of this

CVS commit: src/sys/kern

2020-05-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 5 22:12:07 UTC 2020 Modified Files: src/sys/kern: sys_lwp.c Log Message: lwp_unpark(): no need to acquire LWP refs or drop the proc lock. On the hacky benchmarks I have, held over from the transition to 1:1 threading, this

CVS commit: src/sys/arch/amiga/amiga

2020-05-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 5 21:22:48 UTC 2020 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: PR port-amiga/55233 Process hangs indefinitely if not calling syscalls for a while cpu_intr_p() is broken on amiga, fix it. >From code

CVS commit: src/share/mk

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 20:47:39 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: switch hppa to new binutils (2.34) To generate a diff of this commit: cvs rdiff -u -r1.1187 -r1.1188 src/share/mk/bsd.own.mk Please note that

CVS commit: src/tests/libexec/ld.elf_so

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 20:47:14 UTC 2020 Modified Files: src/tests/libexec/ld.elf_so: h_ifunc.c src/tests/libexec/ld.elf_so/helper_ifunc_dso: h_helper_ifunc.c Log Message: Disable attempt to use ifunc on hppa. It doesn't work and new

CVS commit: src/lib/libc

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 20:43:47 UTC 2020 Modified Files: src/lib/libc/arch/hppa: SYS.h src/lib/libc/arch/hppa/sys: __clone.S __vfork14.S src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S compat_sigprocmask.S

CVS commit: src/lib/libc/arch/hppa

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 20:39:18 UTC 2020 Modified Files: src/lib/libc/arch/hppa: SYS.h Log Message: Add a space before any non-nullified instruction. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/kern

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 20:36:48 UTC 2020 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: fix KASSERT() for MHLEN case in m_defrag() - network stack usually does m_adj(ETHER_ALIGN) so check that the mbuf chain data fits

CVS commit: [netbsd-9] src/sys/kern

2020-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 5 20:12:37 UTC 2020 Modified Files: src/sys/kern [netbsd-9]: uipc_sem.c Log Message: Pull up following revision(s) (requested by maya in ticket #888): sys/kern/uipc_sem.c: revision 1.59 Release the collision if

CVS commit: src/sys/arch/amd64/stand/prekern

2020-05-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue May 5 19:26:47 UTC 2020 Modified Files: src/sys/arch/amd64/stand/prekern: elf.c prekern.h Log Message: Gather the section filtering in a single function, and add a sanity check when relocating, to make sure the section we're

CVS commit: [netbsd-8] src/doc

2020-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 5 18:52:57 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1545 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/external/bsd/bind/dist/lib/isc

2020-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 5 18:51:08 UTC 2020 Modified Files: src/external/bsd/bind/dist/lib/isc [netbsd-8]: sha2.c Log Message: Apply patch, requested by he in ticket #1545: Fix bug revealing itself in sha384 checksum computation: one important

CVS commit: [netbsd-9] src/doc

2020-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 5 18:34:48 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #888 and #889 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-9.1 Please note that diffs

CVS commit: [netbsd-9] src/sys/external/bsd/compiler_rt/dist/lib/builtins

2020-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 5 18:32:16 UTC 2020 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins [netbsd-9]: clear_cache.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #889):

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

2020-05-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 18:12:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_sigchld.c Log Message: Skip traceme_raise* tests rather than failing upfront This avoid reporting the tests as unexpected failure. To generate a diff

CVS commit: src/sys/arch

2020-05-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 5 17:02:01 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/conf: files.xen files.xen.pv src/sys/arch/xen/x86: xen_intr.c src/sys/arch/xen/xen: hypervisor.c privcmd.c

CVS commit: src/sys/dev/pci

2020-05-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 5 16:58:11 UTC 2020 Modified Files: src/sys/dev/pci: pci_map.c Log Message: disable I/O or mem decode before probing BAR size. Bar size is probed writing 0x to the BAR and reading back; but while doing this the

CVS commit: src/distrib/i386/installimage

2020-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 5 16:04:07 UTC 2020 Modified Files: src/distrib/i386/installimage: Makefile Log Message: A tiny little more. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/i386/installimage/Makefile

CVS commit: src/sys/kern

2020-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 5 15:31:42 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: New sysctl kern.entropy.gather=1 to trigger entropy gathering. Invokes all on-demand RNG sources. This enables HWRNG driver developers to

CVS commit: src/sys

2020-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 5 15:25:18 UTC 2020 Modified Files: src/sys/kern: sys_futex.c src/sys/sys: futex.h Log Message: Revert "Use cv_timedwaitclock_sig in futex." Turned out to break things; we'll do this another way. To

CVS commit: src/sys/kern

2020-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 5 15:23:32 UTC 2020 Modified Files: src/sys/kern: sys_futex.c Log Message: Revert "Make sure futex waits never return ERESTART." Part of redoing the timedwaitclock changes, which were buggy and committed a little too

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2020-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 5 12:47:16 UTC 2020 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: clear_cache.c Log Message: Align addresses to cache lines in __clear_cache for aarch64. This corrects an issue where if the start

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

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 09:52:13 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: due to the locking wild west for if_ioctl can't assert IFNET_LOCKED() in xennet_ioctl(), so just do splnet() like other drivers

CVS commit: src/doc

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 09:33:39 UTC 2020 Modified Files: src/doc: TODO.smpnet Log Message: write down some observations about the locking wild west around if_mcast_op() To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/net

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 09:26:29 UTC 2020 Modified Files: src/sys/net: if.c Log Message: adjust comment - sosetopt() path doesn't take IFNET_LOCK() To generate a diff of this commit: cvs rdiff -u -r1.476 -r1.477 src/sys/net/if.c Please

CVS commit: src/sys/net

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 09:22:24 UTC 2020 Modified Files: src/sys/net: if.c Log Message: add a NOMPSAFE comment for if_mcast_op(), it is called from context which doesn't hold IFNET_LOCK() in some cases, and calls if_ioctl this needs to be

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

2020-05-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 5 09:07:35 UTC 2020 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: build start_xenpvh only if XEN. Fixes NET4501 build issue reported by John D. Baker To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 08:05:44 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: bump version - struct ifnet change To generate a diff of this commit: cvs rdiff -u -r1.662 -r1.663 src/sys/sys/param.h Please note that diffs are

CVS commit: src/sys/net

2020-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 5 08:05:03 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: remove struct ifnet if_mcastop, it's not used by anything To generate a diff of this commit: cvs rdiff -u -r1.474 -r1.475 src/sys/net/if.c cvs

CVS commit: src/sys/arch/amd64/amd64

2020-05-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue May 5 06:32:43 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Fix KASAN, init_xen_early must be called after kasan_early_init. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208

CVS commit: src/lib/libc

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 06:20:55 UTC 2020 Modified Files: src/lib/libc/arch/hppa/gen: __setjmp14.S _setjmp.S swapcontext.S src/lib/libc/arch/hppa/string: bcmp.S bzero.S ffs.S strlcpy.S src/lib/libc/arch/hppa/sys: __clone.S

CVS commit: src/lib/libc/compat/arch/hppa/sys

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 06:11:06 UTC 2020 Modified Files: src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S compat_sigprocmask.S compat_sigreturn.S compat_sigsuspend.S Log Message: Use the delay slot To generate a diff of

CVS commit: src/lib/libc/arch/hppa

2020-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 5 06:06:17 UTC 2020 Modified Files: src/lib/libc/arch/hppa: SYS.h Log Message: Remove unnecesary #define/#undef _LOCORE To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/hppa/SYS.h Please