summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: 285685araujo2016-02-241-0/+16
* MFC r292277:jamie2015-12-181-3/+6
* MFC r282213:trasz2015-06-211-4/+18
* MFC r279361, r279395, r279396:ian2015-03-251-2/+76
* MFC r277855:jamie2015-01-311-0/+8
* MFC r277158:jamie2015-01-171-2/+2
* MFC r271317:trasz2014-09-151-2/+4
* MFC r259520:ae2013-12-241-1/+1
* MFC: r258718: fix emulated jail_v0 byte orderpeter2013-12-041-1/+1
* Keep PRIV_KMEM_READ permitted inside jails as it is on the outside.jamie2013-09-061-0/+7
* Allow tmpfs be mounted inside jail.delphij2013-08-231-0/+8
* Refine the "nojail" rc keyword, adding "nojailvnet" for files that don'tjamie2013-05-191-0/+20
* prison_racct_detach can be called for not fully initialized jail, so make it ...mjg2012-12-181-0/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-21/+6
* Fix use-after-free in kern_jail_set() triggered e.g. by attemptstrasz2012-05-221-6/+10
* Don't leak locks in prison_racct_modify().trasz2012-05-221-1/+4
* Make racct and rctl correctly handle jail renaming. Previouslytrasz2012-03-061-8/+71
* Add procfs to jail-mountable filesystems.mm2012-02-291-0/+8
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-4/+12
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-11/+26
* Add support for mounting devfs inside jails.mm2012-02-091-2/+55
* Use separate buffer for global path to avoid overflow of path buffer.mm2012-01-211-3/+11
* Fix missing in r230129:mm2012-01-151-0/+1
* Introduce vn_path_to_global_path()mm2012-01-151-19/+31
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-6/+6
* Delay the recursive decrement of pr_uref when jails are made invisiblejamie2011-08-261-26/+5
* Always disable mount and unmount for jails with enforce_statfs==2.mm2011-08-021-1/+2
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-2/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-031-9/+107
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+4
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+17
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-1/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+6
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* Mfp4 CH177924:bz2010-12-311-1/+8
* Don't exit kern_jail_set without freeing options when enforce_statfsjamie2010-09-101-5/+8
* Back out r210974. Any convenience of not typing "persist" is outweighedjamie2010-08-081-2/+6
* Implicitly make a new jail persistent if it's set not to attach.jamie2010-08-061-6/+2
* Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This iscperciva2010-06-041-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-4/+4
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+1
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-2/+108
* Change DDB show prison:bz2010-01-111-5/+6
* Adjust a comment to reflect reality, as we have proper sourcebz2010-01-111-1/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Throughout the network stack we have a few places ofbz2009-12-131-1/+24
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-1/+0
OpenPOWER on IntegriCloud