History log of /netbsd/usr.sbin/fstyp/exfat.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 5b3b8833 17-Sep-2021 christos <christos@NetBSD.org>

remove lint hacks now that lint supports _Static_assert


# 9f1be717 17-Sep-2021 christos <christos@NetBSD.org>

XXX: Teach lint about _Static_assert...


# aa3cd0f7 24-Jan-2021 tkusumi <tkusumi@NetBSD.org>

fstyp: Fix exfat detection

taken-from FreeBSD ddf61156132b610915325769cbb93ea11be0d433


# 35a04220 08-Feb-2020 fox <fox@NetBSD.org>

usr.sbin/fstyp: Fix -Werror=conversion error.

Type cast the size_t to uint32_t to prevent implicit type conversion errors.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

R

usr.sbin/fstyp: Fix -Werror=conversion error.

Type cast the size_t to uint32_t to prevent implicit type conversion errors.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

show more ...


# 2542abab 28-Dec-2019 tkusumi <tkusumi@NetBSD.org>

fstyp: Show exFAT volume labels with -l flag

taken-from: FreeBSD (freebsd/freebsd@73773fcda9f69ce7ee0c73292f273bab940223bf)


# 832bb5d4 18-Nov-2019 tkusumi <tkusumi@NetBSD.org>

fstyp: Add exFAT support

Taken-from: FreeBSD and DragonFlyBSD