aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* 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