freebsd-dev/sys
Pawel Biernacki 10b49b2302 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (6 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

Mark all nodes in pf, pfsync and carp as MPSAFE.

Reviewed by:	kp
Approved by:	kib (mentor, blanket)
Differential Revision:	https://reviews.freebsd.org/D23634
2020-02-21 16:23:00 +00:00
..
amd64 amd64: keep PTE bitmasks in sync with target pmap during pv reclaim 2020-02-18 00:02:20 +00:00
arm Fix the following -Werror warning from clang 10.0.0: 2020-02-18 17:55:24 +00:00
arm64 arm64: remove no longer needed atomic_load_ptr casts 2020-02-14 23:17:18 +00:00
bsm vfs: add realpathat syscall 2020-02-20 16:58:19 +00:00
cam Add rudamentary support for UFS to probe whether a block device supports the 2020-02-16 23:10:59 +00:00
cddl Remove duplicate dbufs accounting. 2020-02-07 15:50:47 +00:00
compat linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
conf linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
contrib Add chacha20poly1305 support to crypto build 2020-02-16 00:03:09 +00:00
crypto
ddb
dev Fix broken MLX5_IB_INDEX() macro in mlx5ib(4). 2020-02-21 10:14:02 +00:00
dts
fs Add a EXT2FS-specific implementation for lseek(SEEK_DATA). 2020-02-18 16:39:57 +00:00
gdb
geom geli taste: allow GELIBOOT tagged providers as well 2020-02-07 21:36:14 +00:00
gnu
i386 i386: remove no longer needed atomic_load_ptr casts 2020-02-14 23:17:37 +00:00
isa
kern vfs: stop duplicating vnode work in audit during path lookup 2020-02-21 01:44:31 +00:00
kgssapi
libkern
mips mips: fix kernel build after r357804 2020-02-14 20:25:04 +00:00
modules linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
net Partially revert VNET change and expand VNET structure. 2020-02-17 11:08:50 +00:00
net80211
netgraph Rework second part of r357558. Unroll the macro and allocate memory in 2020-02-21 04:18:15 +00:00
netinet Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (6 of many) 2020-02-21 16:23:00 +00:00
netinet6 ip6_output: improve extension header handling 2020-02-20 10:56:12 +00:00
netipsec netipsec: fix a mismatched uma_zfree -> uma_zfree_pcpu 2020-02-12 20:18:29 +00:00
netpfil Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (6 of many) 2020-02-21 16:23:00 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto Miscellaneous typo fixes 2020-02-07 19:53:07 +00:00
powerpc powerpc: unconditionally mark SLB zones UMA_ZONE_CONTIG 2020-02-19 04:46:41 +00:00
riscv Implement vm.pmap.kernel_maps for RISC-V 2020-02-12 14:06:02 +00:00
rpc
security audit: provide audit_canon_path variant which accepts vnodes 2020-02-21 01:40:49 +00:00
sys Bump _FreeBSD_version after the recent linuxkpi changes 2020-02-21 09:29:56 +00:00
teken
tests
tools
ufs Additional KASSERTs to ensure the consistency of the soft updates 2020-02-18 23:56:23 +00:00
vm Don't convert all lower-layer errors to EIO. 2020-02-20 01:33:01 +00:00
x86 Make atomic_load_ptr type-aware 2020-02-14 23:15:41 +00:00
xdr typo: s/impelmentation/implementation/. 2020-02-07 15:14:29 +00:00
xen
Makefile