aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe
Commit message (Expand)AuthorAgeFilesLines
* Commit missing file from r354116Alan Somers2019-10-261-1/+2
* libbe(3): Fix destroy of imported BE w/ AUTOORIGINKyle Evans2019-10-161-4/+5
* libbe(3): add needed bits for be_destroy to auto-destroy some originsKyle Evans2019-10-163-2/+53
* fixup up fallout from r352447 in libbeAndriy Gapon2019-09-171-1/+2
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* libbe(3): restructure be_mount, skip canmount check for BE datasetKyle Evans2019-06-251-13/+19
* libbe(3): mount: the BE dataset is mounted at /Kyle Evans2019-06-251-1/+1
* libbe(3): Descend into children of datasets w/ mountpoint=noneKyle Evans2019-05-161-5/+5
* libbe: set mountpoint=none in be_importKyle Evans2019-05-021-1/+1
* libbe(3): Properly mount BEs with mountpoint=noneKyle Evans2019-05-021-21/+40
* libbe(3): Fix libcompat buildKyle Evans2019-04-251-1/+2
* libbe(3): Fix mis-application of patch (SHLIBDIR)Kyle Evans2019-04-251-1/+1
* libbe(3): Copy received properties as wellKyle Evans2019-04-251-2/+6
* libbe(3): Add a test for be creationKyle Evans2019-04-224-0/+257
* libbe(3): allow creation of arbitrary depth boot environmentsKyle Evans2019-04-224-64/+134
* libbe(3): use libzfs name validation for datasets/snapshot namesKyle Evans2019-04-101-6/+7
* libbe(3): Add a serial to the generated snapshot namesKyle Evans2019-04-031-6/+26
* libbe: Fix zfs_is_mounted check w/ snapshotsKyle Evans2019-04-011-10/+10
* libbe(3): Fix be_destroy behavior w.r.t. deep BE snapshots and -oKyle Evans2019-02-134-25/+83
* libbe(3): Belatedly note the BE_DESTROY_ORIGIN option added in r343977Kyle Evans2019-02-121-1/+8
* libbe(3): Add a destroy option for removing the originKyle Evans2019-02-102-7/+24
* libbe(3): simplify import, allow replication streamsKyle Evans2019-01-231-42/+7
* libbe(3): Change be_mount to mount/unmount child datasetsKyle Evans2019-01-101-37/+134
* libbe(3): move altroot augmentation bits around a little bitKyle Evans2019-01-093-14/+38
* libbe(3): Don't allow bootfs to be destroyedKyle Evans2019-01-071-1/+2
* 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