CVS commit: src/bin/sh
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 are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 -r1.151 src/sys/net/if_pppoe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gdtoa
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 relevant to the bug). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gdtoa/strtod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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 are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
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 rdiff -u -r1.91 -r1.92 src/usr.bin/xlint/lint1/scan.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gdtoa
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 src/sys/dev/pci/vioscsi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/scsipi
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. To-do: should issue REPORT LUNS and use the information it returns to probe LUNs in an optimized way. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys/dev/scsipi/scsiconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/arp
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 rdiff -u -r1.44 -r1.45 src/tests/net/arp/t_arp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/gnulib
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: fdopendir.m4 frexp.m4 gettimeofday.m4 lstat.m4 mbrtowc.m4 memchr.m4 mkdir.m4 readlink.m4 rename.m4 rmdir.m4 setenv.m4 stat.m4 Log Message: Provide better guesses for bsd systems, otherwise we end up calling recursively opendir and gettimeofday until we run out of stack... To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gnulib/Makefile.in \ src/external/gpl3/gdb/dist/gnulib/aclocal.m4 \ src/external/gpl3/gdb/dist/gnulib/configure cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gdb/dist/gnulib/import/Makefile.in cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gdb/dist/gnulib/import/m4/fdopendir.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/frexp.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/gettimeofday.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/lstat.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/memchr.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/mkdir.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/readlink.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/rmdir.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/setenv.m4 \ src/external/gpl3/gdb/dist/gnulib/import/m4/stat.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: macallan Date: Fri Sep 18 20:43:37 UTC 2020 Modified Files: src/sys/dev/pci: radeonfbreg.h Log Message: update register definitions from xsrc/external/mit/xf86-video-ati/ merge in enough of the local changes to make radeonfb compile tested on various macppc boxes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/radeonfbreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha
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 generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/alpha/genassym.cf cvs rdiff -u -r1.86 -r1.87 src/sys/arch/alpha/alpha/interrupt.c cvs rdiff -u -r1.77 -r1.78 src/sys/arch/alpha/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/alpha
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 ineligible-at-new-IPL softint bits from the SSIR, otherwise we could loop forever in the following scenario: processing softnet -> clock interrupt -> schedule softclock - If the softint thread blocks, it's possible to bounce back through the softint return trampoline at something other than IPL_HIGH. This is not a problem other than it's contrary to what alpha_softint_dispatch() expect, so make alpha_softint_return() go to IPL_HIGH before it does anything else. These two fixes make fast-soft-interrupts work on Alpha. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/arch/alpha/alpha/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
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 not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha
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 this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/alpha/alpha/interrupt.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/alpha/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/conf
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 RAMDISK and INSTALL kernels to save some space. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/sys/arch/alpha/conf/GENERIC.MP cvs rdiff -u -r1.115 -r1.116 src/sys/arch/alpha/conf/INSTALL cvs rdiff -u -r1.17 -r1.18 src/sys/arch/alpha/conf/RAMDISK cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/conf/std.alpha Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.alpha
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 src/etc/etc.alpha/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: thorpej Date: Sat Sep 19 03:33:15 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note several recent Alpha improvements. To generate a diff of this commit: cvs rdiff -u -r1.2739 -r1.2740 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.