summaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
AgeCommit message (Expand)Author
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2024-12-03fstyp: search for file system headers with the largest offset firstRobert Wing
2024-10-28fstyp: Fix some memory safety bugsMark Johnston
2024-09-09zfs: merge openzfs/zfs@b10992582Martin Matuska
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-16man filesystems: fix xrefs after move to section 4Alexander Ziaee
2024-04-11usr.sbin: Remove repeated wordsElyes Haouas
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-01fstyp: Fix typosElyes Haouas
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-03zfs: merge openzfs/zfs@431083f75Martin Matuska
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-06-04fstype(8): Fix two typos in source code commentsGordon Bergling
2022-04-09fstyp(8): Fix a typo in a source code commentGordon Bergling
2022-03-30fstyp: Correct comment: Raspberry Pi Pico, not NanoEd Maste
2022-03-29fstyp: detect Raspberry Pi Pico boot filesystem as FATEd Maste
2022-03-28fstyp(8): Fix a few typos in source code commentsGordon Bergling
2022-01-31fstyp: Remove __packed from struct exfat_de_label.John Baldwin
2022-01-22zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainMartin Matuska
2021-11-02fstyp: fix build WITHOUT_ICONVEd Maste
2021-10-28Fix off-by-one error in msdosfs FAT32 volume label copyingJessica Clarke
2021-10-27Fix intra-object buffer overread for labeled msdosfs volumesJessica Clarke
2021-09-19fstyp: bump WARNS to default and work around warningsPiotr Pawel Stefaniak
2021-08-17fstyp: add BeFS supportPiotr Pawel Stefaniak
2021-05-14fstyp(8): define HAVE_ZFS macro when built with zfsRobert Wing
2021-01-17fstyp(8): fix exfat detectionConrad Meyer
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-08-20usr.sbin/fstyp: Fix incorrect pfs_type test in ondisk inodePedro F. Giffuni
2020-06-23Revert r362390, those tests are fixed by r362418Li-Wen Hsu
2020-06-19Skip ufs related tests in fstyp(8) and makefs(8) temporarilyLi-Wen Hsu
2020-06-19Move the pointers stored in the superblock into a separateKirk McKusick
2020-02-06fstyp: sync HAMMER1/2 detection support with DragonFly BSD.Pedro F. Giffuni
2020-01-13fstyp hammer2: remove dead codeEric van Gyzen
2020-01-13fstyp hammer: use strlcpyEric van Gyzen
2019-12-29Make this compile under external gcc toolchain if WITH_ICONV isn't defined.Adrian Chadd
2019-12-24sbin/fstyp: recgonize Dragonfly's hammer and hammer2.Pedro F. Giffuni
2019-12-23fstyp(8): Fix WITHOUT_ICONV buildConrad Meyer
2019-12-23fstyp(8): Detect APFS containersConrad Meyer
2019-12-23fstyp(8): Detect HFS+ / HFSX volumesConrad Meyer
2019-12-23fstyp(8): Use iconv(3) to convert NTFS vol labels correctlyConrad Meyer
2019-12-22fstyp(8): Show exFAT volume labels with -l flagConrad Meyer
2019-12-11Update Makefile.depend filesSimon J. Gerraty