aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* Make getcredhostname() take a buffer and the buffer's sizeRobert Drehmel2002-02-271-3/+12
* Add a function which returns the correct hostname for a givenRobert Drehmel2002-02-271-0/+11
* - Attempt to help declutter kern. sysctl by moving security out fromAndrew R. Reiter2002-01-161-5/+5
* - Move _jail sysctl node underneath _kern_security in order to standardizeAndrew R. Reiter2001-12-121-4/+5
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-0/+17
* o Move suser() calls in kern/ to using suser_xxx() with an explicitRobert Watson2001-11-011-1/+1
* - Catch up to the new ucred API.John Baldwin2001-10-111-18/+24
* o Initialize per-jail securelevel from global securelevel as part ofRobert Watson2001-09-261-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+4
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),Matthew Dillon2001-09-011-4/+14
* Anton kindly pointed out (and fixed) a bug in the Jail handling of theRobert Watson2001-08-031-1/+8
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-18/+67
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* o Deny access to System V IPC from within jail by default, as in theRobert Watson2000-10-311-0/+5
* o Modify jail to limit creation of sockets to UNIX domain sockets,Robert Watson2000-06-041-1/+8
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-121-0/+9
* Add a version number field to the jail(2) argument so that future changesPoul-Henning Kamp1999-09-191-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add beer-ware license and $Id$Poul-Henning Kamp1999-04-301-0/+11
* Make BOOTP to work again.Poul-Henning Kamp1999-04-301-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-0/+114