aboutsummaryrefslogtreecommitdiff
path: root/sbin/bectl
Commit message (Expand)AuthorAgeFilesLines
* bectl(8): destroy: use BE_DESTROY_AUTOORIGIN if -o is not specifiedKyle Evans2019-10-161-1/+3
* bectl(8): Add a "check" commandKyle Evans2019-09-112-28/+54
* bectl(8): initialize reverse earlierKyle Evans2019-09-091-3/+2
* bectl(8): implement sorting for 'bectl list' outputKyle Evans2019-09-043-40/+148
* bectl(8): create non-recursive boot environmentsKyle Evans2019-06-272-18/+43
* bectl(8): Don't accept jid=0 from jail_getidKyle Evans2019-06-021-1/+6
* bectl(8): Address Coverity complaintsKyle Evans2019-05-281-1/+2
* bectl(8): Add a test for jail/unjail of numeric BE namesKyle Evans2019-05-241-4/+12
* bectl(8): add description for create subcommandKyle Evans2019-05-221-1/+19
* bectl.8: Bump date after r345845Mateusz Piotrowski2019-04-031-1/+1
* bectl.8: Clean up & clarify the create subcommandMateusz Piotrowski2019-04-031-60/+79
* libbe: Fix zfs_is_mounted check w/ snapshotsKyle Evans2019-04-011-0/+9
* bectl(8): change jail command to execute jail(8)Kyle Evans2019-03-191-99/+162
* Fix up concurrent test zpool setup and teardownEnji Cooper2019-02-121-17/+34
* bectl(8): commit missing test modifications from r343993Kyle Evans2019-02-111-3/+3
* bectl(8): Add -o flag to destroy to clean up the origin snapshot of BEKyle Evans2019-02-112-10/+38
* bectl(8) test: Force destroy the zpool in cleanupKyle Evans2019-01-291-1/+1
* libbe(3): Change be_mount to mount/unmount child datasetsKyle Evans2019-01-103-10/+28
* bectl: use jail id as the default jail name for a boot environmentKyle Evans2018-12-253-21/+50
* bectl: sync usage with man page, removing stray multibyte charactersYuri Pankov2018-11-261-9/+11
* Cross-reference libbe(3) and bectl(8).Mateusz Piotrowski2018-11-211-1/+2
* bectl(8) tests: attempt to load the ZFS moduleKyle Evans2018-11-191-1/+1
* bectl(8): Add some regression testsKyle Evans2018-11-193-0/+311
* bectl(3)/libbe(3): Allow BE root to be specifiedKyle Evans2018-11-191-4/+16
* libbe(3)/bectl(8): Make consistent with beadmKyle Evans2018-08-242-6/+6
* bectl(8): Man page and usage cleanupKyle Evans2018-08-232-115/+103
* bectl(8): jail: Tear down jail by default after command exitsKyle Evans2018-08-233-13/+44
* bectl(8): Allow running a custom command in the 'jail' subcommandKyle Evans2018-08-183-8/+17
* bectl(8): Add batch mode to jail subcommandKyle Evans2018-08-173-10/+27
* bectl(8): Kit-kat barKyle Evans2018-08-161-1/+2
* bectl(8): Implement the 'create a snapshot' variant of createKyle Evans2018-08-161-5/+19
* bectl(8): Appease clang-scanKyle Evans2018-08-161-1/+1
* libbe(3)/bectl(8): Hit rewind on a bunch of off-by-onesKyle Evans2018-08-161-5/+5
* bectl(8): Check jailparam_* return valuesKyle Evans2018-08-141-13/+28
* libbe(3)/bectl(8): Remove now-redundant include pathsKyle Evans2018-08-131-1/+0
* libbe(3): Fix be_import to delete temp snapshotKyle Evans2018-08-131-7/+1
* bectl(8): Use strcmp, rather than trying to directly compareKyle Evans2018-08-121-1/+1
* bectl(8): Rename "index" variable, which shadows a global in some landsKyle Evans2018-08-121-2/+2
* libbe(3)/bectl(8): More SYSROOT/GCC build fixesKyle Evans2018-08-111-0/+1
* bectl(8): Add missing include pathKyle Evans2018-08-111-0/+1
* bectl(8): Also document the import bug.Kyle Evans2018-08-111-0/+6
* bectl(8): Swap the order of ujail/umount documentation...Kyle Evans2018-08-111-3/+3
* bectl(8): Document export/importKyle Evans2018-08-111-6/+25
* libbe(3)/bectl(8): Make igor and mandoc -Tlint a little happierKyle Evans2018-08-111-19/+11
* libbe(3)/bectl(8): Kill off the 'add' functionality for nowKyle Evans2018-08-111-2/+8
* libbe(3)/bectl(8): Standardize $FreeBSD$ IDsKyle Evans2018-08-074-4/+10
* libbe(3)/bectl(8): Standardize copyright headersKyle Evans2018-08-072-3/+6
* libbe(3): Check that dataset is to be mounted at / for be_existsKyle Evans2018-08-071-5/+2
* bectl(8): Only show mountpoint if the dataset is actually mountedKyle Evans2018-08-071-2/+5
* bectl(8): Provide -u option to unset jail parametersKyle Evans2018-08-063-7/+78