History log of /freebsd-10.3-release/usr.sbin/fstyp/fstyp.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 293776 12-Jan-2016 allanjude

MFC: r284589
Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)

MFC: r284644
Fix GCC Warnings

MFC: r284728
Only build ZFS support in absense of WITHOUT_ZFS

MFC: r285426
Remove excess copyrights

MFC: r286569
Use GELI sentinel constant

MFC: r287937
Eliminate unneeded copying of vdev data, goto, etc. and add a note
that checksum of vdev label should be checked (which is not done
currently).

No functional change.

While I'm there, raise WARNS to 2.

MFC: r292757
Fix order of includes in usr.sbin/fstyp/zfs.c

MFC: r292829
Eliminate unneeded includes.


# 286193 02-Aug-2015 trasz

MFC r284582:

Fix off-by-one error in fstyp(8) and geom_label(4) that made them use
a single space (" ") as a CD9660 label name when no label was present.
Similar problem was also present in msdosfs label recognition.

Sponsored by: The FreeBSD Foundation


# 277434 20-Jan-2015 trasz

MFC r275680:

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


# 275680 10-Dec-2014 trasz

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