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

2020-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Feb 6 06:28:49 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Ensure we don't call workqueue_enqueue() if the pluggable optics handler is already pending. To generate a diff of this commit: cv

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

2020-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 6 02:17:24 UTC 2020 Modified Files: src/sys/arch/macppc/dev: lmu.c Log Message: listen to PMF events in order to turn off keyboard lights when the lid is closed or the screen is blanked To generate a diff of this comm

CVS commit: src/sys/arch/evbarm/conf

2020-02-05 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 6 01:37:46 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC GENERIC64 Log Message: add MIDI sequencer device. now midiplay works on usb midi devices. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/usr.bin/make

2020-02-05 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Feb 6 01:13:19 UTC 2020 Modified Files: src/usr.bin/make: Makefile job.c meta.c Log Message: Fix meta_compat mode. We need to call meta_job_output() from meta_compat_parent() Also, the need for extra fds for meta mode only appl

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

2020-02-05 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Thu Feb 6 00:32:07 UTC 2020 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c Log Message: Match new dtb. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/amlogic/meson_dwmac.c Please note that d

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

2020-02-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 5 23:43:18 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Refactor signal9 and signal10 tests in t_ptrace_wait* Remove signal9 and signal10. Reimplement the idea of these test in new trace_t

CVS commit: src/games/battlestar

2020-02-05 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 5 20:11:54 UTC 2020 Modified Files: src/games/battlestar: parse.c Log Message: games/battlestar: Fix the -Werror=restrict warning. Replace strcpy(1) with the safer snprintf(3) which guarantees NULL termination of strings.

CVS commit: src/bin/csh

2020-02-05 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 5 20:06:17 UTC 2020 Modified Files: src/bin/csh: sem.c Log Message: bin/csh: Fix the -Wclobber warning. Mark the variable as volatile as it can be clobbered when a vfork occurs. Error was reported when build.sh was run wit

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

2020-02-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 5 17:13:24 UTC 2020 Modified Files: src/tests/lib/libc/c063: t_o_search.c Log Message: PR misc/54940: do not combine O_SEARCH with O_RDWR, from Kyle Evans. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src

CVS commit: src/bin/sh

2020-02-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Feb 5 14:56:26 UTC 2020 Modified Files: src/bin/sh: options.c Log Message: Oops, the previous didn't do what was promised. Rather that ignoring just "--" for exec & "." it ignored any first arg starting '-'. Do it properly. T

CVS commit: src/lib/libpthread

2020-02-05 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Wed Feb 5 14:56:04 UTC 2020 Modified Files: src/lib/libpthread: pthread.c Log Message: Remove trailing whiteapaces and tab To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/lib/libpthread/pthread.c Please note

CVS commit: src/sys/modules/examples

2020-02-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Feb 5 14:10:47 UTC 2020 Modified Files: src/sys/modules/examples/ping: ping.c src/sys/modules/examples/ping_block: ping.c Log Message: Use ENOTTY as error for an unrecognized ioctl() code, rather than "magic number"

CVS commit: src/sys/modules/examples

2020-02-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 5 13:23:42 UTC 2020 Modified Files: src/sys/modules/examples: Makefile README Added Files: src/sys/modules/examples/ping_block: Makefile cmd_ping.c ping.c ping.h Log Message: Import new example kernel module ping_b

CVS commit: src/sys/arch/newsmips/apbus

2020-02-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 5 13:08:19 UTC 2020 Modified Files: src/sys/arch/newsmips/apbus: if_sn.c Log Message: Fix if_stats access. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/newsmips/apbus/if_sn.c Please note t

CVS commit: src/lib/libpthread

2020-02-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 5 11:05:10 UTC 2020 Modified Files: src/lib/libpthread: pthread_int.h pthread_rwlock.c pthread_spin.c Log Message: Retire ifdef ERRORCHECK in pthread(3) It is enabled unconditionally since 2003 and used only for rwlocks a

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

2020-02-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 5 10:07:47 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Modify note in ixv_update_stats(). VF doesn't count errors by hardware. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src

CVS commit: src/sys/kern

2020-02-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 5 09:59:51 UTC 2020 Modified Files: src/sys/kern: kern_ktrace.c Log Message: No functional change: - s/vaule/value/ in comment. - whitespace fixes. - KNF. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1

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

2020-02-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 5 09:47:16 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_vf.c ixgbe_x550.c Log Message: No functional change: - Fix typos. - Remove extra newline. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.2

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

2020-02-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 5 08:52:46 UTC 2020 Modified Files: src/tests/lib/libc/c063: t_o_search.c Log Message: PR misc/54939: fix file descriptor leak, patch from Kyle Evans. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/test

CVS commit: src/sys/arch/mac68k/nubus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:56 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please

CVS commit: src/sys/arch/mac68k/nubus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:34 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please note that dif

CVS commit: src/sys/dev/marvell

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:34:48 UTC 2020 Modified Files: src/sys/dev/marvell: if_gfe.c if_mvxpe.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/marvell/if_gfe.c cvs rdiff -u -r1.32 -r1.33 src/s

CVS commit: src/sys/dev/qbus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:35:10 UTC 2020 Modified Files: src/sys/dev/qbus: if_dmc.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/qbus/if_dmc.c Please note that diffs are not public domain; th

CVS commit: src/sys/arch/acorn32/podulebus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:33:19 UTC 2020 Modified Files: src/sys/arch/acorn32/podulebus: if_ie.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/acorn32/podulebus/if_ie.c Please note that diffs

CVS commit: src/sys/arch/acorn32/podulebus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:22:23 UTC 2020 Modified Files: src/sys/arch/acorn32/podulebus: if_ie.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/acorn32/podulebus/if_ie.c Please note that diffs

CVS commit: src/lib/libc/sys

2020-02-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 5 08:14:36 UTC 2020 Modified Files: src/lib/libc/sys: mkdir.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/mkdir.2 Please note that diffs are not