]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r284589
authorallanjude <allanjude@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jan 2016 16:38:09 +0000 (16:38 +0000)
committerallanjude <allanjude@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jan 2016 16:38:09 +0000 (16:38 +0000)
commitef4912ec697dd094080c925dde4220b9e5817510
treebf67a0a292681a1ca26087afe6a122a25d14d85d
parent74354d74122b67e93eccea860ff515d6acd8e967
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293776 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/fstyp/Makefile
usr.sbin/fstyp/fstyp.8
usr.sbin/fstyp/fstyp.c
usr.sbin/fstyp/fstyp.h
usr.sbin/fstyp/geli.c [new file with mode: 0644]
usr.sbin/fstyp/zfs.c [new file with mode: 0644]