index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_jail.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Introduce pr_mtx into struct prison, providing protection for the
rwatson
2001-12-03
1
-0
/
+17
*
o Move suser() calls in kern/ to using suser_xxx() with an explicit
rwatson
2001-11-01
1
-1
/
+1
*
- Catch up to the new ucred API.
jhb
2001-10-11
1
-18
/
+24
*
o Initialize per-jail securelevel from global securelevel as part of
rwatson
2001-09-26
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+4
*
Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),
dillon
2001-09-01
1
-4
/
+14
*
Anton kindly pointed out (and fixed) a bug in the Jail handling of the
rwatson
2001-08-03
1
-1
/
+8
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-18
/
+67
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
o Deny access to System V IPC from within jail by default, as in the
rwatson
2000-10-31
1
-0
/
+5
*
o Modify jail to limit creation of sockets to UNIX domain sockets,
rwatson
2000-06-04
1
-1
/
+8
*
Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,
rwatson
2000-02-12
1
-0
/
+9
*
Add a version number field to the jail(2) argument so that future changes
phk
1999-09-19
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add beer-ware license and $Id$
phk
1999-04-30
1
-0
/
+11
*
Make BOOTP to work again.
phk
1999-04-30
1
-1
/
+1
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-0
/
+114