1185029Spjd$FreeBSD$
2185029Spjd
3185029SpjdThis directory contains various files derived from CDDL sources that
4185029Spjdare used by the ZFS bootstrap:
5185029Spjd
6185029Spjd    fletcher.c			checksum support
7185029Spjd    sha256.c			checksum support
8247309Sdelphij    lz4.c			compression support
9185029Spjd    lzjb.c			compression support
10192194Sdfr    zfssubr.c			checksum, compression and raidz support
11185029Spjd    zfsimpl.h			mostly describing the physical layout
12185029Spjd
13185029SpjdThe files fletcher.c, lzjb.c and sha256.c are largely identical to the
14185029SpjdZFS base code (with write support removed) and could be shared but
15185029Spjdthat might complicate future imports from OpenSolaris.
16