CVS commit: src/sys/arch/mips/adm5120/dev

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 12 05:19:24 UTC 2019 Modified Files: src/sys/arch/mips/adm5120/dev: if_admsw.c Log Message: Fix a bug that the duplex of manual media setting may be wrong when the IFM_GMASK bit other than IFM_[FH]DX is set. To

CVS commit: src/sys/dev/pci

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 12 04:49:48 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Add some new C620 LPC devices. - Remove extra white spaces. To generate a diff of this commit: cvs rdiff -u -r1.1369 -r1.1370

CVS commit: src/sys/arch

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 12 04:46:48 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Add the following debug options: AI_DEBUG ATHN_DEBUG ATU_DEBUG AXEN_DEBUG BGE_DEBUG BNX_DEBUG

CVS commit: src/sys/dev/usb

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 12 03:32:06 UTC 2019 Modified Files: src/sys/dev/usb: if_urereg.h Log Message: Apply FreeBSD r346028 from ganbold@f.o: > Fix URE_WDT6_SET_MODE value in the register definition. > Both linux and u-boot sources for

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

2019-04-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 12 03:29:24 UTC 2019 Modified Files: src/sys/arch/m68k/m68k: copy.s Log Message: Fix an asm-comments-vs-preprocessor-line-continuations mistake in UFETCH_PROLOGUE and USTORE_PROLOGUE that caused a couple of important

CVS commit: src/sbin/tunefs

2019-04-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 12 01:14:37 UTC 2019 Modified Files: src/sbin/tunefs: tunefs.c Log Message: Add missing space in "quotas disabled" output from tunefs -N To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/lib/libterminfo

2019-04-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Apr 11 23:52:08 UTC 2019 Modified Files: src/lib/libterminfo: setupterm.c Log Message: fix typo in error message; database is spelled with one 'b' and three 'a's To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/distrib

2019-04-11 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Apr 11 23:50:01 UTC 2019 Modified Files: src/distrib/amd64/ramdisks/ramdisk-cgdroot: list src/distrib/i386/ramdisks/ramdisk-cgdroot: list Log Message: Add a symlink to /altroot/stand to help the kernel find modules.

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 23:23:53 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new tests in ATF t_prace_wait* New tests: - traceme_vfork_fork - traceme_vfork_vfork New tests assert that fork/vfork in

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 23:00:01 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new tests traceme_vfork_clone* in ATF t_ptrace_wait* Added tests: - traceme_vfork_clone - traceme_vfork_clone_vm -

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 20:20:54 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add clone_func() in t_ptrace_wait.h To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 19:25:31 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Validate that clone(2) is handled properly with more ptrace(2) ATF tests New tests: - clone[1-8] - clone_vm[1-8] -

CVS commit: src/share/man/man4

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 17:46:32 UTC 2019 Modified Files: src/share/man/man4: acpifan.4 Log Message: Fix CVS Id To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/acpifan.4 Please note that diffs are not public

CVS commit: src/sys

2019-04-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 11 17:43:45 UTC 2019 Modified Files: src/sys/kern: subr_asan.c src/sys/sys: systm.h Log Message: Add KASAN instrumentation for copyin/copyinstr/copyoutstr. No copyout for now, because mm.c needs whitelisting. To

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 14:47:06 UTC 2019 Modified Files: src/sys/arch/evbppc/mpc85xx: machdep.c Log Message: Fix incorrect CVS Id To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbppc/mpc85xx/machdep.c Please

CVS commit: src/usr.sbin/postinstall

2019-04-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 11 14:45:58 UTC 2019 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Do not test contents of non-existing Xresource file (if X11 sets have not been installed) To generate a diff of this commit: cvs

CVS commit: src/sys

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 14:38:06 UTC 2019 Modified Files: src/sys/arch/arm/at91: at91pmc.c src/sys/arch/arm/mpcore: mpcore_a2x_space.c src/sys/arch/evbppc/virtex/dev: cdmacreg.h temacvar.h src/sys/arch/ia64/include:

CVS commit: src/sys

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 11:40:58 UTC 2019 Modified Files: src/sys/arch/mips/cavium/dev: octeon_pow.c octeon_uartreg.h src/sys/dev/iscsi: iscsi_main.c src/sys/net80211: ieee80211_ioctl.c Log Message: Fix CVS Id NFCI To

CVS commit: src/sys/arch/hpcsh/dev/hd64461

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 11:26:13 UTC 2019 Modified Files: src/sys/arch/hpcsh/dev/hd64461: hd64461videoreg.h Log Message: Fix a typo in a comment NFCI To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/ic

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 11:25:33 UTC 2019 Modified Files: src/sys/dev/ic: mc6854reg.h Log Message: Fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/mc6854reg.h Please note that diffs are not

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

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 11:23:52 UTC 2019 Modified Files: src/sys/arch/riscv/include: locore.h Log Message: Fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/include/locore.h Please note

CVS commit: src/sys/sys

2019-04-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Apr 11 11:20:46 UTC 2019 Modified Files: src/sys/sys: kcov.h Log Message: Rely on volatile operations in KCOV data types Extra atomicity isn't needed and makes maintenance burden between CPUs. Fixes build issue on

CVS commit: src/share/examples/npf

2019-04-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Apr 11 10:17:21 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: s/ifnets/ifaddrs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/examples/npf/soho_gw-npf.conf Please

CVS commit: src/external/mit/xorg/lib/libGL

2019-04-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Apr 11 10:15:53 UTC 2019 Modified Files: src/external/mit/xorg/lib/libGL: Makefile Log Message: the drivers we dlopen need pthread. I'm not sure about the exact scenario causing failure, but using the libc pthread stubs isn't

CVS commit: src/share/examples/npf

2019-04-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Apr 11 09:59:24 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: Revert previous & just use the inets function to handle both address families. Heads up by To generate a diff of this commit:

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

2019-04-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 11 09:18:55 UTC 2019 Modified Files: src/sys/arch/mips/include: cache_octeon.h Log Message: Fix tyop. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/include/cache_octeon.h Please note

CVS commit: src/sys/dev/usb

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 09:16:57 UTC 2019 Modified Files: src/sys/dev/usb: if_aue.c Log Message: Fix a bug that the duplex of manual media setting may be wrong when the IFM_GMASK bit other than IFM_[FH]DX is set. To generate a diff of

CVS commit: src/sys/dev/mii

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 09:14:07 UTC 2019 Modified Files: src/sys/dev/mii: brgphyreg.h ciphy.c mii.h miivar.h rgephy.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/mii

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 09:00:34 UTC 2019 Modified Files: src/sys/dev/mii: atphy.c Log Message: Simplify. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/mii/atphy.c Please note that diffs

CVS commit: src/sys

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 08:50:59 UTC 2019 Modified Files: src/sys/arch/arm/imx: if_enet.c src/sys/arch/mips/adm5120/dev: if_admsw.c src/sys/dev/pci: if_bge.c if_bnx.c if_et.c if_lii.c if_msk.c if_nfe.c if_sk.c

CVS commit: src/sys/dev/mii

2019-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 08:50:20 UTC 2019 Modified Files: src/sys/dev/mii: brgphy.c ciphy.c rgephy.c Log Message: Fix a bug that the duplex of manual media setting may be wrong when the IFM_GMASK bit other than IFM_[FH]DX is set. Same as a

CVS commit: src/distrib/sets

2019-04-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Thu Apr 11 08:34:19 UTC 2019 Modified Files: src/distrib/sets: regpkg Log Message: Fix "build.sh syspkgs" error when creating base-util-root package To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/librefuse

2019-04-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 11 06:18:43 UTC 2019 Modified Files: src/lib/librefuse: refuse.3 Log Message: Avoid marking up semicolons. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/librefuse/refuse.3 Please note that diffs