freebsd-dev/sbin/bectl
Kyle Evans 3443420646 bectl(8): Sort BEs lightly by active (now or later) BE, then others
While it could be preferred to do this at insert in libbe(3), there's no
convenient way to insert at the head of an nvlist. Instead, we'll make two
passes over- once to print anything active either now or at nextboot, and
another to print everything else.

This doesn't actually impact performance in a significant way here, so we'll
worry about further optimizations if the need actually arises.
2018-08-04 06:29:46 +00:00
..
bectl.8 bectl(8): Support unjailing a boot environment 2018-07-26 03:14:58 +00:00
bectl.c bectl(8): Sort BEs lightly by active (now or later) BE, then others 2018-08-04 06:29:46 +00:00
Makefile bectl(8): Hack together a more proper bectl list 2018-07-26 18:56:50 +00:00