CVS commit: src/sys/dev/mii

2019-02-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 18 07:27:15 UTC 2019 Modified Files: src/sys/dev/mii: dmphy.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/mii/dmphy.c Please note that diffs are not

CVS commit: src/sys/arch/evbppc/obs405

2019-02-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 18 06:27:10 UTC 2019 Modified Files: src/sys/arch/evbppc/obs405: obs600_autoconf.c Log Message: Fix compile error reported by Kazuhiro Ito in PR kern/52704. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x86/x86

2019-02-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 18 05:41:20 UTC 2019 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: - Add wbnoinvd, virt_ssbd, tme, cldemote, movdiri, movdir64b and pconfig. - Move AMD 0x8008 ebx's ibpb, ibrs and stibp to

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

2019-02-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Feb 18 02:42:27 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_lcdc.c Log Message: Fix copy/paste issue that resulted in tcon0 ch0/ch1 crtc clk mixup. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch

2019-02-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Feb 18 01:12:25 UTC 2019 Modified Files: src/sys/arch/atari/atari: trap.c src/sys/arch/atari/conf: files.atari src/sys/arch/atari/include: cpu.h src/sys/arch/cesfic/cesfic: trap.c

CVS commit: src

2019-02-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 18 00:42:55 UTC 2019 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: Belatedly add debugging symbols for t_atomic_*. To

CVS commit: src/external/bsd/libnv/lib

2019-02-17 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Feb 17 23:54:08 UTC 2019 Modified Files: src/external/bsd/libnv/lib: Makefile Log Message: make libnv not LIBISPRIVATE when RUMPRUN=yes. include bsd.init.mk earlier to pick up MAKECONF for RUMPRUN. To generate a diff of this

CVS commit: src/sys/rump

2019-02-17 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Feb 17 23:50:53 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: npfctl needs externalbsd/libnv. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/rump/listsrcdirs Please note that diffs are

CVS commit: src/lib/librumphijack

2019-02-17 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Feb 17 23:35:50 UTC 2019 Modified Files: src/lib/librumphijack: hijack.c Log Message: Linux doesn't have paccept(). To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/lib/librumphijack/hijack.c Please note

CVS commit: src/lib/librumphijack

2019-02-17 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Feb 17 23:33:20 UTC 2019 Modified Files: src/lib/librumphijack: Makefile Log Message: compile hijack.c with -D_INCOMPLETE_XOPEN_C063 so that AT_FDCWD is alwasy defined for rumpkernels. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2019-02-17 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Feb 17 23:17:42 UTC 2019 Modified Files: src/sys/kern: subr_bufq.c Log Message: rename module_name to strategy_module_name to avoid fatal shadowing of module_name() when compiled with older external gcc. NFC To generate a diff

CVS commit: src/usr.sbin/ifwatchd

2019-02-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Feb 17 20:50:25 UTC 2019 Modified Files: src/usr.sbin/ifwatchd: ifwatchd.8 Log Message: ifwatchd(8): remove lingering references to dhclient(8). In this case, its replacement handles carrier detection itself. Addresses

CVS commit: src/usr.sbin/pf/etc/defaults

2019-02-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Feb 17 20:45:47 UTC 2019 Modified Files: src/usr.sbin/pf/etc/defaults: pf.boot.conf Log Message: pf.boot.conf: remove lingering references to dhclient(8), and while here, capitalize acronyms. Addresses part of PR

CVS commit: src/lib/libnvmm

2019-02-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 17 20:25:46 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Fix handling of SIB instructions. We were jumping to the SIB node _before_ fetching the displacement, so the node would always think there was

CVS commit: src/sys/modules/lfs

2019-02-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 14:04:31 UTC 2019 Modified Files: src/sys/modules/lfs: Makefile Log Message: For vax, GCC 6.5 and 7.4 cannot compile lfs_inode.c with -DDIAGNOSTIC and -O2/-O1. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/uvm

2019-02-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 13:46:03 UTC 2019 Modified Files: src/sys/uvm: uvm_coredump.c Log Message: VM_MAXUSER_ADDRESS can be undefined when compiling module/coredump; it varies between machines for evbppc (and possibly evbppc64). To generate a

CVS commit: src/sys/modules/exec_elf32

2019-02-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 13:21:55 UTC 2019 Modified Files: src/sys/modules/exec_elf32: Makefile Log Message: Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2019-02-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Feb 17 12:24:17 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/atomic: Makefile t_atomic_add.c

CVS commit: src/sys/dev/usb

2019-02-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 09:33:19 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_axenreg.h Log Message: Remove unused. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libc/sys

2019-02-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 17 09:29:35 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new ATF t_ptrace_wait* vfork(2) tests Add traceme_vfork_signalmasked_crash and traceme_vfork_signalignored_crash tests for