CVS commit: src/lib/libc/stdlib

2018-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 23 21:21:27 UTC 2018 Modified Files: src/lib/libc/stdlib: merge.c Log Message: Simplify to avoid pointless null pointer arithmetic. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.bin/mkdep

2018-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 23 21:20:20 UTC 2018 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: deconst -> __UNCONST to avoid null pointer arithmetic To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/mkdep/mkdep.c

CVS commit: src/sys/external/bsd/acpica/dist/include

2018-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 23 21:16:57 UTC 2018 Modified Files: src/sys/external/bsd/acpica/dist/include: actypes.h Log Message: Replace null pointer arithmethic with direct cast To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/gpl2/gmake/dist/glob

2018-05-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed May 23 09:52:27 UTC 2018 Modified Files: src/external/gpl2/gmake/dist/glob: glob.c Log Message: gmake: __alloca and __stat are provided only when building with GLIBC. Fix a build failure on Ubuntu 18.04. To generate a diff

CVS commit: src/distrib/sets/lists/comp

2018-05-23 Thread Lars Reichardt
Module Name:src Committed By: para Date: Wed May 23 07:33:55 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: fix build obsolete HMAC from cat3 as it was renamed to openssl_HMAC To generate a diff of this commit: cvs rdiff -u -r1.2194 -r1.2195

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

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 07:34:40 UTC 2018 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x86/x86/fpu.c Please note that diffs are not public domain;

CVS commit: src/sys/arch

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 07:45:35 UTC 2018 Modified Files: src/sys/arch/amd64/conf: files.amd64 src/sys/arch/i386/conf: files.i386 src/sys/arch/x86/include: fpu.h src/sys/arch/x86/x86: fpu.c src/sys/arch/xen/conf:

CVS commit: src/sys/arch/aarch64/aarch64

2018-05-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed May 23 08:20:12 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/aarch64/aarch64_machdep.c Please

CVS commit: src/share/man/man7

2018-05-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 23 07:06:45 UTC 2018 Modified Files: src/share/man/man7: signal.7 Log Message: Add missing .El. Replace Ta outside its defined usage with No (no change to text output). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man7

2018-05-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 23 07:08:13 UTC 2018 Modified Files: src/share/man/man7: audio.7 Log Message: Mark up argument. Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/audio.7 Please note that diffs are

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

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 10:00:27 UTC 2018 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Clarify and extend the fix for the AMD FPU leaks. We were clearing the x87 state only on FXRSTOR, but the same problem exists on XRSTOR, so clear

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

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 07:24:38 UTC 2018 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h specialreg.h Log Message: Clean up the FPU headers. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2018-05-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 23 10:11:08 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixv.c Log Message: Add "bool txr_no_space" for TX descriptor shortage. Use it like IFF_OACTIVE. To generate a diff of this commit:

CVS commit: src/lib/libc/md

2018-05-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 23 06:08:01 UTC 2018 Modified Files: src/lib/libc/md: mdX.3 Log Message: Use .An in authors section. Remove empty section. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/md/mdX.3 Please note

CVS commit: src/sys/dev/pci

2018-05-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 24 04:29:25 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Marvell Yukon devices. To generate a diff of this commit: cvs rdiff -u -r1.1334 -r1.1335 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/net

2018-05-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 24 05:27:29 UTC 2018 Modified Files: src/sys/net: if.c Log Message: Print "NET_MPSAFE enabled" if it's enabled. To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424 src/sys/net/if.c Please note that diffs

CVS commit: src/usr.bin/make/unit-tests

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 24 00:25:44 UTC 2018 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: varquote.exp varquote.mk Log Message: unit test for $ underquoting in :Q modifier To

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

2018-05-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 23 13:18:09 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add new auxiliary functions in ATF ptrace(2) tests Introduce: - trigger_trap() - trigger_segv() - trigger_ill() - trigger_fpe()

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

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 10:21:43 UTC 2018 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Add a comment about recent AMD CPUs. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x86/x86/fpu.c Please note that

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2018-05-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 23 11:14:49 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Log Message: Cherry-pick upstream patch for internal_mmap() in GCC sanitizers Fix

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

2018-05-23 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Wed May 23 10:42:05 UTC 2018 Modified Files: src/sys/arch/arm/imx: imx6_ahcisata.c imx6_ccm.c imx6_ccmreg.h imx6_pcie.c imx6_usb.c imx6_usdhc.c Log Message: Modified CCM register defines. To generate a diff of this

CVS commit: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common

2018-05-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 23 11:16:13 UTC 2018 Modified Files: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Log Message: Cherry-pick upstream patch for internal_mmap() in GCC(.old) sanitizers Fix

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

2018-05-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 23 23:56:08 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Merge the eventmask[1-6] ATF ptrace(2) tests into a shared function body While there, rename the tests to: -

CVS commit: src/share/mk

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 24 02:06:31 UTC 2018 Modified Files: src/share/mk: bsd.sys.mk Log Message: Be more selective about remapping object directories otherwise we pick objdump and objcopy with the regex. XXX: pullup-8 To generate a diff

CVS commit: src/usr.bin/make

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 24 00:27:25 UTC 2018 Modified Files: src/usr.bin/make: var.c Log Message: Since ${MAKE} converts $$ -> $ during parsing we need to put it back to preserve the original variable value with :Q. XXX: pullup-8 To generate

CVS commit: src/crypto/external/bsd/openssh/dist

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 23 16:04:13 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c sshd.c Log Message: Increase strictness of blacklistd patches to include timeouts, operating system errors, and pam failures. To

CVS commit: src/external/bsd/blacklist/diff

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 23 16:03:07 UTC 2018 Modified Files: src/external/bsd/blacklist/diff: ssh.diff Log Message: refresh the diffs to the latest portable To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2018-05-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 23 13:51:28 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Extend traceme_vfork_breakpoint in ATF ptrace(2) tests for more scenarios traceme_vfork_breakpoint used to test SIGTRAP event.

CVS commit: src/sys/netinet

2018-05-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 23 18:40:30 UTC 2018 Modified Files: src/sys/netinet: tcp_subr.c Log Message: Add XXX. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/netinet/tcp_subr.c Please note that diffs are not public