freebsd-src/stand/uboot/lib
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
..
api_public.h
console.c
copy.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
devicename.c Remove d_type from devdesc. It's not needed as we can fetch it from 2018-03-12 21:39:59 +00:00
disk.c Distinguish between "no partition" and "choose best partition" with a constant. 2019-03-24 18:51:52 +00:00
elf_freebsd.c Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
glue.c loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
glue.h Now that exit is __dead2, we need to tag ub_exit() as __dead2. To do 2018-01-26 21:50:59 +00:00
libuboot.h veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
Makefile loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
module.c
net.c Backout 356693. The libsa malloc does provide necessary alignment and 2020-01-13 20:02:27 +00:00
reboot.c
time.c