summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-18/+67
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-311-0/+5
* o Modify jail to limit creation of sockets to UNIX domain sockets,rwatson2000-06-041-1/+8
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-121-0/+9
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add beer-ware license and $Id$phk1999-04-301-0/+11
* Make BOOTP to work again.phk1999-04-301-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-0/+114
OpenPOWER on IntegriCloud