CVS commit: src/sys/dev/pci

2019-02-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 19 07:59:17 UTC 2019 Modified Files: src/sys/dev/pci: if_wmvar.h Log Message: Modify PHY tree in comment. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/if_wmvar.h Please note that

CVS commit: src/sys/dev/mii

2019-02-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 19 07:49:58 UTC 2019 Modified Files: src/sys/dev/mii: ihphy.c Log Message: Match 82580(I340) and I350. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/mii/ihphy.c Please note that diffs are

CVS commit: src/sys/kern

2019-02-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 19 06:55:28 UTC 2019 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Don't allow MNT_UNION on the root, there is no covered filesystem. Fixes PR 53850 To generate a diff of this commit: cvs rdiff -u -r1.524

CVS commit: src/sys/dev/mii

2019-02-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 19 05:47:08 UTC 2019 Modified Files: src/sys/dev/mii: makphy.c Log Message: - Match Intel I21[01]. These chips' model number is wrongly set to 0 (== 88E1000 with model number 0). It seems the PHY function is almost the

CVS commit: src/sys/dev/mii

2019-02-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 19 02:51:02 UTC 2019 Modified Files: src/sys/dev/mii: glxtphy.c Log Message: Fix duplicated LEVEL1_LXT1000_OLD entry. I suspect one of them is LEVEL1_LXT1000. To generate a diff of this commit: cvs rdiff -u -r1.26

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

2019-02-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 19 00:34:50 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: intr.c Log Message: convert 'extern long intrnames' to 'extern char intrnames[MAX_INAME_LENGTH]'. also, assert that MAX_INAME_LENGTH is not larger than

CVS commit: src/sys/external/bsd/drm2/dist/drm

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 19 00:30:16 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_ddi.c intel_display.c intel_sdvo.c src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_bo.c Log Message: revert the

CVS commit: src/sys/net

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 19 00:26:58 UTC 2019 Modified Files: src/sys/net: zlib.c Log Message: revert previous. we don't want to change upstream code. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/net/zlib.c Please

CVS commit: src/sys/external/bsd/drm2/dist/drm

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 23:23:41 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_ddi.c intel_display.c intel_sdvo.c src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_bo.c nouveau_usif.c Log

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 23:19:36 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk: nouveau_nvkm_subdev_clk_gt215.c Log Message: remove multiplication as condition complaint To generate a diff

CVS commit: src/sys/net

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 23:13:14 UTC 2019 Modified Files: src/sys/net: zlib.c Log Message: add fallthrough's To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/net/zlib.c Please note that diffs are not public domain;

CVS commit: src/lib/libc/gen

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 20:27:20 UTC 2019 Modified Files: src/lib/libc/gen: devname.c Log Message: appease string + int warning. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/devname.c Please note that

CVS commit: src/games/backgammon/common_source

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 19:35:44 UTC 2019 Modified Files: src/games/backgammon/common_source: check.c Log Message: add fallthrough To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/backgammon/common_source/check.c

CVS commit: src/external/mpl/bind/lib/libisc

2019-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 18 19:30:18 UTC 2019 Modified Files: src/external/mpl/bind/lib/libisc: Makefile Log Message: Avoid clang errors about atomics on arm To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2019-02-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 18 19:03:12 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Fix stupid mistake, I didn't reflect correctly the behavior of pmap_sync_pv in the EPT callback, 'optep' can be NULL. To generate a diff of

CVS commit: src/sys/dev/nvmm

2019-02-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 18 12:17:45 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Ah, finally found you. Fix scheduling bug in NVMM. When processing guest page faults,

CVS commit: src/common/lib/libc

2019-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 18 11:22:56 UTC 2019 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S src/common/lib/libc/atomic: atomic_init_testset.c Log Message: Add some atomic_cas_64_ni aliases To generate a diff of