CVS commit: src/usr.sbin/mmcformat

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:53:41 UTC 2019 Modified Files: src/usr.sbin/mmcformat: mmcformat.c Log Message: - don't make -h/-H get around the argument check by setting 'inquiry' in the fallthru case, but instead explicitly check for

CVS commit: src/external/bsd/atf/lib/tools

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:40:54 UTC 2019 Modified Files: src/external/bsd/atf/lib/tools: Makefile Log Message: with GCC 7, apply -Wno-error=maybe-uninitialized to parser.cpp. i don't really understand how to remove this warning, someone else

CVS commit: src/external/bsd/atf/lib/tools

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:40:54 UTC 2019 Modified Files: src/external/bsd/atf/lib/tools: Makefile Log Message: with GCC 7, apply -Wno-error=maybe-uninitialized to parser.cpp. i don't really understand how to remove this warning, someone else

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

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:35:11 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_wait.c Log Message: - add __unreachable() after ATF_REQUIRE(pid > 0) where pid <= 0. - rearrange one switch so that the -1/0/default cases are the same order

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

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:35:11 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_wait.c Log Message: - add __unreachable() after ATF_REQUIRE(pid > 0) where pid <= 0. - rearrange one switch so that the -1/0/default cases are the same order

CVS commit: src/sbin/raidctl

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:31:22 UTC 2019 Modified Files: src/sbin/raidctl: raidctl.c Log Message: - add the string length as an explicit parameter to get_time_string() - remove casts when the same type is used on both sides - expand

CVS commit: src/sbin/raidctl

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:31:22 UTC 2019 Modified Files: src/sbin/raidctl: raidctl.c Log Message: - add the string length as an explicit parameter to get_time_string() - remove casts when the same type is used on both sides - expand

Re: CVS commit: src/tests/lib/libc/misc

2019-02-04 Thread Robert Elz
Date:Mon, 4 Feb 2019 05:02:46 +0100 From:Kamil Rytarowski Message-ID: <2eadaf71-d7d7-c285-bdec-78ddcd3a5...@gmx.com> | If GCC is fine with it, we could try raise(!!(a * b) ? SIGSEGV : SIGBUS);= That's a kind of odd way of saying (a * b) != 0 ? ... kre

CVS commit: src/sys

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:36:43 UTC 2019 Modified Files: src/sys/external/isc/atheros_hal/conf: files.ath_hal src/sys/modules/ath_hal: Makefile Log Message: apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c. To

CVS commit: src/sys

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:36:43 UTC 2019 Modified Files: src/sys/external/isc/atheros_hal/conf: files.ath_hal src/sys/modules/ath_hal: Makefile Log Message: apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c. To

CVS commit: src/sys/crypto

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:23:53 UTC 2019 Modified Files: src/sys/crypto/blowfish: bf_locl.h src/sys/crypto/des: des_locl.h Log Message: add fallthru comments. i considered patching makefiles to ignore these problems, but this code is

CVS commit: src/sys/crypto

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:23:53 UTC 2019 Modified Files: src/sys/crypto/blowfish: bf_locl.h src/sys/crypto/des: des_locl.h Log Message: add fallthru comments. i considered patching makefiles to ignore these problems, but this code is

CVS commit: src

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:21:12 UTC 2019 Modified Files: src/lib/libintl: gettext.c src/sbin/iscsid: iscsid_main.c src/usr.sbin/npf/npfd: npfd_log.c Log Message: check for snprintf() truncation and fail sanely if so, rather than

CVS commit: src

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:21:12 UTC 2019 Modified Files: src/lib/libintl: gettext.c src/sbin/iscsid: iscsid_main.c src/usr.sbin/npf/npfd: npfd_log.c Log Message: check for snprintf() truncation and fail sanely if so, rather than

CVS commit: src/sys

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:18:08 UTC 2019 Modified Files: src/sys/external/bsd/drm2/i915drm: files.i915drmkms src/sys/external/bsd/drm2/nouveau: files.nouveau src/sys/external/bsd/drm2/radeon: files.radeon

CVS commit: src/sys

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:18:08 UTC 2019 Modified Files: src/sys/external/bsd/drm2/i915drm: files.i915drmkms src/sys/external/bsd/drm2/nouveau: files.nouveau src/sys/external/bsd/drm2/radeon: files.radeon

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:15:51 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: ira-color.c needs -Wno-error=int-in-bool-context for now. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:15:51 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: ira-color.c needs -Wno-error=int-in-bool-context for now. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/usr.bin/stat

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:07:33 UTC 2019 Modified Files: src/usr.bin/stat: stat.c Log Message: avoid a potential buffer truncation. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/stat/stat.c Please note that diffs

CVS commit: src/usr.bin/stat

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:07:33 UTC 2019 Modified Files: src/usr.bin/stat: stat.c Log Message: avoid a potential buffer truncation. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/stat/stat.c Please note that diffs

CVS commit: src/sys/kern

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:00:27 UTC 2019 Modified Files: src/sys/kern: subr_thmap.c Log Message: pass a pointer to atomic_cas_ptr_p(), not an (equiv) integer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/kern

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:00:27 UTC 2019 Modified Files: src/sys/kern: subr_thmap.c Log Message: pass a pointer to atomic_cas_ptr_p(), not an (equiv) integer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

<    1   2