1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/compat
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
..
freebsd32 Introduce the extensible jail framework, using the same "name=value" 2009-04-29 21:14:15 +00:00
ia32 Fix KBI breakage by r190520 which affects older linux.ko binaries: 2009-04-05 09:27:19 +00:00
linprocfs Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine 2009-03-26 17:14:22 +00:00
linsysfs
linux In preparation for turning on options VIMAGE in next commits, 2009-04-26 22:06:42 +00:00
ndis MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
netbsd
svr4 Implement new way of branding ELF binaries by looking to a 2009-03-13 16:40:51 +00:00