freebsd-skq/sys
Ryan Moeller 1cfffed85d Assign default security flavor when converting old export args
vfs_export requires security flavors be explicitly listed when
exporting as of r360900.

Use the default AUTH_SYS flavor when converting old export args to
ensure compatibility with the legacy mount syscall.

Reported by:	rmacklem
Reviewed by:	rmacklem
Approved by:	mav (mentor)
MFC after:	3 days
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25045
2020-06-01 18:43:51 +00:00
..
amd64 Handle getcpu() calls in vsyscall emulation on amd64. 2020-05-31 18:20:20 +00:00
arm Remove remnant of arm's ELF trampoline 2020-05-31 14:43:04 +00:00
arm64 Remove remnant of arm's ELF trampoline 2020-05-31 14:43:04 +00:00
bsm
cam Remove session locking from cfiscsi_pdu_update_cmdsn(). 2020-05-29 17:52:20 +00:00
cddl Fix entering KDB with dtrace-enabled kernel. 2020-05-26 16:44:05 +00:00
compat Update the files created from the new syscalls.master from r361599. 2020-05-28 21:23:02 +00:00
conf Only build ipsec modules if the kernel includes IPSEC_SUPPORT. 2020-05-30 00:47:03 +00:00
contrib MFV: r361597 2020-05-28 21:19:44 +00:00
crypto Change return types of hash update functions in SHA-NI 2020-05-28 09:13:20 +00:00
ddb
dev netmap: if_vtnet: avoid netmap ring wraparound 2020-06-01 16:14:29 +00:00
dts
fs Fix NOINET6 build broken by r361575. 2020-05-28 09:52:28 +00:00
gdb
geom geom_part: Dispatch to partitions to create providers and aliases 2020-05-29 19:44:18 +00:00
gnu
i386 Fix boot on systems where NUMA domain 0 is unpopulated. 2020-05-28 19:41:00 +00:00
isa
kern Assign default security flavor when converting old export args 2020-06-01 18:43:51 +00:00
kgssapi
libkern
mips [mips] fix up the assembly generation of unaligned exception loads 2020-05-29 00:05:43 +00:00
modules Fix directly building in sys/modules 2020-05-31 05:02:15 +00:00
net Fix panics when using iflib pseudo device support 2020-05-31 18:42:00 +00:00
net80211 [net80211] Fix interrupted scan logic and ticks comparison 2020-05-27 18:32:12 +00:00
netgraph Fix check for wMaxPacketSize in USB bluetooth driver, 2020-05-28 08:41:18 +00:00
netinet Use fib[46]_lookup() in mtu calculations. 2020-05-28 08:00:08 +00:00
netinet6 Use fib[46]_lookup() in mtu calculations. 2020-05-28 08:00:08 +00:00
netipsec Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>. 2020-05-29 19:22:40 +00:00
netpfil Fix O_IP_FLOW_LOOKUP opcode handling. 2020-05-29 10:37:42 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto Increment the correct pointer when a crypto buffer spans an mbuf or iovec. 2020-05-29 05:41:21 +00:00
powerpc powerpc: Stop advertising that POWER8 and POWER9 support HTM 2020-05-29 00:46:31 +00:00
riscv Remove remnant of arm's ELF trampoline 2020-05-31 14:43:04 +00:00
rpc Add the .h file that describes the operations for the rpctls_syscall. 2020-05-31 01:12:52 +00:00
security
sys Remove ->f_label from struct file 2020-06-01 15:58:22 +00:00
teken
tests
tools
ufs
vm uma: hide item_domain under ifdef NUMA 2020-05-29 08:30:35 +00:00
x86 xenpv: do not use low 1MB for Xen mappings on i386 2020-05-28 08:18:34 +00:00
xdr
xen
Makefile