freebsd-src/lib/libbe
Kyle Evans 485172f537 libbe: fix build against sysutils/openzfs, part 1
This is the half of the changes required that work as-is with both in-tree
ZFS and the new hotness, sysutils/openzfs.  Highlights are less dependency
on header pollution (from somewhere) and using 'mnttab' instead of
'extmnttab'.   In the in-tree ZFS, the latter is a #define for the former,
but in the port extmnttab is actually a distinct struct that's a super-set
of mnttab.  We really want mnttab here anyways, so just use it.
2019-12-06 19:33:39 +00:00
..
tests libbe(3): Add a test for be creation 2019-04-22 13:45:08 +00:00
be.c libbe: fix build against sysutils/openzfs, part 1 2019-12-06 19:33:39 +00:00
be.h libbe(3): add needed bits for be_destroy to auto-destroy some origins 2019-10-16 14:43:05 +00:00
be_access.c libbe: fix build against sysutils/openzfs, part 1 2019-12-06 19:33:39 +00:00
be_error.c libbe(3): Fix be_destroy behavior w.r.t. deep BE snapshots and -o 2019-02-13 04:19:08 +00:00
be_impl.h libbe(3): allow creation of arbitrary depth boot environments 2019-04-22 13:43:38 +00:00
be_info.c libbe: fix build against sysutils/openzfs, part 1 2019-12-06 19:33:39 +00:00
libbe.3 libbe(3): add needed bits for be_destroy to auto-destroy some origins 2019-10-16 14:43:05 +00:00
Makefile pkgbase: Create a FreeBSD-utilities package and make it the default one 2019-09-05 14:15:47 +00:00