svn commit: r361660 - head/sys/modules/hyperv/hvsock

2020-05-30 Thread Li-Wen Hsu
Author: lwhsu Date: Sun May 31 05:02:15 2020 New Revision: 361660 URL: https://svnweb.freebsd.org/changeset/base/361660 Log: Fix directly building in sys/modules Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/hyperv/hvsock/Makefile Modified:

svn commit: r361658 - head/sys/rpc

2020-05-30 Thread Rick Macklem
Author: rmacklem Date: Sun May 31 01:12:52 2020 New Revision: 361658 URL: https://svnweb.freebsd.org/changeset/base/361658 Log: Add the .h file that describes the operations for the rpctls_syscall. This .h file will be used by the nfs-over-tls daemons to do the system call that was added

Re: svn commit: r361657 - head/sys/sys

2020-05-30 Thread Ed Maste
On Sat, 30 May 2020 at 19:39, Konstantin Belousov wrote: > > > It looks like GNU ld has done it since 2015 in fact. Further, glibc > > will refuse to dlopen() an object with DF_1_PIE set, as of last June; > > this seems like it would be a reasonable thing for us to do too. > > > > glibc bug for

Re: svn commit: r361657 - head/sys/sys

2020-05-30 Thread Konstantin Belousov
On Sat, May 30, 2020 at 07:28:55PM -0400, Ed Maste wrote: > On Sat, 30 May 2020 at 16:17, Ed Maste wrote: > > > > On Sat, 30 May 2020 at 16:14, Konstantin Belousov > > wrote: > > > > > > On Sat, May 30, 2020 at 07:57:27PM +, Ed Maste wrote: > > > > Author: emaste > > > > Date: Sat May 30

Re: svn commit: r361657 - head/sys/sys

2020-05-30 Thread Ed Maste
On Sat, 30 May 2020 at 16:17, Ed Maste wrote: > > On Sat, 30 May 2020 at 16:14, Konstantin Belousov wrote: > > > > On Sat, May 30, 2020 at 07:57:27PM +, Ed Maste wrote: > > > Author: emaste > > > Date: Sat May 30 19:57:26 2020 > > > New Revision: 361657 > > > URL:

Re: svn commit: r361657 - head/sys/sys

2020-05-30 Thread Ed Maste
On Sat, 30 May 2020 at 16:14, Konstantin Belousov wrote: > > On Sat, May 30, 2020 at 07:57:27PM +, Ed Maste wrote: > > Author: emaste > > Date: Sat May 30 19:57:26 2020 > > New Revision: 361657 > > URL: https://svnweb.freebsd.org/changeset/base/361657 > > > > Log: > > elf_common.h: define

Re: svn commit: r361657 - head/sys/sys

2020-05-30 Thread Konstantin Belousov
On Sat, May 30, 2020 at 07:57:27PM +, Ed Maste wrote: > Author: emaste > Date: Sat May 30 19:57:26 2020 > New Revision: 361657 > URL: https://svnweb.freebsd.org/changeset/base/361657 > > Log: > elf_common.h: define DF_1_PIE > > DF_1_PIE indicates that the object is a

svn commit: r361657 - head/sys/sys

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 19:57:26 2020 New Revision: 361657 URL: https://svnweb.freebsd.org/changeset/base/361657 Log: elf_common.h: define DF_1_PIE DF_1_PIE indicates that the object is a position-independent executable. Reference:

svn commit: r361656 - head/gnu/usr.bin/binutils

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 19:16:33 2020 New Revision: 361656 URL: https://svnweb.freebsd.org/changeset/base/361656 Log: binutils: build as with BINUTILS || BINUTILS_BOOTSTRAP Previously we descended into as only if MK_BINUTILS was true, including during the bootstrap tool phase.

svn commit: r361655 - head/usr.sbin/certctl

2020-05-30 Thread Mark Johnston
Author: markj Date: Sat May 30 19:15:29 2020 New Revision: 361655 URL: https://svnweb.freebsd.org/changeset/base/361655 Log: certctl.8: Correct the HISTORY section. certctl was merged to stable/12 after 12.1 was branched. PR: 246190 Reported by: Michael Osipov MFC

svn commit: r361654 - head/usr.sbin/ctld

2020-05-30 Thread Mark Johnston
Author: markj Date: Sat May 30 19:11:41 2020 New Revision: 361654 URL: https://svnweb.freebsd.org/changeset/base/361654 Log: ctld: Fix a memory leak in uclparse_conf(). PR: 246596 Submitted by: Patryk MFC after:1 week Modified: head/usr.sbin/ctld/uclparse.c Modified:

RE: svn commit: r361275 - in head/sys: conf dev/hyperv/hvsock dev/hyperv/include dev/hyperv/vmbus modules/hyperv modules/hyperv/hvsock sys

2020-05-30 Thread Wei Hu via svn-src-all
> -Original Message- > From: Kyle Evans > Sent: Saturday, May 30, 2020 2:33 AM > To: Wei Hu > Cc: src-committers ; svn-src-all a...@freebsd.org>; svn-src-head > Subject: Re: svn commit: r361275 - in head/sys: conf dev/hyperv/hvsock > dev/hyperv/include dev/hyperv/vmbus

svn commit: r361653 - releng/11.4/release/tools

2020-05-30 Thread Colin Percival
Author: cperciva Date: Sat May 30 18:01:53 2020 New Revision: 361653 URL: https://svnweb.freebsd.org/changeset/base/361653 Log: Insta-merge r361652 from stable/11: Expand EC2 AMI UFS partition to 2.9 GB. Approved by: re (gjb) Sponsored by: https://www.patreon.com/cperciva Modified:

svn commit: r361652 - stable/11/release/tools

2020-05-30 Thread Colin Percival
Author: cperciva Date: Sat May 30 17:43:10 2020 New Revision: 361652 URL: https://svnweb.freebsd.org/changeset/base/361652 Log: Bump the UFS partition in the EC2 AMI up to 2.9 GB; this doesn't affect the final image size (which still rounds up to 3 GB) but gives us enough space to ensure

svn commit: r361651 - head

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 16:20:18 2020 New Revision: 361651 URL: https://svnweb.freebsd.org/changeset/base/361651 Log: Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker. Modified: head/Makefile.inc1 Modified:

svn commit: r361650 - head/tools/build/options

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 16:13:21 2020 New Revision: 361650 URL: https://svnweb.freebsd.org/changeset/base/361650 Log: Add deprecation notice to WITH_BINUTILS option description Modified: head/tools/build/options/WITH_BINUTILS Modified: head/tools/build/options/WITH_BINUTILS

svn commit: r361649 - head/share/man/man5

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 16:12:50 2020 New Revision: 361649 URL: https://svnweb.freebsd.org/changeset/base/361649 Log: Add deprecation notice to WITH_BINUTILS option description Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r361648 - head/share/mk

2020-05-30 Thread Ed Maste
Author: emaste Date: Sat May 30 16:12:00 2020 New Revision: 361648 URL: https://svnweb.freebsd.org/changeset/base/361648 Log: Disable BINUTILS by default on amd64 The retirement of obsolete binutils 2.17.50 has been in progress for quite some time. All tools other than GNU as were

svn commit: r361647 - in head/bin/sh: . tests/execution

2020-05-30 Thread Jilles Tjoelker
Author: jilles Date: Sat May 30 16:00:49 2020 New Revision: 361647 URL: https://svnweb.freebsd.org/changeset/base/361647 Log: sh: Allow more scripts without #! Austin Group bugs #1226 and #1250 changed the requirements for shell scripts without #! (POSIX does not specify #!; this is

svn commit: r361646 - in stable/12/bin/sh: . tests/execution

2020-05-30 Thread Jilles Tjoelker
Author: jilles Date: Sat May 30 13:39:56 2020 New Revision: 361646 URL: https://svnweb.freebsd.org/changeset/base/361646 Log: MFC r361112,r361117: sh: Fix double INTON with vfork The shell maintains a count of the number of times SIGINT processing has been disabled via INTOFF, so SIGINT