git: kernel: Remove some unused variables and a dead sysctl.

2020-07-15 Thread Sascha Wildner
commit 2885073decc20c58f846dcd4fe171619cd7c42f8 Author: Sascha Wildner Date: Wed Jul 15 20:41:16 2020 +0200 kernel: Remove some unused variables and a dead sysctl. Reported-by: mjg Summary of changes: sys/kern/sys_generic.c | 3 --- sys/sys/systm.h| 2 -- 2 files change

git: libc/asmcontext: Fix building with -fno-common.

2020-07-15 Thread Sascha Wildner
commit dadd01b6c5da8ff83652d6c3be89b16f373af69a Author: Sascha Wildner Date: Wed Jul 15 11:24:34 2020 +0200 libc/asmcontext: Fix building with -fno-common. asmcontext.h generation using genassym.sh isn't working properly with -fno-common, so for now just specify -fcommon at t

git: libc/asmcontext: Remove unneeded ASSYM()s.

2020-07-15 Thread Sascha Wildner
commit 7c47e3df7ea7245cae581c4798828b020ae4af9f Author: Sascha Wildner Date: Mon Jul 13 21:04:53 2020 +0200 libc/asmcontext: Remove unneeded ASSYM()s. Summary of changes: lib/libc/x86_64/sys/asmcontext.c | 10 -- 1 file changed, 10 deletions(-) http://gitweb.dragonflybsd.org/dr

git: tip(1): Fix building with -fno-common.

2020-07-15 Thread Sascha Wildner
commit 97edc4fd0ce1b4546c05cb23176a9660df9024b5 Author: Sascha Wildner Date: Wed Jul 15 11:23:19 2020 +0200 tip(1): Fix building with -fno-common. We do so by adding 'EXTERN' to all offending variables and then defining 'EXTERN' to 'extern' for all .c files, except for one (t

git: telnet(1)/telnetd(8): Fix building with -fno-common.

2020-07-15 Thread Sascha Wildner
commit 006ebf4f20d80be8792d8cb5a957c4a74eb173c1 Author: Sascha Wildner Date: Wed Jul 15 11:22:49 2020 +0200 telnet(1)/telnetd(8): Fix building with -fno-common. -fno-common will be default in future compilers (GCC 10, for example). Summary of changes: libexec/telnetd/authenc.c

git: mail(1): Fix building with -fno-common.

2020-07-15 Thread Sascha Wildner
commit cd22852b948ca82613819303fc4bdf08adba2aec Author: Sascha Wildner Date: Wed Jul 15 11:23:53 2020 +0200 mail(1): Fix building with -fno-common. Similar to how we "fixed" tip(1). -fno-common will be default in future compilers (GCC 10, for example). Summary of change

git: drm: restore pre-Linux 4.10 print functions

2020-07-15 Thread Francois Tigeot
commit ebc6bfa22c1d5f2616d941b689ac6932ea2cc752 Author: François Tigeot Date: Wed Jul 15 11:23:35 2020 +0200 drm: restore pre-Linux 4.10 print functions Newer versions tend to print garbage Summary of changes: sys/dev/drm/include/drm/drmP.h | 35 +--