CVS commit: src/sys/dev/ic

2020-02-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 10 07:48:02 UTC 2020 Modified Files: src/sys/dev/ic: elinkxl.c Log Message: Restore an register read for RX_FRAMES_OK which was removed in rev. 1.133. All statistics registers should be read to ACK the interrupt. Fixes

CVS commit: src/sys/rump/dev/lib/librnd

2020-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 07:13:06 UTC 2020 Modified Files: src/sys/rump/dev/lib/librnd: rnd_component.c Log Message: Omit duplicate rnd_init in rump. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src

2020-02-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Feb 10 05:53:12 UTC 2020 Modified Files: src/share/man/man4: aq.4 src/sys/dev/pci: if_aq.c Log Message: add support VLAN HW filter To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/aq.4 cvs

CVS commit: src/sys/dev/pci

2020-02-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Feb 10 05:07:28 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: fix descriptions of register map in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_aq.c Please note that

CVS commit: src/usr.bin/xlint

2020-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 10 04:54:01 UTC 2020 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/xlint: xlint.c Log Message: use asprintf(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/rump/librump/rumpkern

2020-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 03:23:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Initialize struct cpu_info::ci_cpuname (= ci_data.cpu_name) in rump. To generate a diff of this commit: cvs rdiff -u -r1.339

CVS commit: src/sys/kern

2020-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 22:57:39 UTC 2020 Modified Files: src/sys/kern: kern_threadpool.c Log Message: Switch from ad-hoc logging to dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/kern

2020-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 22:57:27 UTC 2020 Modified Files: src/sys/kern: kern_threadpool.c Log Message: Teach threadpool(9) to use percpu_create, mostly. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/net

2020-02-09 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Feb 9 21:15:04 UTC 2020 Modified Files: src/sys/net: rtsock_shared.c Log Message: route(4): dst addr could be in a different mbuf for RO_MISSFILTER While here, the correct assertation is RTAX_DST == 0. RTA_DST is just a flag.

CVS commit: src

2020-02-09 Thread Jared D. McNeill
the NetBSD source tree. @@ -142,3 +142,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: Collect network interface statistics using per-cpu counters that are collated when they are queried. [thorpej 20200201] realpath(1): Ported from FreeBSD. [kamil 20200202] + kernel: Remove azalia(4). [jmcneill 20200

CVS commit: src/usr.sbin/ypserv/makedbm

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 15:52:48 UTC 2020 Modified Files: src/usr.sbin/ypserv/makedbm: Makefile Log Message: usr.sbin/ypserv: Suppress -Werror=format-truncation= error. Add GCC_NO_FORMAT_TRUNCATION makedbm.c to prevent build failure. Error was

CVS commit: src/sys/dev/usb

2020-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 9 15:46:15 UTC 2020 Modified Files: src/sys/dev/usb: files.usb Log Message: Remove trace of uyurex. Pointed out by maxv, thanks! To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/usb/files.usb

CVS commit: src/sys/arch/arm/sunxi

2020-02-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 9 15:22:25 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_mixer.c Log Message: Improve compatibility with newer A64 DE2 DTB endpoint numbers. Should fix video output with new Linux 5.5rc DTBs on

CVS commit: src/usr.sbin/timed/timed

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 15:13:28 UTC 2020 Modified Files: src/usr.sbin/timed/timed: Makefile Log Message: usr.sbin/timed: Suppress -Werror=stringop-truncation error. Add GCC_NO_STRINGOP_TRUNCATION master.c to prevent build failure. Error was

CVS commit: src/usr.sbin/srtconfig

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 15:10:31 UTC 2020 Modified Files: src/usr.sbin/srtconfig: Makefile Log Message: usr.sbin/srtconfig: Suppress -Werror=stringop-truncation error. Add GCC_NO_STRINGOP_TRUNCATION to srtconfig.c to prevent build failure.

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2020-02-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sun Feb 9 13:02:25 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Revert previous two commits, will fix this another way. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2020-02-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sun Feb 9 12:53:19 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Don't autoload vesa on x86 at all as it conflicts with wsfb. To generate a diff of this commit:

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-radeon-kms

2020-02-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 9 12:28:28 UTC 2020 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-radeon-kms: Makefile Log Message: Do not define HAVE_DRI3_H To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src

2020-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 9 12:19:01 UTC 2020 Modified Files: src/lib/libnvmm: libnvmm.3 src/share/man/man4: nvmm.4 Log Message: Reference nvmmctl(8). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libnvmm/libnvmm.3

CVS commit: src/sys/arch/i386/stand/efiboot

2020-02-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 9 12:13:39 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot: efiboot.c Log Message: Do not clear the screen before exiting boot services as this may cause an undesired display mode switch. PR# 54615 To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2020-02-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sun Feb 9 11:40:14 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Try wsfb before vesa on x86. Modern video cards may not support VBE at all. To generate a diff

CVS commit: src/sys/kern

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:30:23 UTC 2020 Modified Files: src/sys/kern: subr_cpu.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_cpu.c Please note that diffs are not public

CVS commit: src/sys/arch/macppc/macppc

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:30:37 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: cpu.c Log Message: Traiing whitespace To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/macppc/macppc/cpu.c Please note that

CVS commit: src/sys/sys

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:29:50 UTC 2020 Modified Files: src/sys/sys: cpu.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/sys/cpu.h Please note that diffs are not public domain; they

CVS commit: src/libexec/ld.elf_so

2020-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 9 09:11:59 UTC 2020 Modified Files: src/libexec/ld.elf_so: Makefile Log Message: Specify NOLIBCSANITIZER for the ELF loader The sanitizer does not work reliably before finishing initialization of ld.elf_so. There is also

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

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 08:14:56 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: #if 0 / #endif -> a comment To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/aarch64/aarch64/cpu.c Please

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

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 08:10:26 UTC 2020 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: usr.bin/xlint: Fix -Werror=format-overflow= error. Replace sprintf(3) with snprintf(3). Error was reported when build.sh was run with

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

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 08:09:59 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Improve comments To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/aarch64/aarch64/locore.S Please note

CVS commit: src/external/gpl3/gcc/usr.bin

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 08:04:40 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile Log Message: external/gpl3/gcc: Suppress -Werror=format-overflow error. Add

CVS commit: src/external/mpl/dhcp/bin/server

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 07:59:44 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: external/mpl/dhcp: Suppress -Werror=format-overflow error. Add -Wno-error=format-overflow mdb6.c to prevent build failure. Error