summaryrefslogtreecommitdiffstats
path: root/sys/sys/jail.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: 285685araujo2016-02-241-1/+3
* MFC r279361, r279395, r279396:ian2015-03-251-1/+5
* MFC r277855:jamie2015-01-311-1/+2
* Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+2
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+2
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-1/+2
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-1/+5
* Add support for mounting devfs inside jails.mm2012-02-091-1/+2
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-031-1/+12
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-1/+6
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-1/+1
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-0/+6
* Throughout the network stack we have a few places ofbz2009-12-131-0/+1
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-131-0/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-7/+17
* Clean up struct prison, with the recent fields in more logical places,jamie2009-06-241-13/+15
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-231-4/+21
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-151-0/+2
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-3/+3
* Add counterparts to getcredhostname:jamie2009-06-131-1/+4
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-0/+6
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-271-13/+5
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-18/+97
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-1/+1
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.jamie2009-05-051-0/+1
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-11/+61
* With the permission of phk@ change the license on remaining jail codejamie2009-04-291-6/+23
* Whitespace/spelling fixes in advance of upcoming functional changes.jamie2009-03-271-6/+5
* Remove obsolete prison_service declarations.jamie2009-02-171-16/+0
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-051-0/+1
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* MFp4:bz2008-11-291-7/+80
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* Revert rev. 178124 as requested by kris@. Having jail id not beingdelphij2008-06-191-0/+2
* Instead of rolling our own jail number allocation procedure, usedelphij2008-04-111-2/+0
* Implement functionality I called 'jail services'.pjd2007-04-051-1/+19
* Make prison_find() globally accessible.pjd2007-04-051-0/+1
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-061-0/+1
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-1/+4
* Make prison structure visible from userland if _WANT_PRISON is definedpjd2005-03-201-1/+5
* Add a new sysctl, "security.jail.chflags_allowed", which controls thecperciva2005-02-081-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Correct mutexes names in comment.pjd2004-11-241-2/+2
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-0/+1
* By default, when a process in jail calls getfsstat(), only return therwatson2004-02-141-0/+3
* Defer the vrele() on a jail's root vnode reference from prison_free()rwatson2004-01-231-1/+3
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+20
* Include <sys/queue.h> so that this file provides its own namespacebde2002-05-061-0/+1
* Remove __Palfred2002-03-191-10/+10
* Make getcredhostname() take a buffer and the buffer's sizerobert2002-02-271-1/+1
OpenPOWER on IntegriCloud