freebsd-dev/usr.sbin/jls
Jamie Gritton 73d0971bf2 Add support for the arbitrary named jail parameters used by jail_set(2)
and jail_get(2).  Jail(8) can now create jails using a "name=value"
format instead of just specifying a limited set of fixed parameters; it
can also modify parameters of existing jails.  Jls(8) can display all
parameters of jails, or a specified set of parameters.  The available
parameters are gathered from the kernel, and not hard-coded into these
programs.

Small patches on killall(1) and jexec(8) to support jail names with
jail_get(2).

Approved by:	bz (mentor)
2009-05-27 14:30:26 +00:00
..
jls.8 Add support for the arbitrary named jail parameters used by jail_set(2) 2009-05-27 14:30:26 +00:00
jls.c Add support for the arbitrary named jail parameters used by jail_set(2) 2009-05-27 14:30:26 +00:00
Makefile Add support for the arbitrary named jail parameters used by jail_set(2) 2009-05-27 14:30:26 +00:00