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

2018-05-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue May 22 06:31:05 UTC 2018 Modified Files: src/sys/arch/x86/x86: spectre.c x86_machdep.c Log Message: Reorder and rename, to make the code less SpectreV2-specific. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

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

2018-05-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 21 22:04:27 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Workaround bogus GCC warning about an uninitialized variable To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/a

CVS commit: src/share/misc

2018-05-21 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Tue May 22 02:46:19 UTC 2018 Modified Files: src/share/misc: acronyms Log Message: Fix spelling To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/share/misc/acronyms Please note that diffs are not public dom

CVS commit: src

2018-05-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 22 01:35:49 UTC 2018 Modified Files: src/share/man/man7: audio.7 src/sys/dev: audio.c Log Message: Using audioctl without the -p switch defaults to the mix ring. This allows setting the hardware gain etc. Update the

CVS commit: src/share/man/man7

2018-05-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 22 02:31:57 UTC 2018 Modified Files: src/share/man/man7: signal.7 Log Message: Minor update to signal(7) Note that SIGCHLD is not just a child exit signal. Note that SIGIOT is PDP-11 specific signal. Sponsored by To ge

CVS commit: src/tests/kernel

2018-05-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 22 04:32:56 UTC 2018 Modified Files: src/tests/kernel: h_segv.c t_trapsignal.sh Log Message: Extend ATF tests in t_trapsignal.sh to verify software breakpoint traps There are at least four types of SIGTRAP events: - softw

CVS commit: src/lib/libc/sys

2018-05-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 22 05:39:45 UTC 2018 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Remove reference to itself. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/sigaction.2 Please note that diffs

CVS commit: src/lib/libc/sys

2018-05-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 22 03:07:50 UTC 2018 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Minor improvement in sigaction(2) Note that SIGCHLD covers process continued event. Sponsored by To generate a diff of this commit: cvs rd

CVS commit: src/share/misc

2018-05-21 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Tue May 22 02:54:32 UTC 2018 Modified Files: src/share/misc: acronyms Log Message: Add M&O, ROM, and SWOT To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/share/misc/acronyms Please note that diffs are not

CVS commit: src/doc

2018-05-21 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Mon May 21 14:48:55 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: Postfix 3.1.9/3.2.6/3.3.1 has released. To generate a diff of this commit: cvs rdiff -u -r1.1523 -r1.1524 src/doc/3RDPARTY Please note that diffs are not

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

2018-05-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 21 10:28:13 UTC 2018 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Replace stable_read/write debug printfs with event counters To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/a

CVS commit: src/sys/external/bsd/drm2/nouveau

2018-05-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 21 08:58:47 UTC 2018 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: disable drm2 on modern nouveau cards (Pascal-based). our older drm doesn't have any support for modern Pascal or the second v

CVS commit: src/tests/kernel

2018-05-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 21 08:49:03 UTC 2018 Modified Files: src/tests/kernel: h_segv.c t_trapsignal.sh Log Message: Add new ATF test: t_trapsignal:trap_ignore Test ignored trap with right exit code. This test passes. Sponsored by To generat