History log of /freebsd-current/usr.bin/mkuzip/mkuz_insize.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# b5273808 23-Jun-2017 Maxim Sobolev <sobomax@FreeBSD.org>

Doh, fix some botched "fix" in r320277.

Reported by: cem
MFC after: 6 weeks


# e9780526 23-Jun-2017 Maxim Sobolev <sobomax@FreeBSD.org>

Don't leak file descriptor in some cases.

Reported by: cem
MFC after: 6 weeks


# bc3b2c55 16-Jun-2017 Maxim Sobolev <sobomax@FreeBSD.org>

o Move logic that determines size of the input image into its own
file. That logic has grown quite significantly now;

o add a special handling for the snapshot images. Those have some
extra headers at the end of the image and we don't need those
in the output image really.

MFC after: 6 weeks