freebsd-dev/stand/i386/gptboot
Toomas Soome 27bae6150a loader: remove libsa/crc32.c and use version from zlib
we have crc32(const void *, size_t) in libsa. Unfortunately zlib has
crc32(long, const unigned char *, unsigned) and we have conflict.

Since we do build libsa with zlib, we can use zlib version instead.

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D24068
2020-03-19 21:05:11 +00:00
..
gptboot.8 Add a paragraph that mentions gptboot having an interactive mode, and 2019-04-30 18:48:20 +00:00
gptboot.c In gptboot, don't assume a partition number is a single digit, 1-9. GPT 2019-12-22 22:33:22 +00:00
gptldr.S Work around assembler error from clang 10.0.0 in gptboot: 2020-01-28 21:41:37 +00:00
Makefile loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
Makefile.depend