git: Revert "terminfo: Add xterm-termite to Makefile.entries"

2018-01-22 Thread Markus Pfeiffer
commit 75cde5bed6527d92fefbb9ab946f731d9835abd0 Author: Markus Pfeiffer Date: Mon Jan 22 20:27:13 2018 + Revert "terminfo: Add xterm-termite to Makefile.entries" This reverts commit 5f4713d27c03fbf254d1d7e9939f9864261337b6. Summary of changes: share/terminfo/Makefile.entries

git: gnu/sbin: Raise WARNS generally to 1 via Makefile.inc.

2018-01-22 Thread Sascha Wildner
commit d448d07d82c64e63883ca7a9f6be6082ddbbc633 Author: Sascha Wildner Date: Mon Jan 22 18:47:48 2018 +0100 gnu/sbin: Raise WARNS generally to 1 via Makefile.inc. Summary of changes: gnu/sbin/Makefile.inc | 2 +- gnu/sbin/dmsetup/Makefile | 2 -- gnu/sbin/lvm/Makefile | 2 -- 3 f

git: gcc50/libgcov: Fix whitespace in Makefile.

2018-01-22 Thread Sascha Wildner
commit 86dac0d2115a05f960788828ff94ed924e5a528b Author: Sascha Wildner Date: Mon Jan 22 17:50:40 2018 +0100 gcc50/libgcov: Fix whitespace in Makefile. Summary of changes: gnu/lib/gcc50/libgcov/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/

git: Revert "kernel: Disable attributes that take no effect."

2018-01-22 Thread Rimvydas Jasinskas
commit d3d27d23fd64ca78bb9bcfcaac9f8c20b18d1330 Author: zrj Date: Mon Jan 22 18:23:09 2018 +0200 Revert "kernel: Disable attributes that take no effect." This reverts commit 191430ddf0486f992e75ff14effbb5a69e1da2bd. Needs more checking. Summary of changes: sys/bus/u4b/u

git: sbin/mount_autofs: Add description

2018-01-22 Thread Tomohiro Kusumi
commit 192d378b81e754e3e605c81fa7336c668b1f7023 Author: Tomohiro Kusumi Date: Mon Jan 22 17:29:46 2018 +0200 sbin/mount_autofs: Add description TL;DR users won't be running this command to mount autofs. Having autofs_enable=YES won't run this command either. There is

git: Fix some -Wunused-const-variable warnings and a -Wmisleading-indentation.

2018-01-22 Thread Sascha Wildner
commit bde0ea861281d675f1fff670753d17ef99efe904 Author: Sascha Wildner Date: Mon Jan 22 13:59:27 2018 +0100 Fix some -Wunused-const-variable warnings and a -Wmisleading-indentation. Summary of changes: bin/sh/expand.c| 2 +- bin/sh/main.c

git: dconschat(8): Put the fflush() under 'verbose' too.

2018-01-22 Thread Sascha Wildner
commit 46ec0f38e0c4d76b1dac19910787c15eb5d9182f Author: Sascha Wildner Date: Mon Jan 22 13:44:12 2018 +0100 dconschat(8): Put the fflush() under 'verbose' too. Summary of changes: usr.sbin/dconschat/dconschat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) http://gitweb.dra

git: dconschat(8): Fix -Wmisleading-indentation.

2018-01-22 Thread Sascha Wildner
commit 1310e0bb698f80da810f24594b231a2ff0ead9a0 Author: Sascha Wildner Date: Mon Jan 22 13:37:19 2018 +0100 dconschat(8): Fix -Wmisleading-indentation. Summary of changes: usr.sbin/dconschat/dconschat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.o

git: Fix one last -Wnonnull-compare in m4(1).

2018-01-22 Thread Sascha Wildner
commit d1a6d3e4858018aae1a8e1fcd05303ea3e1df819 Author: Sascha Wildner Date: Mon Jan 22 13:31:51 2018 +0100 Fix one last -Wnonnull-compare in m4(1). Summary of changes: usr.bin/m4/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git

git: Fix gcc80 -Wnonnull-compare.

2018-01-22 Thread Sascha Wildner
commit 6329e2f68af73662a1960240675e796ab586bcb1 Author: Sascha Wildner Date: Mon Jan 22 13:26:58 2018 +0100 Fix gcc80 -Wnonnull-compare. For arguments that are checked against NULL in the function, we don't want a nonnull attribute, because that will cause the NULL check to be