CVS commit: src/doc

2020-09-18 Thread Jason R Thorpe
ed fast-soft-interrupts. Enabled + MULTIPROCESSOR in GENERIC. [thorpej 20200918]

CVS commit: src/etc/etc.alpha

2020-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 19 03:29:58 UTC 2020 Modified Files: src/etc/etc.alpha: Makefile.inc Log Message: GENERIC.MP is no more. GENERIC defaults to MULTIPROCESSOR now. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 19 03:27:42 UTC 2020 Modified Files: src/sys/arch/alpha/conf: INSTALL RAMDISK std.alpha Removed Files: src/sys/arch/alpha/conf: GENERIC.MP Log Message: Enable MULTIPROCESSOR by default, but disable it in the

CVS commit: src/sys/arch/alpha

2020-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 19 03:02:07 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/include: types.h Log Message: Enable __HAVE_FAST_SOFTINTS and garbage-collect the #ifdefs. To generate a diff of

CVS commit: src/share/misc

2020-09-18 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sat Sep 19 01:43:20 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: CDN, CRTP, FTTH To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312 src/share/misc/acronyms.comp Please note that diffs are

CVS commit: src/sys/arch/alpha/alpha

2020-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 19 01:32:16 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: locore.s Log Message: - The Alpha fast-soft-intrs implementation supports 2 soft interrupt levels, so in exception_return() ensure we clear

CVS commit: src/sys/arch/alpha

2020-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 19 01:24:31 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c src/sys/arch/alpha/include: intr.h Log Message: Move softintr bits into and define ALPHA_ALL_SOFTINTS for locore.s To

CVS commit: src/sys/dev/pci

2020-09-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 18 20:44:20 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb_bios.c Log Message: minor adaptatioons to new radeonfbreg.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/radeonfb_bios.c

CVS commit: src/external/gpl3/gdb/dist/gnulib

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 17:46:47 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gnulib: Makefile.in aclocal.m4 configure src/external/gpl3/gdb/dist/gnulib/import: Makefile.in src/external/gpl3/gdb/dist/gnulib/import/m4:

CVS commit: src/tests/net/arp

2020-09-18 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 18 16:33:49 UTC 2020 Modified Files: src/tests/net/arp: t_arp.sh Log Message: arp tests: Delete ARP entry after failed ping test As it might hang around in WAITDELETE for a few seconds. To generate a diff of this commit:

CVS commit: src/sys/dev/scsipi

2020-09-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 18 15:04:25 UTC 2020 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Revert scsiconf.c 1.288, it only worked for LUN 1. vioscsi(4) now sets PQUIRK_FORCELUNS, which fixes the original issue for all LUNs.

CVS commit: src/sys/dev/pci

2020-09-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 18 14:55:28 UTC 2020 Modified Files: src/sys/dev/pci: vioscsi.c Log Message: Probe all LUNs on vioscsi(4) until scsi(4) can do REPORT LUNS. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/usr.bin/xlint/lint1

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 14:19:08 UTC 2020 Modified Files: src/usr.bin/xlint/lint1: cgram.y scan.l Log Message: add optimize attribute To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/usr.bin/xlint/lint1/cgram.y cvs

CVS commit: src/lib/libc/gdtoa

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 14:19:34 UTC 2020 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: delint To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gdtoa/strtod.c Please note that diffs are not public

CVS commit: src/doc

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 14:09:48 UTC 2020 Modified Files: src/doc: HACKS Log Message: mention strtod hack To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/doc/HACKS Please note that diffs are not public domain; they

CVS commit: src/lib/libc/gdtoa

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 14:06:45 UTC 2020 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: PR/55668: Martin Husemann: Disable optimization to avoid infinite loop. Also bring in a few changes from the most recent gdtoa code (not

CVS commit: src/sys/net

2020-09-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 18 09:53:50 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Do pppoe_timeout() in thread context OKed by knakahara@n.o fix port-amd64/55661 To generate a diff of this commit: cvs rdiff -u -r1.150

CVS commit: src/sys/net

2020-09-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 18 09:48:56 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Use callout_setfunc and callout_schedule To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/net/if_pppoe.c Please note

CVS commit: src/bin/sh

2020-09-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 18 07:21:26 UTC 2020 Modified Files: src/bin/sh: sh.1 Log Message: Remove superfluous Ed. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/bin/sh/sh.1 Please note that diffs are not public domain; they

CVS commit: src/bin/sh

2020-09-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Sep 18 06:48:28 UTC 2020 Modified Files: src/bin/sh: sh.1 Log Message: Correct an incorrectly quoted (unquoted, but should be) example used in the "local" built-in command description (pointed out by mrg@ via uwe@ in private