CVS commit: src/tests/dev/audio

2020-04-30 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri May 1 05:45:57 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix two tests. - kqueue_mode_{RDONLY,RDWR}_READ: Fix expected value. This is rest of rev1.9. - AUDIO_SETINFO_params_simul: Fix condition.

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

2020-04-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 1 04:07:24 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add AMD INVLPGB/TLBSYNC hypervisor enable in VMCB and TLBSYNC intercept bit. - Modify comment. To generate a diff of this

CVS commit: src/distrib/notes/hp300

2020-04-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 1 03:02:28 UTC 2020 Modified Files: src/distrib/notes/hp300: hardware Log Message: Move HP332 to "Supported hardware" list, as reported by Chris Hanson. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2020-04-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 1 01:44:30 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_futex_robust.c Log Message: Oops, accidentally #if 0'd some tests, probably while debugging something else. Correct this silly mistake. To generate a diff

CVS commit: src/sys/dev/ic

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 1 01:34:58 UTC 2020 Modified Files: src/sys/dev/ic: pckbc.c Log Message: Zero rndsource before using it. XXX pullup To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/ic/pckbc.c Please note

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 1 01:31:17 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Fix sense of conditional in previous. I must have tested (cold ? (void *)1 : curlwp) but then decided, after testing, to replace cold by

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

2020-04-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Apr 30 22:09:32 UTC 2020 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: Change module path to xen-* only for XENPV To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/sys/arch

2020-04-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Apr 30 22:05:18 UTC 2020 Modified Files: src/sys/arch/amd64/include: intrdefs.h src/sys/arch/i386/include: intrdefs.h src/sys/arch/x86/include: cpu.h Log Message: Don't #include xen/intrdefs.h is !XEN. Should

CVS commit: [netbsd-7-0] src/games/fortune

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 21:24:25 UTC 2020 Modified Files: src/games/fortune/strfile [netbsd-7-0]: strfile.c src/games/fortune/unstr [netbsd-7-0]: unstr.c Log Message: Pull up following revision(s) (requested by nia in ticket #1729):

CVS commit: src/sys/kern

2020-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 30 20:54:27 UTC 2020 Modified Files: src/sys/kern: kern_softint.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_softint.c Please note that diffs are not

CVS commit: src/sys/arch

2020-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 30 20:48:10 UTC 2020 Modified Files: src/sys/arch/alpha/include: types.h src/sys/arch/mips/include: types.h src/sys/arch/sh3/include: types.h Log Message: G/C __HAVE_AST_PERPROC To generate a diff of this

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 20:06:40 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Mark rnd_sources_locked __diagused -- only for KASSERTs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 19:34:37 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: curlwp may not be available early enough for kern_entropy.c. Fortunately, we're just using it to print helpful diagnostic messages in

CVS commit: src/sys/kern

2020-04-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Apr 30 17:36:06 UTC 2020 Modified Files: src/sys/kern: subr_cprng.c Log Message: Make kern.arandom truncate the output instead of failing with ETOOBIG when the requested data exceeds 256 bytes in size. The actual size of the

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

2020-04-30 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 30 17:21:12 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: The labels are already global, drop unused. To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204

CVS commit: src/sys/arch

2020-04-30 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 30 17:17:33 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: locore.S src/sys/arch/x86/x86: patch.c Log Message: Switch to templates. To generate a diff of this commit:

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 17:16:00 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Missed a spot! (Part II(b) of no percpu_foreach under spin lock.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/nvmm/x86

2020-04-30 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 30 16:56:24 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: If we were processing a software int/excp, and got a VMEXIT in the middle, we must also reflect the instruction length, otherwise the

CVS commit: src/sys/dev/nvmm

2020-04-30 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 30 16:50:18 UTC 2020 Modified Files: src/sys/dev/nvmm: nvmm.c src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: When the identification fails, print the reason. To generate a diff of this commit:

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 16:50:01 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Lock the rndsource list without E->lock for ioctls too. Use the same mechanism as entropy_request, with a little more diagnostic

CVS commit: src/sys/kern

2020-04-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 16:43:12 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Avoid calling entropy_pending() with E->lock held. This is part I of avoiding percpu_foreach with spin lock held. To generate a diff of

CVS commit: [netbsd-7-0] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:25:16 UTC 2020 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: [netbsd-7-1] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:24:26 UTC 2020 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:23:32 UTC 2020 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7-1] src/games/fortune

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:24:03 UTC 2020 Modified Files: src/games/fortune/strfile [netbsd-7-1]: strfile.c src/games/fortune/unstr [netbsd-7-1]: unstr.c Log Message: Pull up following revision(s) (requested by nia in ticket #1729):

CVS commit: [netbsd-7] src/games/fortune

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:22:59 UTC 2020 Modified Files: src/games/fortune/strfile [netbsd-7]: strfile.c src/games/fortune/unstr [netbsd-7]: unstr.c Log Message: Pull up following revision(s) (requested by nia in ticket #1729):

CVS commit: [netbsd-8] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:22:10 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1543 and #1544 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-8.3 Please note that diffs

CVS commit: [netbsd-8] src/games/fortune

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:21:14 UTC 2020 Modified Files: src/games/fortune/strfile [netbsd-8]: strfile.c src/games/fortune/unstr [netbsd-8]: unstr.c Log Message: Pull up following revision(s) (requested by nia in ticket #1544):

CVS commit: [netbsd-9] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:20:21 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #874 - #879 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-9.1 Please note that diffs are

CVS commit: [netbsd-9] src/games/fortune

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:19:29 UTC 2020 Modified Files: src/games/fortune/strfile [netbsd-9]: strfile.c src/games/fortune/unstr [netbsd-9]: unstr.c Log Message: Pull up following revision(s) (requested by nia in ticket #879):

CVS commit: [netbsd-9] src/crypto/external/bsd/openssl/dist/crypto/rand

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:17:04 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand [netbsd-9]: rand_unix.c Log Message: Pull up following revision(s) (requested by nia in ticket #878):

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

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 16:05:18 UTC 2020 Modified Files: src/sys/dev/audio [netbsd-9]: audio.c audiovar.h Log Message: Pull up following revision(s) (requested by isaki in ticket #877): sys/dev/audio/audio.c: revision 1.55

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

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 15:43:30 UTC 2020 Modified Files: src/sys/dev/audio [netbsd-9]: audio.c Log Message: Pull up following revision(s) (requested by isaki in ticket #876): sys/dev/audio/audio.c: revision 1.60

CVS commit: [netbsd-9] src

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 15:40:50 UTC 2020 Modified Files: src/share/man/man4 [netbsd-9]: audio.4 src/sys/dev/audio [netbsd-9]: audio.c Log Message: Pull up following revision(s) (requested by isaki in ticket #875):

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

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 15:35:57 UTC 2020 Modified Files: src/sys/kern [netbsd-8]: subr_cprng.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1543): sys/kern/subr_cprng.c: revision 1.34 Disable

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

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 15:34:06 UTC 2020 Modified Files: src/sys/kern [netbsd-9]: subr_cprng.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #874): sys/kern/subr_cprng.c: revision 1.34 Disable rngtest

CVS commit: src/usr.bin/kdump

2020-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 30 15:12:25 UTC 2020 Modified Files: src/usr.bin/kdump: kdump.c Log Message: futexput: cast the mask to u_long (as the op already is) To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/sys/sys

2020-04-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 30 14:32:05 UTC 2020 Modified Files: src/sys/sys: cdefs_elf.h Log Message: GNU as on ARM silently accepts @progbits, but interpretes it as comment internally. LLVM bails out on the other hand. So conditionally this

CVS commit: src/sys/dev/pci

2020-04-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Apr 30 14:04:55 UTC 2020 Modified Files: src/sys/dev/pci: if_msk.c Log Message: msk(4): actually moderate interrupts from the Yukon 2 Status BMU Previously the interrupt moderation enable register was being programmed with

CVS commit: src/sys/net

2020-04-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 30 13:59:50 UTC 2020 Modified Files: src/sys/net: if_bridgevar.h Log Message: add sc_capenable member, forgot to commit To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_bridgevar.h Please

CVS commit: src/sys/dev/pci

2020-04-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Apr 30 13:51:43 UTC 2020 Modified Files: src/sys/dev/pci: if_msk.c Log Message: msk(4): during attach print intrstr only once To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/pci/if_msk.c

CVS commit: src/doc

2020-04-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 30 12:44:41 UTC 2020 Modified Files: src/doc: HACKS Log Message: Hack "gcc-4.5 arm without -fno-tree-vrp generate broken code" was removed in src/lib/libc/softfloat/Makefile.inc rev 1.21:

CVS commit: src/games/fortune/unstr

2020-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 30 12:40:11 UTC 2020 Modified Files: src/games/fortune/unstr: unstr.c Log Message: Simplify, little KNF To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/fortune/unstr/unstr.c Please note that

CVS commit: src/doc

2020-04-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 30 12:35:01 UTC 2020 Modified Files: src/doc: HACKS Log Message: lmcconfig(8) was removed. To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/doc/HACKS Please note that diffs are not public domain; they

CVS commit: src/games/fortune/strfile

2020-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 30 12:32:26 UTC 2020 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Simplify, errors to stderr. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/games/fortune/strfile/strfile.c

CVS commit: src/doc

2020-04-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 30 12:32:16 UTC 2020 Modified Files: src/doc: HACKS Log Message: Add missing dates and revisions. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/doc/HACKS Please note that diffs are not public domain;

CVS commit: src/usr.bin/kdump

2020-04-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Apr 30 12:17:02 UTC 2020 Modified Files: src/usr.bin/kdump: kdump.c Log Message: Decode futex op codes. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/kdump/kdump.c Please note that diffs are

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

2020-04-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Apr 30 12:13:39 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.computer Log Message: It was aboard the Space Shuttle Atlantis using a Macintosh Portable. https://support.apple.com/kb/TA30635 To generate a

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

2020-04-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 30 11:23:44 UTC 2020 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: add support for scatter-gather when accepting packets on frontend Tx path (frontend -> backend) don't enable

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

2020-04-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 30 11:19:39 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: NETTXF_csum_blank and NETTXF_data_validated should be set only for first fragment of the packet To generate a diff of this

CVS commit: src

2020-04-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 30 11:03:29 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_sigaltstack.c Log

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-04-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Apr 30 10:59:02 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Fix the detection of KERN_ARND by OpenSSL. Firstly, include the correct headers. Then, make sure that requests

CVS commit: src/sys/modules/examples/ping

2020-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 30 10:55:32 UTC 2020 Modified Files: src/sys/modules/examples/ping: ping.c Log Message: remove debugging stuff accidentally committed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/net

2020-04-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 30 10:04:54 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: for bridge(4), report the common enabled capabilities of the members via SIOCGIFCAP for visibility To generate a diff of this commit: cvs

CVS commit: src/sys/modules/examples/pollpal

2020-04-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 30 07:07:22 UTC 2020 Modified Files: src/sys/modules/examples/pollpal: pollpal.c Log Message: include sys/lwp.h and fix the build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/hppa/hppa

2020-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 30 06:16:47 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Convert pmap_check_alias into a function that resolves any aliases issues to deal with the locking around entering a mapping of the same page