CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:33:28 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Restore our local change to remove GNU_STACK program header:

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:26:43 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Fix regression introduced to GCC10, where it wrongly recognizes 32-bit processors as POWER9 if -misel flag is

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 02:26:25 UTC 2021 Modified Files: src/sys/net: if_spppvar.h Log Message: Added missing locking order between sppp and IFNET_LOCK To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 02:23:25 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Stop and destroy timeout after sppp_detach and if_detach for safety The functions may use resources of pppoe(4) while detaching, so the release

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:18:04 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Fix regression introduced to GCC10, by which inline assembler codes for 403/405 are miscompiled. Redundant .machine

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 02:12:00 UTC 2021 Modified Files: src/sys/net: if_pppoe.c if_spppsubr.c Log Message: Remove unnecessaly lock holdings to avoid dead lock The locks were held while callout_halt() and workqueue_wait() without reason.

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 02:05:37 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix not to put the wrong error message To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/sys/net/if_spppsubr.c Please

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 01:59:50 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Stop ppp layer at first of destroying pppoe interface To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/net/if_pppoe.c

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 01:44:35 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Sort initialization sequence in pppoe_clone_create() out for refactoring It has no functionality impact To generate a diff of this commit:

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 01:32:04 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Use kmem_zalloc to allocate pppoe_softc To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/net/if_pppoe.c Please note

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 01:28:51 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Move initialization of sc_lock in pppoe_softc to first The lock may be held in callbacks for ppp layer or other components so that it should be

CVS commit: src/sys/net

2021-04-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 16 01:24:35 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: commonize error handling in pppoe_clone_create() To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/net/if_pppoe.c

CVS commit: src/distrib/sets/lists/base

2021-04-15 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 16 01:14:38 UTC 2021 Modified Files: src/distrib/sets/lists/base: mi Log Message: restore gcc-8 subdirs and mark as obsolete. oops. noted by pgoyette. To generate a diff of this commit: cvs rdiff -u -r1.1277 -r1.1278

CVS commit: src/sys/arch/m68k/m68k

2021-04-15 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 16 00:13:48 UTC 2021 Modified Files: src/sys/arch/m68k/m68k: pmap_motorola.c Log Message: check the result value of pmap_extract() and panic if it fails. this is a "should never fail" case, and GCC 10 noticed that it allows

CVS commit: src/usr.bin/make

2021-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 15 19:06:43 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: remove type name for the abort status in job handling To generate a diff of this commit: cvs rdiff -u -r1.426 -r1.427

CVS commit: src

2021-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 15 19:02:29 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: job-output-null.exp job-output-null.mk Log Message:

CVS commit: src/usr.bin/make

2021-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 15 18:36:17 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: rename PrintOutput to PrintFilteredOutput to avoid confusion In the default configuration, the function PrintOutput did nothing. Only if the

CVS commit: src/usr.bin/make

2021-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 15 18:21:27 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: document two previously unknown bugs in job mode To generate a diff of this commit: cvs rdiff -u -r1.424 -r1.425 src/usr.bin/make/job.c

CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 17:31:45 UTC 2021 Modified Files: src/sys/rump/kern/lib/libsolaris: Makefile Log Message: fix reversed comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/kern/lib/libsolaris/Makefile

CVS commit: src/sys/rump/fs/lib/libzfs

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 17:31:16 UTC 2021 Modified Files: src/sys/rump/fs/lib/libzfs: Makefile Log Message: fix reversed comment To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/fs/lib/libzfs/Makefile Please note

CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 17:28:09 UTC 2021 Modified Files: src/sys/rump/kern/lib/libsolaris: Makefile Log Message: - Define NEED_ISYSTEM here - include now that we can do it, because we need Makefile.rump to be included first, so that

CVS commit: src/sys/modules/zfs

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 17:26:22 UTC 2021 Modified Files: src/sys/modules/zfs: Makefile.zfsmod Log Message: - Don't define NEED_ISYSTEM. This is a rump thing and should be only exposed there. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/modules/solaris

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 17:26:07 UTC 2021 Modified Files: src/sys/modules/solaris: Makefile.solmod Log Message: - Don't include It should be done by the enclosing Makefile - Don't define NEED_ISYSTEM. This is a rump thing and should be

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

2021-04-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Apr 15 14:43:19 UTC 2021 Modified Files: src/sys/arch/hp300/dev: diofb.c topcat.c Log Message: Fix two problems on old topcat(4) framebuffers found on HP332/340. - Fix panic on monochrome framebuffers. They don't have

CVS commit: src/sys/dev/pci

2021-04-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 15 09:05:24 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: mtu for revision B0 and B1 is supported up to 16338 bytes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_aq.c

CVS commit: src/sys/dev/pci

2021-04-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 15 09:04:42 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: fixed the problem of instability when changing mtu in IFF_UP state To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/pci

2021-04-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 15 09:04:08 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: add support hardware tcp/udp rx checksum offloading To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/if_aq.c Please

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

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 08:23:24 UTC 2021 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: Fix fallout from alpha/interrupt.c rev 1.93: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/alpha/alpha/interrupt.c#rev1.93 by which

CVS commit: src/external/cddl/osnet/sys/sys

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 07:00:50 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: opentypes.h Log Message: avoid second typedef for boolean_t in kernel code originally defined in To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/sys/sys

2021-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 15 06:59:57 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: remove extra typedef for vnode_t done in To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18