]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC bectl(8)/libbe(3): r337663-337664,337667,337697-337699,337800,337805,
authorkevans <kevans@FreeBSD.org>
Sat, 20 Apr 2019 04:16:51 +0000 (04:16 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 20 Apr 2019 04:16:51 +0000 (04:16 +0000)
commita0fa7ede5d6d4a60a8524f57429a4149c1a7bd4e
tree4fb7365a5e5271a1f22e87eac1571b13f880ef68
parente9397adf2c4b64b8a9f7c9a683a4080a90ca331f
MFC bectl(8)/libbe(3): r337663-337664,337667,337697-337699,337800,337805,
337915-337918,337921,337924,337947,337993-337995,338221-338222,338303,
338417,339047,339972,339994,340334,340507-340508,340592-340594,
340635-340636,340722-340723,340974,342466,342849,342903,342911,343335,
343543,343977,343993-343994,344034,344067,344084,345302,345769,
345845-345846,345848,346082

There are simply too many small changes to enumerate; in summary:

bectl(8)/libbe(3) has been introduced from current state in -CURRENT and
added to the stable/11 rescue build. bectl(8) is a tool for managing ZFS
boot environments, largely inspired by beadm. It includes features such as
being able to jail a boot environment or easily mount it for modification.

Relnotes: probably
25 files changed:
Makefile.inc1
contrib/mdocml/lib.in
etc/mtree/BSD.tests.dist
lib/Makefile
lib/libbe/Makefile [new file with mode: 0644]
lib/libbe/be.c [new file with mode: 0644]
lib/libbe/be.h [new file with mode: 0644]
lib/libbe/be_access.c [new file with mode: 0644]
lib/libbe/be_error.c [new file with mode: 0644]
lib/libbe/be_impl.h [new file with mode: 0644]
lib/libbe/be_info.c [new file with mode: 0644]
lib/libbe/libbe.3 [new file with mode: 0644]
rescue/rescue/Makefile
sbin/Makefile
sbin/bectl/Makefile [new file with mode: 0644]
sbin/bectl/bectl.8 [new file with mode: 0644]
sbin/bectl/bectl.c [new file with mode: 0644]
sbin/bectl/bectl.h [new file with mode: 0644]
sbin/bectl/bectl_jail.c [new file with mode: 0644]
sbin/bectl/bectl_list.c [new file with mode: 0644]
sbin/bectl/tests/Makefile [new file with mode: 0644]
sbin/bectl/tests/bectl_test.sh [new file with mode: 0755]
share/mk/bsd.libnames.mk
share/mk/src.libnames.mk
tools/build/mk/OptionalObsoleteFiles.inc