freebsd-dev/sys/geom/uzip
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
..
g_uzip_cloop.h geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip_dapi.h 1.Improve handling around last compressed block of the file, which is 2016-06-29 18:19:05 +00:00
g_uzip_lzma.c Modularize xz. 2019-02-26 19:55:03 +00:00
g_uzip_lzma.h
g_uzip_softc.h
g_uzip_wrkthr.c
g_uzip_wrkthr.h
g_uzip_zlib.c Update geom_uzip to use new zlib: 2019-08-08 06:27:39 +00:00
g_uzip_zlib.h
g_uzip_zstd.c geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip_zstd.h geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
g_uzip.h