svn commit: r359434 - in head/usr.sbin/cron: cron crontab lib

2020-03-29 Thread Kyle Evans
Author: kevans Date: Mon Mar 30 03:26:52 2020 New Revision: 359434 URL: https://svnweb.freebsd.org/changeset/base/359434 Log: cron: respect PATH from login.conf As a followup to the use of login.conf environment vars (other than PATH) in cron, this patch adds PATH (and HOME) to the list o

Re: svn commit: r359419 - head/usr.bin/ncal

2020-03-29 Thread Rodney W. Grimes
> On Sunday, 29 March 2020 at 4:03:09 -0700, Rodney W. Grimes wrote: > >> Author: grog > >> Date: Sun Mar 29 04:18:27 2020 > >> New Revision: 359419 > >> URL: https://svnweb.freebsd.org/changeset/base/359419 > >> > >> Log: > >> Remove spurious transition from Julian to Gregorian for country > >>

Re: svn commit: r359419 - head/usr.bin/ncal

2020-03-29 Thread Rodney W. Grimes
-- Start of PGP signed section. > On Sunday, 29 March 2020 at 18:29:40 -0700, Rodney W. Grimes wrote: > >> On Sunday, 29 March 2020 at 4:03:09 -0700, Rodney W. Grimes wrote: > Author: grog > Date: Sun Mar 29 04:18:27 2020 > New Revision: 359419 > URL: https://svnweb.freebsd.org

Re: svn commit: r359426 - head/usr.bin/kyua

2020-03-29 Thread Rodney W. Grimes
> Author: brooks > Date: Sun Mar 29 19:48:28 2020 > New Revision: 359426 > URL: https://svnweb.freebsd.org/changeset/base/359426 > > Log: > Fix build with src on a noexec filesystem. > > ${SH} expands to nothing on src builds so this worked by accident. Use > a bare "sh" instead. Correc

Re: svn commit: r359419 - head/usr.bin/ncal

2020-03-29 Thread Greg 'groggy' Lehey
On Sunday, 29 March 2020 at 18:29:40 -0700, Rodney W. Grimes wrote: >> On Sunday, 29 March 2020 at 4:03:09 -0700, Rodney W. Grimes wrote: Author: grog Date: Sun Mar 29 04:18:27 2020 New Revision: 359419 URL: https://svnweb.freebsd.org/changeset/base/359419 Log:

svn commit: r359433 - head/contrib/bmake

2020-03-29 Thread Kyle Evans
Author: kevans Date: Mon Mar 30 00:06:56 2020 New Revision: 359433 URL: https://svnweb.freebsd.org/changeset/base/359433 Log: bmake: fix -fno-common build debug was declared extern, but debug_file was not; correct this and define debug_file in main.c (as debug is) to fix the -fno-common b

svn commit: r359432 - head/gnu/usr.bin/gdb

2020-03-29 Thread Kyle Evans
Author: kevans Date: Sun Mar 29 23:59:14 2020 New Revision: 359432 URL: https://svnweb.freebsd.org/changeset/base/359432 Log: gdb: compile with -fcommon explicitly As described in the comment, gdb relies on some of the linker magic that happens with -fcommon. I suspect the life expectancy

svn commit: r359429 - head/sys/dev/evdev

2020-03-29 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 29 23:01:36 2020 New Revision: 359429 URL: https://svnweb.freebsd.org/changeset/base/359429 Log: evdev: return error rather than zero-length data on blocked read() if blocked process has been woken up by evdev device destruction. MFC after:2 weeks Modifi

svn commit: r359428 - head/sys/dev/evdev

2020-03-29 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 29 23:00:33 2020 New Revision: 359428 URL: https://svnweb.freebsd.org/changeset/base/359428 Log: evdev: Add COMPAT_FREEBSD32 support for amd64 arch Incompatibility between i386 and amd64 evdev ABIs was caused by presence of 'struct timeval' in evdev protocol. Re

Re: svn commit: r359419 - head/usr.bin/ncal

2020-03-29 Thread Greg 'groggy' Lehey
On Sunday, 29 March 2020 at 4:03:09 -0700, Rodney W. Grimes wrote: >> Author: grog >> Date: Sun Mar 29 04:18:27 2020 >> New Revision: 359419 >> URL: https://svnweb.freebsd.org/changeset/base/359419 >> >> Log: >> Remove spurious transition from Julian to Gregorian for country >> "Latin". >> >>

svn commit: r359427 - in head/sbin: fsck_ffs fsdb

2020-03-29 Thread Kyle Evans
Author: kevans Date: Sun Mar 29 20:03:46 2020 New Revision: 359427 URL: https://svnweb.freebsd.org/changeset/base/359427 Log: fsck_ffs/fsdb: fix -fno-common build This one is also a small list: - 3x duplicate definition (ufs2_zino, returntosingle, nflag) - 5x 'needs extern', 3/5 of w

svn commit: r359426 - head/usr.bin/kyua

2020-03-29 Thread Brooks Davis
Author: brooks Date: Sun Mar 29 19:48:28 2020 New Revision: 359426 URL: https://svnweb.freebsd.org/changeset/base/359426 Log: Fix build with src on a noexec filesystem. ${SH} expands to nothing on src builds so this worked by accident. Use a bare "sh" instead. PR: 245086

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-29 Thread Brooks Davis
On Sat, Mar 28, 2020 at 07:42:04PM -0700, Enji Cooper wrote: > > > On Mar 28, 2020, at 7:37 PM, Enji Cooper wrote: > > > >> > >> On Mar 27, 2020, at 8:22 PM, Brooks Davis >> > wrote: > >> > >> On Sat, Mar 28, 2020 at 01:08:20AM +, Enji Cooper wrote: > >>> Author

svn commit: r359425 - head/usr.bin/locate/locate

2020-03-29 Thread Kyle Evans
Author: kevans Date: Sun Mar 29 19:16:14 2020 New Revision: 359425 URL: https://svnweb.freebsd.org/changeset/base/359425 Log: locate: fix -fno-common build Just a single variable declaration to extern and define elsewhere here, myctype. -fno-common will become a default in GCC10/LLVM

svn commit: r359424 - head/crypto/openssh

2020-03-29 Thread Kyle Evans
Author: kevans Date: Sun Mar 29 19:14:27 2020 New Revision: 359424 URL: https://svnweb.freebsd.org/changeset/base/359424 Log: openssh: -fno-common fix from upstream f47d72ddad This is currently staged in vendor/ as part of the 8.0p1 import, which isn't quite ready to land. Given that this

svn commit: r359423 - head/sys/arm/include

2020-03-29 Thread Ian Lepore
Author: ian Date: Sun Mar 29 17:30:08 2020 New Revision: 359423 URL: https://svnweb.freebsd.org/changeset/base/359423 Log: Add a missing suffix that was causing a whole word to get loaded instead of the proper 8 or 16 bits when the macro was expanded for those sizes. Fixes a hang in the a

svn commit: r359422 - head/share/man/man4

2020-03-29 Thread Michael Tuexen
Author: tuexen Date: Sun Mar 29 15:43:00 2020 New Revision: 359422 URL: https://svnweb.freebsd.org/changeset/base/359422 Log: Be a bit more precisly in the description of the sysctl variable net.inet.tcp.pmtud_blackhole_detection. Also remove three entries, which are not sysctl variables but

Re: svn commit: r359419 - head/usr.bin/ncal

2020-03-29 Thread Rodney W. Grimes
> Author: grog > Date: Sun Mar 29 04:18:27 2020 > New Revision: 359419 > URL: https://svnweb.freebsd.org/changeset/base/359419 > > Log: > Remove spurious transition from Julian to Gregorian for country > "Latin". > > Arguably the entire -p option should be removed. It shows only a few >