CVS commit: src/sys/dev/ic

2020-12-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 25 20:41:24 UTC 2020 Modified Files: src/sys/dev/ic: sti.c Log Message: Handle WSSCREEN_REVERSE properly. Based on OpenBSD's sti(4). Also remove WSSCREEN_UNDERLINE from capabilities that is not handled by sti(4) ROM

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:01:22 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't use "more" flag for simplify in ixgbe_legacy_irq(). No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:02:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Check EICR's queue bit instead of IFF_RUNNING. This change fixes a bug that it might incorrectly enable interrupt when IFF_RUNNING is not

CVS commit: src/usr.bin/make

2020-12-25 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Dec 26 03:54:48 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: Use .MAKE.DEPENDFILE as makefiles set it To generate a diff of this commit: cvs rdiff -u -r1.502 -r1.503 src/usr.bin/make/main.c Please note that

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:17:55 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't return in the middle of ixgbe_msix_admin() when an flow director reinit failed. NetBSD currently doesn't support flow director, so

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:27:38 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Copy & paste some missing part (flow director, ECC and temp sensor) from ixgbe_msix_admin() to ixgbe_legacy_irq(). Now it's ready to make

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:07:16 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_type.h Log Message: Disable/enable the OTHER interrupts correctly. The OTHER interrupt was not blocked correctly when MSI-X is used.

CVS commit: src/sys/dev/wscons

2020-12-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 25 21:12:15 UTC 2020 Modified Files: src/sys/dev/wscons: wsdisplay.c Log Message: Use C99 designated initializers for struct consdev. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161

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

2020-12-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 26 00:16:16 UTC 2020 Modified Files: src/sys/arch/hp300/dev: dnkbd.c hil_intio.c Log Message: Fix a longstanding bug in hilkbd (and dnkbd) console attachment. cn_tab->cn_dev is initialized in wsdisplay_emul_attach()

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

2020-12-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 00:55:26 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S locore.S locore_el2.S Log Message: Always issue isb after cpacr_el1 writes since it is a context-changing operation. To generate a diff of

CVS commit: src/sys/dev/pci/ixgbe

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:10:17 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Disable some interrupt in ixgbe_{legacy_irq,msix_admin}() to prevent log spam. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/miscfs/specfs

2020-12-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 25 09:28:56 UTC 2020 Modified Files: src/sys/miscfs/specfs: spec_vnops.c Log Message: When reading from a block device, queue parallel block requests to fill a buffer with breadn. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2020-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 25 08:55:40 UTC 2020 Modified Files: src/sys/dev/ata: ata_wdc.c src/sys/dev/ic: ahcisata_core.c Log Message: Use designated initializers for struct ata_bustype To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/calendar/calendars

2020-12-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Dec 25 09:02:41 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.judaic Log Message: Update to 2021, hopefully less errors made in this year. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/ufs/ufs

2020-12-25 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Dec 25 10:00:40 UTC 2020 Modified Files: src/sys/ufs/ufs: ufs_quota1.c Log Message: Avoid potentially accessing an array with an index out of range. Reported-by: syzbot+8832f540234b996bc...@syzkaller.appspotmail.com

CVS commit: src/sys/dev/ic

2020-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 25 08:57:38 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatavar.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/ic/ahcisata_core.c cvs rdiff

CVS commit: src/sys/dev/ic

2020-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 25 12:33:03 UTC 2020 Modified Files: src/sys/dev/ic: mvsata.c siisata.c Log Message: Use designated initializers for struct ata_bustype To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/etc/rc.d

2020-12-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 25 13:42:02 UTC 2020 Modified Files: src/etc/rc.d: ntpdate Log Message: Adjust to "pool" usage in our standard ntp.conf, pointed out by Connor McLaughlan. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21