freebsd-nq/sys/cddl/compat/opensolaris
Jamie Gritton b38ff370e4 Introduce the extensible jail framework, using the same "name=value"
interface as nmount(2).  Three new system calls are added:
* jail_set, to create jails and change the parameters of existing jails.
  This replaces jail(2).
* jail_get, to read the parameters of existing jails.  This replaces the
  security.jail.list sysctl.
* jail_remove to kill off a jail's processes and remove the jail.
Most jail parameters may now be changed after creation, and jails may be
set to exist without any attached processes.  The current jail(2) system
call still exists, though it is now a stub to jail_set(2).

Approved by:	bz (mentor)
2009-04-29 21:14:15 +00:00
..
kern Introduce the extensible jail framework, using the same "name=value" 2009-04-29 21:14:15 +00:00
rpc Add FreeBSD IDs to files that originate in FreeBSD. 2008-04-22 07:43:00 +00:00
sys Remove VOP_LEASE and supporting functions. This hasn't been used since 2009-04-10 10:52:19 +00:00