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

2020-04-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 24 07:50:24 UTC 2020 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Lowercase ppin. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/x86/procfs_machdep.c Please note

CVS commit: src/sys/arch/mips/cavium/dev

2020-04-24 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 24 09:29:26 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c octeon_gmx.c octeon_gmxvar.h Log Message: fetch properties in attach rather than every re-init. this avoids a rwlock while spinlock held problem l

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

2020-04-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 24 09:49:05 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - AMD CPUID Fn8000_000a %edx bit 20 is "SPEC_CTRL". - Add some bit definitions of AMD's CPUID Fn8000_001f Encrypted Memory feature

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

2020-04-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 24 12:17:45 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Reduce assumptions about LWP numbers To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/tests/lib/libc/sys/t_ptrac

CVS commit: src/sys/dev/i2c

2020-04-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 24 12:38:31 UTC 2020 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: asms.c Log Message: a very preliminary driver for the acclerometer found in later *Books register definitions from Ope

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

2020-04-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 24 12:40:25 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add sudden motion sensor 'driver'. To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 src/sys/arch/macppc/conf/GENERIC P

CVS commit: src/sys/dev/pci

2020-04-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 24 12:58:42 UTC 2020 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx: sync with OpenBSD sys/dev/pci/if_mcx.c r1.44 1.44: Fix typo which could lead into a double free 1.43: Commands that create objects return

CVS commit: src/sys/dev/hid

2020-04-24 Thread Olaf Seibert
Module Name:src Committed By: rhialto Date: Fri Apr 24 13:29:46 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c Log Message: For usb keyboards with encoding *.swapctrlcaps, keep KS_Cmd1 on the same key as KS_Control_L. This brings them in line with wskbdmap_mfii.c.

CVS commit: src/sys/rump/librump/rumpkern

2020-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 13:34:47 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: lwp0.l_lid needs to be 0. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/rump/librump/rumpkern/lwproc.c P

CVS commit: src/share/man/man4

2020-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 24 13:47:50 UTC 2020 Modified Files: src/share/man/man4: options.4 Log Message: actually MBUFTRACE does splvm(), kpreempt_disable()/enable() and percpu, this has non-slight overhead - amend documentation to stop claiming

CVS commit: src/share/man/man4

2020-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 24 13:54:56 UTC 2020 Modified Files: src/share/man/man4: options.4 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.511 -r1.512 src/share/man/man4/options.4 Please note that diffs are not pub

CVS commit: src/tests/usr.bin/printf

2020-04-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Apr 24 14:29:19 UTC 2020 Modified Files: src/tests/usr.bin/printf: printf.sh Log Message: ATF runs shell script tests with "sh -e" (WHY???) Compensate for that by adding an explicit test to a command so -e will not kill the shel

CVS commit: [netbsd-8] src/sys/arch/hp300/hp300

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 16:07:05 UTC 2020 Modified Files: src/sys/arch/hp300/hp300 [netbsd-8]: machdep.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1540): sys/arch/hp300/hp300/machdep.c: revision 1.233

CVS commit: [netbsd-8] src/sys/dev/dkwedge

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 16:15:24 UTC 2020 Modified Files: src/sys/dev/dkwedge [netbsd-8]: dk.c Log Message: Pull up following revision(s) (requested by maya in ticket #1541): sys/dev/dkwedge/dk.c: revision 1.98 Update sc->sc_parent->

CVS commit: [netbsd-8] src/doc

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 16:18:06 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1540 and #1541 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-8.3 Please note that diffs ar

CVS commit: src/sys/arch

2020-04-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Apr 24 16:27:28 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/amd64/include: gdt.h src/sys/arch/i386/include: gdt.h src/sys/arch/x86/include: pmap.h src/sys/arc

CVS commit: [netbsd-9] src/distrib

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:19:50 UTC 2020 Modified Files: src/distrib/amd64/uefi-installimage [netbsd-9]: Makefile Makefile.bootimage Makefile.installimage src/distrib/common/bootimage [netbsd-9]: Makefile.bootimage

CVS commit: [netbsd-9] src/sys/arch/hp300/hp300

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:25:10 UTC 2020 Modified Files: src/sys/arch/hp300/hp300 [netbsd-9]: machdep.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #847): sys/arch/hp300/hp300/machdep.c: revision 1.233

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

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:28:22 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: if_urtwn.c usbdevs Log Message: Pull up following revision(s) (requested by maya in ticket #848): sys/dev/usb/usbdevs: revision 1.778 sys/de

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

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:29:17 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: usbdevs.h usbdevs_data.h Log Message: Regen for ticket #848 (DWA-121 in urtwn) To generate a diff of this commit: cvs rdiff -u -r1.760.4.4 -r1.760.4.5 src/

CVS commit: src/sys/netinet6

2020-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Apr 24 17:36:55 UTC 2020 Modified Files: src/sys/netinet6: in6_proto.c Log Message: Fill in .pr_usrreqs for SOCK_SEQPACKET and SOCK_STREAM variants of SCTP too. This should allow these socket types of SCTP to operate on IPv

CVS commit: [netbsd-9] src/distrib

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:40:54 UTC 2020 Modified Files: src/distrib/common [netbsd-9]: Makefile.bootcd src/distrib/vax/cdroms/installcd [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #849

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

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:42:53 UTC 2020 Modified Files: src/sys/dev/dkwedge [netbsd-9]: dk.c Log Message: Pull up following revision(s) (requested by maya in ticket #850): sys/dev/dkwedge/dk.c: revision 1.98 Update sc->sc_parent->d

CVS commit: [netbsd-9] src

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:46:44 UTC 2020 Modified Files: src/share/man/man4/man4.x86 [netbsd-9]: amdsmn.4 amdzentemp.4 src/sys/arch/x86/pci [netbsd-9]: amdsmn.c amdzentemp.c Log Message: Pull up following revision(s) (requested by sim

CVS commit: [netbsd-9] src/doc

2020-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 24 17:48:01 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #846 - #851 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-9.1 Please note that diffs are

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

2020-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 24 19:37:09 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: ocsp.c s_time.c src/crypto/external/bsd/openssl/dist/crypto/ec: ec_

CVS commit: src/doc

2020-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 24 19:38:10 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new openssl To generate a diff of this commit: cvs rdiff -u -r1.1713 -r1.1714 src/doc/3RDPARTY cvs rdiff -u -r1.2679 -r1.2680 src/doc/CHANGES

CVS commit: src/sys/uvm

2020-04-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 24 19:47:03 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c Log Message: ubc_alloc_direct(): for a write make sure pages are always marked dirty because there's no managed mapping. To generate a diff of this commit: cvs rdif

CVS commit: src/sys/kern

2020-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 24 22:07:13 UTC 2020 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: change m_defrag() to coalesce the chain to single mbuf if it's short enough and first mbuf doesn't use external storage most fragmented packets

CVS commit: src/sys/dev/ic

2020-04-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 24 22:25:07 UTC 2020 Modified Files: src/sys/dev/ic: hpet.c Log Message: On attach figure out how long a single read of the counter register takes and use that for the adjustment in hpet_delay(). To generate a diff of this c

CVS commit: src/sys/dev

2020-04-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 24 22:31:36 UTC 2020 Modified Files: src/sys/dev/ic: vga.c vga_raster.c src/sys/dev/isa: pcdisplay.c Log Message: BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's not what I intended.. BUS_S

CVS commit: src/sys/kern

2020-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 24 22:50:55 UTC 2020 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: add KASSERT() that the while data buffer in a mbuf or the mbuf cluster fits within the same page pools actually never return items whose memory

CVS commit: src/sys/dev/ic

2020-04-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 24 23:29:17 UTC 2020 Modified Files: src/sys/dev/ic: hpetvar.h Log Message: On attach figure out how long a single read of the counter register takes and use that for the adjustment in hpet_delay(). To generate a diff of thi

CVS commit: src/sys/dev/ata

2020-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 25 00:07:27 UTC 2020 Modified Files: src/sys/dev/ata: ata.c ata_subr.c atavar.h Log Message: Rather than creating a kthread-per-channel, use a threadpool and a threadpool-job-per-channel for the in-thread-context work tha

CVS commit: src

2020-04-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 05:17:17 UTC 2020 Modified Files: src/lib/libkvm: kvm_i386.c kvm_i386pae.c kvm_x86_64.c src/sys/arch/amd64/include: pte.h src/sys/arch/i386/i386: genassym.cf src/sys/arch/i386/include: kcore.h pte.h