History log of /freebsd-10.3-release/usr.sbin/fstyp/zfs.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 293776 12-Jan-2016 allanjude

MFC: r284589
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.


# 284589 19-Jun-2015 allanjude

Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)

Functionality is hidden behind the -u flag to avoid confusing automounters

PR: 200823
Reviewed by: asomers, eadler, wblock (man page)
Approved by: trasz
MFC after: 10 days
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D2045