| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
fstyp(8) ships with 10.2.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Improve wording.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Fix detection of ext2/ext3 filesystems that lack labels.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Fix memory leaks.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Remove leftovers.
Sponsored by: The FreeBSD Foundation
|
|
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
|