freebsd-dev/sys/geom/uzip
Warner Losh ae1cce524e Reimplement aliases in geom
The alias needs to be part of the provider instead of the geom to work
properly. To bind the DEV geom, we need to look at the provider's names and
aliases and create the dev entries from there. If this lives in the GEOM, then
it won't propigate down the tree properly. Remove it from geom, add it provider.

Update geli, gmountver, gnop, gpart, and guzip to use it, which handles the bulk
of the uses in FreeBSD. I think this is all the providers that create a new name
based on their parent's name.
2020-05-13 19:17:28 +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 Reimplement aliases in geom 2020-05-13 19:17:28 +00:00
g_uzip.h