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
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
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
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
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.
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
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
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-
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
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
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,
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
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
13 matches
Mail list logo