aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/jail.2
Commit message (Expand)AuthorAgeFilesLines
* jail: Change both root and working directories in jail_attach(2)Jamie Gritton2021-02-191-1/+4
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-161-15/+100
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-100/+15
* Mark jail(2), and the sysctls that it (and only it) uses as deprecated.Jamie Gritton2016-05-301-1/+1
* Remove man page references to rndassociates.com, which has been taken overJamie Gritton2016-02-101-1/+0
* A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-261-39/+1
|\
| * Remove a section that went to jail(8), and fix a small grammar error.Jamie Gritton2010-10-201-39/+1
* | Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* | Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* | Acknowledge that jail_attach and jail_remove can return EPERM.Jamie Gritton2012-02-081-1/+3
|/
* Spelling fixes.Joel Dahl2010-08-021-1/+1
* Add a limit for child jails via the "children.cur" and "children.max"Jamie Gritton2009-06-231-7/+7
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-5/+21
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-10/+255
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-6/+22
* Document the special loopback address behaviour of jails.Bjoern A. Zeeb2009-01-061-1/+7
* MFp4:Bjoern A. Zeeb2008-11-291-7/+28
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.Tom Rhodes2008-08-031-1/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-7/+7
* Spelling fixes.Mike Pritchard2004-06-211-2/+2
* - Markup fix-ups (add .Dq, and some hard line breaks at the endKen Smith2003-11-111-4/+10
* - Add a note about how jail(2) effects the securelevel.Ken Smith2003-11-111-0/+6
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-9/+4
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-3/+29
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-2/+4
* Remove extra word.Dima Dorfman2002-05-261-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Don't capitalize jail(2) in the middle of a sentence.Dima Dorfman2001-09-031-1/+1
* There shuldn't be whitespace before a question mark.Dima Dorfman2001-08-271-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Fix a typo which I cannot believe I missed after rereading this textJeroen Ruigrok van der Werven1999-12-211-1/+1
* Properly manify this manpage.Jeroen Ruigrok van der Werven1999-12-211-5/+5
* Add a version number field to the jail(2) argument so that future changesPoul-Henning Kamp1999-09-191-3/+14
* mdoc(7) style fix: FreeBSD -> .FxAlexey Zelkin1999-09-051-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Various man page cleanup:Mike Pritchard1999-08-151-5/+6
* Clarify an explanation a little bit.Poul-Henning Kamp1999-07-091-4/+9
* Minor English corrections were made; SEE ALSO was also fixed (no commas).Brian Feldman1999-06-171-4/+4
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-2/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-0/+87