freebsd-dev/sys/netsmb
Pawel Biernacki 7029da5c36 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 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.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE.  All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Approved by:	kib (mentor, blanket)
Commented by:	kib, gallatin, melifaro
Differential Revision:	https://reviews.freebsd.org/D23718
2020-02-26 14:26:36 +00:00
..
netbios.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_conn.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
smb_conn.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_crypt.c Stop using des_cblock * for arguments to DES functions. 2019-08-26 17:25:07 +00:00
smb_dev.c Eliminate the overhead of gratuitous repeated reinitialization of cap_rights 2018-05-09 18:47:24 +00:00
smb_dev.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_iod.c Make timespecadd(3) and friends public 2018-07-30 15:46:40 +00:00
smb_rq.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_rq.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_smb.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_subr.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_subr.h Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
smb_tran.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_trantcp.c Make timespecadd(3) and friends public 2018-07-30 15:46:40 +00:00
smb_trantcp.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb_usr.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
smb.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00