summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fstyp
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r284589allanjude2016-01-126-20/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* MFC r286964asomers2015-09-039-0/+255
| | | | Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.
* MFC r284582:trasz2015-08-024-18/+19
| | | | | | | | 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
* MFC r285672:trasz2015-08-021-2/+2
| | | | | | fstyp(8) ships with 10.2. Sponsored by: The FreeBSD Foundation
* MFC r277172:trasz2015-03-071-4/+4
| | | | | | Improve wording. Sponsored by: The FreeBSD Foundation
* MFC r277128:trasz2015-01-201-6/+0
| | | | | | Fix detection of ext2/ext3 filesystems that lack labels. Sponsored by: The FreeBSD Foundation
* MFC r276704:trasz2015-01-202-1/+2
| | | | | | Fix memory leaks. Sponsored by: The FreeBSD Foundation
* MFC r276703:trasz2015-01-202-4/+0
| | | | | | Remove leftovers. Sponsored by: The FreeBSD Foundation
* MFC r275680:trasz2015-01-2010-0/+1121
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
OpenPOWER on IntegriCloud