#
b6e7c421 |
| 07-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
libbe(3)/bectl(8): Standardize $FreeBSD$ IDs
|
#
b179da01 |
| 07-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
libbe(3)/bectl(8): Standardize copyright headers
- File names don't necessarily need to be repeated - Add SPDX tags - Add a missing copyright for Kyle Kneitinger in bectl.8, originally written by
libbe(3)/bectl(8): Standardize copyright headers
- File names don't necessarily need to be repeated - Add SPDX tags - Add a missing copyright for Kyle Kneitinger in bectl.8, originally written by him in GSoC 2017; his standard copyright notice has been copied from other files within the same directory to remain consistent with how he clearly wished to portray it
show more ...
|
#
2a0b8dc2 |
| 06-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
bectl(8): Provide -u option to unset jail parameters
All but name, host.hostname, and path may be completely unset.
|
#
d694059f |
| 06-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
bectl(8): bectl jail improvements
- Support passing arbitrary jail arguments via -o - Split the related (and rewritten since the GSoC) jail bits out into a new bectl_jail.c file, to reduce clutter
bectl(8): bectl jail improvements
- Support passing arbitrary jail arguments via -o - Split the related (and rewritten since the GSoC) jail bits out into a new bectl_jail.c file, to reduce clutter in bectl.c - Don't use RFC 1918 IP space [0]; we'll instead set no default IPv4 and let the user pass in any address options they wish via -o
Reported by: rgrimes [0], Shawn Webb [0]
show more ...
|
#
ad765da4 |
| 26-Jul-2018 |
Kyle Evans <kevans@FreeBSD.org> |
bectl(8): Support unjailing a boot environment
The given parameter may either be a jid, jail name, or a BE name. In all cases, the parameter will be resolved to a jid and bectl(8) will sanity-check
bectl(8): Support unjailing a boot environment
The given parameter may either be a jid, jail name, or a BE name. In all cases, the parameter will be resolved to a jid and bectl(8) will sanity-check that there's actually a BE mounted at the requested jail root before invoking jail_remove(2).
show more ...
|
#
edbfe3bc |
| 24-Jul-2018 |
Kyle Evans <kevans@FreeBSD.org> |
bectl(8): Chase rename in manpage
|
#
5952343e |
| 24-Jul-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Rename be(1) to bectl(8); continues to live in /sbin
Discussed with: rpokala, allanjude
|