aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe
Commit message (Expand)AuthorAgeFilesLines
* Cross-reference libbe(3) and bectl(8).Mateusz Piotrowski2018-11-211-1/+1
* libbe(3): Put each error value in separate line.Mateusz Piotrowski2018-11-211-24/+43
* libbe(3): Handle non-ZFS rootfs betterKyle Evans2018-11-191-2/+19
* libbe(3): Properly account for altroot when creating new BEsKyle Evans2018-11-192-1/+15
* bectl(3)/libbe(3): Allow BE root to be specifiedKyle Evans2018-11-194-16/+34
* libbe(3): Rewrite be_unmount to stop mucking with getmntinfo(2)Kyle Evans2018-11-171-26/+8
* libbe(3): rewrite init to support chroot usageKyle Evans2018-11-172-99/+19
* libbe(3): Set canmount properly when activating a new BEKyle Evans2018-11-101-0/+18
* libbe(3): Don't promote non-cloned BEsKyle Evans2018-11-011-2/+14
* libbe(3): Fix BE activation promoting activated BEKyle Evans2018-10-011-7/+13
* libbe(3): Fix error handling with respect to be_existsKyle Evans2018-09-016-24/+24
* libbe(3)/bectl(8): Make consistent with beadmKyle Evans2018-08-243-13/+11
* libbe(3): Move build goop back out of cddl/Kyle Evans2018-08-181-0/+30
* libbe(3): Impose dataset length restrictions on boot env name validationKyle Evans2018-08-162-9/+22
* libbe(3): Prefer safer versions of strcat/strcpyKyle Evans2018-08-163-12/+19
* libbe(3)/bectl(8): Hit rewind on a bunch of off-by-onesKyle Evans2018-08-163-20/+19
* libbe(3): Fix leaky faucetsKyle Evans2018-08-143-29/+27
* libbe(3): Light typo fix/word additionKyle Evans2018-08-131-2/+3
* libbe(3): Fix be_import to delete temp snapshotKyle Evans2018-08-132-10/+20
* libbe(3): Document the import bug...Kyle Evans2018-08-112-9/+10
* libbe(3): Brain dump...Kyle Evans2018-08-111-55/+326
* libbe(3)/bectl(8): Make igor and mandoc -Tlint a little happierKyle Evans2018-08-111-38/+43
* libbe(3): Bring man page back into realityKyle Evans2018-08-111-39/+8
* libbe(3)/bectl(8): Kill off the 'add' functionality for nowKyle Evans2018-08-112-3/+11
* libbe(3): More error handling bitsKyle Evans2018-08-103-63/+119
* libbe(3): Plug some holes, do some more proper error returnsKyle Evans2018-08-101-34/+29
* libbe(3): more small cleanup, const'ify and light style(9)Kyle Evans2018-08-102-25/+23
* libbe(3): Some more light error handling...Kyle Evans2018-08-081-16/+26
* libbe(3): Clarify some errorsKyle Evans2018-08-083-15/+19
* Catch up on BE_ERR messagesKyle Evans2018-08-081-0/+9
* libbe(3)/bectl(8): Standardize $FreeBSD$ IDsKyle Evans2018-08-076-0/+16
* libbe(3)/bectl(8): Standardize copyright headersKyle Evans2018-08-077-12/+16
* libbe(3): Destroy all children of a BE dataset, tooKyle Evans2018-08-071-7/+19
* libbe(3): Document that we'll clobber previous errors set by set_errorKyle Evans2018-08-072-1/+1
* libbe(3): Return some more proper error codesKyle Evans2018-08-073-14/+44
* libbe(3): Check that dataset is to be mounted at / for be_existsKyle Evans2018-08-071-7/+30
* libbe(3): Rename prop_list_builder and snapshot_prop_list_builderKyle Evans2018-08-072-8/+6
* This snippet is no longer from zfsbootcfgKyle Evans2018-08-071-4/+0
* libbe(3): Rewrite activate temp bits to rely less on loaderKyle Evans2018-08-071-18/+39
* bectl(8): Implement `bectl list -s`Kyle Evans2018-08-053-0/+32
* bectl: Implement -D ("space if origin datasets were deleted")Kyle Evans2018-08-054-4/+17
* bectl(8): Take origin snapshot into account when calculating used spaceKyle Evans2018-08-035-2/+31
* libbe(3): Fix checking of zfs_prop_get's return valueKyle Evans2018-08-031-7/+7
* libbe(3): Add be_mounted_at to check a mount pointKyle Evans2018-07-265-11/+77
* libbe(3)/bectl(8): Provide and use proper alloc/free for property listsKyle Evans2018-07-253-0/+16
* libbe(3): Use zfs_is_mounted to check mounted and mountpointKyle Evans2018-07-251-8/+4
* libbe(3)/be(8): Drop WARNS overrides, fix all falloutKyle Evans2018-07-256-54/+52
* libbe(3): Add nextboot flag to returned BE informationKyle Evans2018-07-253-1/+28
* bectl(8): Start dumping out BE information with `bectl list`Kyle Evans2018-07-252-12/+8
* libbe(3): make style consistent with what I'll use going forwardKyle Evans2018-07-254-259/+179