svn commit: r345982 - in head: include lib/libc/sys sys/cddl/compat/opensolaris/sys sys/compat/cloudabi sys/compat/freebsd32 sys/compat/linux sys/kern sys/sys sys/ufs/ffs

2019-04-06 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Apr 6 09:34:26 2019 New Revision: 345982 URL: https://svnweb.freebsd.org/changeset/base/345982 Log: Introduce funlinkat syscall that always us to check if we are removing the file associated with the given file descriptor. Reviewed by: kib, asomers Reviewed b

svn commit: r345983 - in head/sys: compat/freebsd32 kern sys

2019-04-06 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Apr 6 09:37:10 2019 New Revision: 345983 URL: https://svnweb.freebsd.org/changeset/base/345983 Log: Regen after r345982. Modified: head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/compat/freebsd32/freebsd32_sy

svn commit: r345984 - head/lib/libutil

2019-04-06 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Apr 6 11:24:43 2019 New Revision: 345984 URL: https://svnweb.freebsd.org/changeset/base/345984 Log: Use funlinkat in pidfile to ensure we are removing the right file. Modified: head/lib/libutil/pidfile.c Modified: head/lib/libutil/pidfile.c

svn commit: r345985 - head/libexec/rc

2019-04-06 Thread Andrey V. Elsukov
Author: ae Date: Sat Apr 6 17:21:05 2019 New Revision: 345985 URL: https://svnweb.freebsd.org/changeset/base/345985 Log: Add firewall_[nat64|nptv6|pmod]_enable variables to /etc/defaults/rc.conf Reported by: Andrey Fesenko X-MFC after: r345450 Modified: head/libexec/rc/rc.conf Modi

svn commit: r345986 - head/sys/fs/fuse

2019-04-06 Thread Alan Somers
Author: asomers Date: Sat Apr 6 18:04:04 2019 New Revision: 345986 URL: https://svnweb.freebsd.org/changeset/base/345986 Log: fusefs: fix a panic on mount Don't page fault if the file descriptor provided with "-o fd" is invalid. This is a merge of r345419 from the projects/fuse2 branch.

Re: svn commit: r345875 - in head: contrib/elftoolchain/strings usr.bin/strings

2019-04-06 Thread Charlie Li via svn-src-head
Mariusz Zaborski wrote: > Log: > strings: capsicumize it > > Reviewed by:cem > Discussed with: emaste > Differential Revision: https://reviews.freebsd.org/D18038 > > Modified: > head/contrib/elftoolchain/strings/strings.c > head/usr.bin/strings/Makefile > This change b

svn commit: r345991 - in head/sys: kern sys

2019-04-06 Thread Conrad Meyer
Author: cem Date: Sat Apr 6 20:38:44 2019 New Revision: 345991 URL: https://svnweb.freebsd.org/changeset/base/345991 Log: kern/subr_pctrie: Convert old-style boolean_t to plain "bool" No functional change. Modified: head/sys/kern/subr_pctrie.c head/sys/sys/pctrie.h Modified: head/sys

Re: svn commit: r345967 - head/contrib/libxo/libxo

2019-04-06 Thread Phil Shafer via svn-src-head
On 5 Apr 2019, at 16:23, Enji Cooper wrote: > Could you please add a test for this as well upstream? Yup, it's in the same libxo patch in GitHub. Thanks, Phil ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-

svn commit: r345992 - head/sys/fs/nfs

2019-04-06 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 6 21:53:46 2019 New Revision: 345992 URL: https://svnweb.freebsd.org/changeset/base/345992 Log: Add INET6 support for the upcalls to the nfsuserd daemon. The kernel code uses UDP to do upcalls to the nfsuserd(8) daemon to get updates to the username<->uid a

svn commit: r345993 - head/sys/kern

2019-04-06 Thread Conrad Meyer
Author: cem Date: Sat Apr 6 21:56:24 2019 New Revision: 345993 URL: https://svnweb.freebsd.org/changeset/base/345993 Log: kern/subr_pctrie: Fix mismatched signedness in assertion comparison 'tos' is an index into an array and never holds a negative value. Correct its signedness to match

svn commit: r345994 - head/usr.sbin/nfsuserd

2019-04-06 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 6 22:05:51 2019 New Revision: 345994 URL: https://svnweb.freebsd.org/changeset/base/345994 Log: Fix nfsuserd so that it handles the mapped localhost address when jails are enabled. The nfsuserd(8) daemon does not function correctly when jails are enabled,

svn commit: r345995 - head/usr.sbin/nfsuserd

2019-04-06 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 6 22:14:03 2019 New Revision: 345995 URL: https://svnweb.freebsd.org/changeset/base/345995 Log: Delete the BUGS entry related to failing when jails are enabled. r345994 has finally fixed the bug that caused the nfsuserd(8) daemon to fail when jails were ena

svn commit: r345996 - in head/contrib/sqlite3: . tea tea/generic

2019-04-06 Thread Cy Schubert
Author: cy Date: Sat Apr 6 23:35:23 2019 New Revision: 345996 URL: https://svnweb.freebsd.org/changeset/base/345996 Log: MFV r345988: Update sqlite3-3.26.0 (326) --> sqlite3-3.27.1 (3270100) MFC after:2 weeks Modified: head/contrib/sqlite3/Makefile.in head/contrib/sqlite3