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


# b43dc82c 13-Jan-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix detection of ext2/ext3 filesystems that lack labels.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 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


# 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