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

2021-02-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Feb 19 05:34:37 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Fix x86's pci_intr_disestablish clean up routine. Pointed out by t-kusaba@IIJ, thanks. Fix panic on x86 by the following code.

CVS commit: src/sys/arch/powerpc/oea

2021-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 19 05:23:53 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofw_consinit.c Log Message: Revert unintended change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/oea/ofw_consinit.c

CVS commit: src/sys/arch/powerpc

2021-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 19 05:21:39 UTC 2021 Modified Files: src/sys/arch/powerpc/include: ofw_machdep.h src/sys/arch/powerpc/oea: ofw_consinit.c ofwoea_machdep.c src/sys/arch/powerpc/powerpc: ofw_machdep.c Log Message: Shuffle

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Feb 19 03:42:02 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32bmip.sh elf32bmipn32-defs.sh Log Message: Provide an __eprol symbol in TEXT_START_SYMBOLS. MIPS overrides

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

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 03:28:53 UTC 2021 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: It is not VirtualBo give some more space. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148

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

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 02:18:10 UTC 2021 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: add VirtualBox To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/arch/x86/x86/x86_machdep.c Please note that

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

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 02:15:58 UTC 2021 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: Penalize TSC on VirtualBox because it is not accurate enough. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/x86

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 02:15:24 UTC 2021 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: identcpu.c Log Message: Identify VirtualBox as a separate guest type. To generate a diff of this commit: cvs rdiff -u

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

2021-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 20:37:02 UTC 2021 Modified Files: src/sys/arch/mips/include: profile.h Log Message: Revert previous... somehow the register names aren't available apparently To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/sys/arch/powerpc

2021-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Feb 18 18:31:22 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofw_subr.S src/sys/arch/powerpc/powerpc: ofw_machdep.c Added Files: src/sys/arch/powerpc/include: ofw_machdep.h Log Message: Add an

CVS commit: src/usr.bin/vis

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 18:27:24 UTC 2021 Modified Files: src/usr.bin/vis: vis.1 Log Message: Add examples (Fernando Apestegu�a at FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/vis/vis.1 Please note

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 18:06:02 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Remove the "original line" Fix lint comment To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/unzip/unzip.c Please

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 18:02:09 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/unzip/unzip.1 Please note that diffs are not

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:58:51 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 unzip.c Log Message: Add support for password protected zip files (Alex Kozlov) Also some KNF To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/dev/pci

2021-02-18 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Feb 18 17:56:04 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: - use if_initialize() and if_register() instead of if_attach() - add IFEF_MPSAFE to if_extflags pointed out by msaitoh@, thanks To generate a diff

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:05:52 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Build with linux/glibc (Alex Kozlov) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/unzip/unzip.c Please note

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:04:39 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 Log Message: mention zipx, from Alex Kozlov To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/unzip/unzip.1 Please note that

CVS commit: src/sys/arch/powerpc/oea

2021-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Feb 18 16:29:12 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofw_subr.S Log Message: - Tidy up some comments. - Use correct stack frame linkage everywhere so that if something goes wrong, we can get a meaningful back

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-02-18 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Feb 18 15:13:38 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_timer.c Log Message: PR bin/55973: fix routing message triggered one shot interface update. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/compat/netbsd32

2021-02-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Feb 18 12:54:03 UTC 2021 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c Log Message: In the compat setitimer(2) calls, don't validate which timer is being used since dosetitimer() does this

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

2021-02-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Feb 18 12:28:02 UTC 2021 Modified Files: src/sys/arch/mips/include: asm.h Log Message: Add an abicalls version of asm mcount prologue. XXX not tested because profiled programs fail to link, but fixes build. Thanks dholland@

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

2021-02-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Feb 18 11:23:15 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: revert previous; user reports of panics under load To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43