History log of /freebsd-current/usr.sbin/fstyp/ntfs.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/


# 3513df4b 02-Nov-2021 Ed Maste <emaste@FreeBSD.org>

fstyp: fix build WITHOUT_ICONV

Reported by: Michael Dexter, Build Option Survey
Sponsored by: The FreeBSD Foundation


# 350bfebb 28-Dec-2019 Adrian Chadd <adrian@FreeBSD.org>

Make this compile under external gcc toolchain if WITH_ICONV isn't defined.

This quietens a bunch of unused variable warnings that are treated as errors.


# 5ab1cb52 23-Dec-2019 Conrad Meyer <cem@FreeBSD.org>

fstyp(8): Fix WITHOUT_ICONV build

Reported by: olivier


# ec80d2ee 22-Dec-2019 Conrad Meyer <cem@FreeBSD.org>

fstyp(8): Use iconv(3) to convert NTFS vol labels correctly

Rather than hackily extracting only the ASCII subset of UTF-16LE, go ahead
and convert the label to the user's locale correctly.


# 3d2b0910 05-Jan-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix memory leaks.

CID: 1258582, 1258583.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# b28def21 05-Jan-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Remove leftovers.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# be3a49ee 10-Dec-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add fstyp(8). This utility, named after its SVR4 counterpart, detects
filesystems. It differs from file(1) in that it gives machine-parseable
output, it outputs filesystem labels, doesn't get confused by other
formats metadata, and runs in Capsicum sandbox.

Differential Revision: https://reviews.freebsd.org/D1255
Relnotes: yes
Sponsored by: The FreeBSD Foundation