aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe
Commit message (Expand)AuthorAgeFilesLines
* When be_activate() turns on a new boot environment, it always deactivatesGleb Smirnoff2021-01-081-1/+2
* pkgbase: Move bectl to the runtime packageEmmanuel Vadot2021-01-041-0/+1
* libbe(3): install MLINKS for all of the functions providedKyle Evans2020-10-181-0/+35
* libbe(3): document be_snapshot()Kyle Evans2020-10-181-0/+27
* libbe(3): const'ify a couple argumentsKyle Evans2020-10-184-11/+11
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-216-59/+53
* Skip armv7 bectl tests on CI; they deadlock (""KSTACK_PAGES is 2").Edward Tomasz Napierala2020-09-141-0/+5
* ZFS: MFV 2.0-rc1-gfd20a8Matt Macy2020-09-041-2/+5
* Temporarily skip tests panic i386 kernel in CILi-Wen Hsu2020-09-021-0/+5
* libbe: lift the WARNS post-OpenZFS mergeKyle Evans2020-08-251-3/+0
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-253-25/+28
* libbe: annotate lbh as __unused in be_is_auto_snapshot_nameKyle Evans2020-07-221-1/+1
* Drop "All Rights Reserved" from all libbe/bectl filesKyle Evans2020-01-248-8/+0
* libbe: use the new zfs_mount_at()Kyle Evans2020-01-191-4/+1
* libbe(3): promote dependent clones when destroying an environmentKyle Evans2020-01-023-26/+232
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-0/+20
* libbe: fix build against sysutils/openzfs, part 1Kyle Evans2019-12-063-1/+8
* 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