CVS commit: src/sys/dev/usb

2020-05-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 29 06:53:40 UTC 2020 Modified Files: src/sys/dev/usb: xhcireg.h Log Message: Use __BITS consistently and inline with specification. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/xhcir

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

2020-05-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 29 05:35:47 UTC 2020 Modified Files: src/sys/arch/amiga/dev: clock.c Log Message: For clk_timecounter: - Use C99 initializer. - Leave .tc_name NULL initially. No functional changes. To generate a diff of this commit: cvs rd

CVS commit: src/sys/sys

2020-05-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 29 05:29:24 UTC 2020 Modified Files: src/sys/sys: timetc.h Log Message: u_int64_t --> uint64_t. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/sys/timetc.h Please note that diffs are

CVS commit: src/sys/dev/audio

2020-05-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri May 29 03:09:14 UTC 2020 Modified Files: src/sys/dev/audio: audio.c audiovar.h Log Message: Fix suspend/resume. - Revert temporary usage of sc_[pr]busy during suspend. These indicate whether the mixer needs to be restarted o

CVS commit: src/share/mk

2020-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri May 29 01:20:43 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: remove useless MACHINE_ARCH == sh3 check for GCC 8. To generate a diff of this commit: cvs rdiff -u -r1.1196 -r1.1197 src/share/mk/bsd.own.mk Pleas

CVS commit: src/external/gpl3/gcc

2020-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri May 29 01:18:50 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc8 Log Message: alpha, vax, and sh3 have switched. (sh3 swithed a month ago by accident when i wrote ${MACHINE_ARCH} != "sh3", but this should have been MA

CVS commit: src/share/mk

2020-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri May 29 00:14:07 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: switch vax to GCC 8. testing in simh shows the same set of bugs. To generate a diff of this commit: cvs rdiff -u -r1.1195 -r1.1196 src/share/mk/bsd

CVS commit: src/sys/rump

2020-05-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 29 00:05:26 UTC 2020 Modified Files: src/sys/rump: Makefile.rump Log Message: Set -fno-delete-null-pointer-checks for RUMP/MKSANITIZER with Clang NULL + 0 arithmetic raises LLVM UBSan warnings, specially in sys/pslist.h in

CVS commit: src/sys/dev/pci

2020-05-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 28 23:25:17 UTC 2020 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Allocate proper storage for the event counter group names. Can't use a stack buffer for these because the evcnt remembers the pointer! To

CVS commit: src/sys/secmodel/securelevel

2020-05-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 28 23:17:25 UTC 2020 Modified Files: src/sys/secmodel/securelevel: secmodel_securelevel.c Log Message: Accept ioctl(RNDADDDATA) estimates at securelevel 1 (but not 2). securelevel=1 is supposed to be a reasonable defau

CVS commit: src/doc

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 20:29:22 UTC 2020 Modified Files: src/doc: CHANGES Log Message: evbarm: Add install media for earmv7hf and aarch64. To generate a diff of this commit: cvs rdiff -u -r1.2697 -r1.2698 src/doc/CHANGES Please note that

CVS commit: src/sys/kern

2020-05-28 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu May 28 20:29:18 UTC 2020 Modified Files: src/sys/kern: kern_cpu.c Log Message: At least panic with a useful message if there are too many CPUs. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/kern/kern_cpu.

CVS commit: src/doc

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 20:27:41 UTC 2020 Modified Files: src/doc: TODO Log Message: Remove "write a BSD-licensed web browser" from the list of suggested smaller projects. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/

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

2020-05-28 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu May 28 20:03:19 UTC 2020 Modified Files: src/sys/arch/i386/i386: cpufunc.S Log Message: PR port-i386/55314: i386 no longer boots Oops, EDI and ESI are callee saved on i386. To generate a diff of this commit: cvs rdiff -u -r1.44

CVS commit: src/distrib

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 19:20:57 UTC 2020 Modified Files: src/distrib/common/bootimage: Makefile.installimage src/distrib/evbarm/installimage: Makefile Log Message: Shrink the evbarm install image by not including the live images on

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 19:03:09 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm: Makefile Log Message: Set HAVE_INSTALL_IMAGE for evbarm To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/evbar

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 19:00:52 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm: msg.md.en Log Message: Remove "If you booted from a floppy" message To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysins

CVS commit: src/doc

2020-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 28 17:07:27 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1722 -r1.1723 src/doc/3RDPARTY cvs rdiff -u -r1.2696 -r1.2697 src/doc/CHANGES

CVS commit: src/distrib/sets/lists

2020-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 28 17:06:24 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump openssh To generate a diff of this commit: cvs rdiff -u -r1.888 -r1.889 src/distri

CVS commit: src/crypto/external/bsd/openssh

2020-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 28 17:05:50 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: PROTOCOL PROTOCOL.mux auth-options.c auth-rhosts.c auth2-chall.c auth2-passwd.c auth2.c authfd.c authfile.c channels.c cip

CVS import: src/crypto/external/bsd/openssh/dist

2020-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 28 17:03:03 UTC 2020 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12459 Log Message: OpenSSH 8.3 was released on 2020-05-27. It is available from the mirrors listed at http

CVS commit: src/distrib/evbarm

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 15:27:59 UTC 2020 Modified Files: src/distrib/evbarm: Makefile Removed Files: src/distrib/evbarm/cdroms: Makefile src/distrib/evbarm/cdroms/installcd: Makefile Log Message: Remove support for evbarm cd

CVS commit: src/distrib/evbarm

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 15:23:43 UTC 2020 Modified Files: src/distrib/evbarm: Makefile Added Files: src/distrib/evbarm/installimage: Makefile etc.rc etc.ttys install.sh spec.inst Log Message: Build install images for aarc

CVS commit: src/distrib

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 15:13:21 UTC 2020 Modified Files: src/distrib/amd64/installimage: Makefile src/distrib/common/bootimage: Makefile.bootimage Log Message: Only install gptmbr.bin if USE_GPTMBR=yes To generate a diff of this c

CVS commit: src/distrib/common/bootimage

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 15:12:03 UTC 2020 Modified Files: src/distrib/common/bootimage: Makefile.installimage Log Message: Default USE_MBR to no To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/common/bootimage/Makef

CVS commit: src/usr.sbin/puffs/mount_9p

2020-05-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu May 28 14:00:05 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: fs.c Log Message: Do not send dummy Tauth, it's completely unnecessary. The best way to not use authentication is to not use authentication. Cf. http://man.ca

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

2020-05-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 28 12:41:15 UTC 2020 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: Add some new CTR_EL0 bits To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/aarch64/include/armreg.h Pleas

CVS commit: src

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 10:22:49 UTC 2020 Modified Files: src/etc/etc.evbarm: Makefile.inc Added Files: src/distrib/utils/embedded/conf: arm64mbr.conf Log Message: Create a separate Arm64 image that uses MBR partitioning. Amlogic SoC

CVS commit: src/distrib/utils/embedded/conf

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 10:19:02 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Allow config file to override hostname To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/distrib/utils/embe

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

2020-05-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 28 07:59:38 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add AMD MSR_DE_CFG's bit 1 as DE_CFG_LFENCE_SERIALIZE. This bit makes lfence instruction serializing. To generate a diff of this c