summaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp/fstyp.c
AgeCommit message (Expand)Author
2020-01-03Recognize wedges and device mapper volumes as "disk".mlelstv
2020-01-02fstyp: Fix "exfat: iconv_open UCS-2LE: Invalid argument" failuretkusumi
2020-01-01fstyp: Consider '@' syntax in device file path for HAMMER2tkusumi
2020-01-01fstyp: Add HAMMER1 multi-volume support (missed in "fstyp: Add HAMMER1/2 supp...tkusumi
2020-01-01fstyp: Cleanup and minor sync up with FreeBSD/DragonFlyBSDtkusumi
2020-01-01fstyp: Add HAMMER1/2 supporttkusumi
2019-12-28fstyp: Use iconv(3) to convert NTFS vol labels correctlytkusumi
2019-12-28fstyp: Show exFAT volume labels with -l flagtkusumi
2019-12-27fstyp: Add APFS supporttkusumi
2019-12-27fstyp: Add HFS+ supporttkusumi
2019-11-18fstyp: Add exFAT supporttkusumi
2018-01-09Use fseeko instead of fseek to fix the build on some 32bit architecturesmartin
2018-01-09Merge autofs support from: Tomohiro Kusumichristos