freebsd-dev/sys/geom/uzip
Pedro F. Giffuni ac2fffa4b7 Revert r327828, r327949, r327953, r328016-r328026, r328041:
Uses of mallocarray(9).

The use of mallocarray(9) has rocketed the required swap to build FreeBSD.
This is likely caused by the allocation size attributes which put extra pressure
on the compiler.

Given that most of these checks are superfluous we have to choose better
where to use mallocarray(9). We still have more uses of mallocarray(9) but
hopefully this is enough to bring swap usage to a reasonable level.

Reported by:	wosch
PR:		225197
2018-01-21 15:42:36 +00:00
..
g_uzip_cloop.h
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 1.Improve handling around last compressed block of the file, which is 2016-06-29 18:19:05 +00:00
g_uzip_lzma.h
g_uzip_softc.h
g_uzip_wrkthr.c
g_uzip_wrkthr.h
g_uzip_zlib.c Revert r327828, r327949, r327953, r328016-r328026, r328041: 2018-01-21 15:42:36 +00:00
g_uzip_zlib.h
g_uzip.c sys/geom: adoption of SPDX licensing ID tags. 2017-11-27 15:17:37 +00:00
g_uzip.h Fixes to make it compile under gcc-4.2. 2016-02-24 02:52:49 +00:00