aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Eliminate unneeded copying of vdev data, goto, etc. and add a noteXin LI2015-09-172-19/+24
* Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.Alan Somers2015-08-209-0/+255
* Rather than hardcoding a string and limiting the comparison to theseBjoern A. Zeeb2015-08-101-1/+1
* fstyp(8) ships with 10.2.Edward Tomasz Napierala2015-07-181-2/+2
* Remove excess copyright lines propogated by copy/pasteAllan Jude2015-07-122-6/+0
* Switch fstyp build to toggle ZFS support on WITHOUT_ZFS rather than WITHOUT_CDDLAllan Jude2015-06-233-6/+6
* Fix the build for gcc by lowering the WARNS levelAllan Jude2015-06-201-1/+1
* Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)Allan Jude2015-06-196-19/+244
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-184-18/+19
* Improve wording.Edward Tomasz Napierala2015-01-141-4/+4
* Fix detection of ext2/ext3 filesystems that lack labels.Edward Tomasz Napierala2015-01-131-6/+0
* Fix memory leaks.Edward Tomasz Napierala2015-01-052-1/+2
* Remove leftovers.Edward Tomasz Napierala2015-01-052-4/+0
* Add fstyp(8). This utility, named after its SVR4 counterpart, detectsEdward Tomasz Napierala2014-12-1010-0/+1121