aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
Commit message (Expand)AuthorAgeFilesLines
* Do not blindly include illumos kernel headers instead of user-space.Alexander Motin2018-08-021-1/+0
* Use capsicum helpers in fstype and ctld.Mariusz Zaborski2018-07-151-2/+2
* Remove "All rights reserved" from my files.Xin LI2018-05-101-1/+0
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-262-59/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-2/+2
* fstyp: move sys/ include path after zfs include pathsAndriy Gapon2017-06-201-2/+2
* Make fstyp(8) recognize exFAT even without the -u option.Edward Tomasz Napierala2017-04-262-4/+4
* Improve formatting.Edward Tomasz Napierala2017-03-191-1/+2
* Fix harmless mismerge from r286964Alan Somers2017-03-091-1/+0
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-9/+9
* Fix broken fstyp exfat testcaseConrad Meyer2017-01-141-1/+1
* fstyp.8: Move initial exFAT blurb to the -u sectionConrad Meyer2017-01-131-4/+5
* Use dfr-01-xfat.img.bz2, not dfr-01-xfat.dd.bz2 (the latterEnji Cooper2017-01-131-1/+1
* Add testcase for exFAT that currently failsEnji Cooper2017-01-133-0/+11
* Add license preamble for r286964; credit to asomersEnji Cooper2017-01-131-3/+29
* fstyp(8): Detect exFAT filesystemsConrad Meyer2017-01-135-3/+84
* fstyp tests comes with pre-created EL filesystems,Ruslan Bukin2016-10-181-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-9/+6
* MFHGlen Barber2016-04-161-1/+1
|\
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
* | MFHGlen Barber2016-03-101-0/+11
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-03-021-2/+2
|\|
| * Fix .Xr - autofs(5) is section 5, not 8.Edward Tomasz Napierala2016-02-281-2/+2
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Eliminate unneeded includes.Xin LI2015-12-282-3/+0
* Fix includes in usr.sbin/fstyp/zfs.cAllan Jude2015-12-262-2/+5
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* Convert to LIBADDBryan Drewery2015-12-031-2/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+32
* 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