| Commit message (Expand) | Author | Age | Files | Lines |
* | Always disable mount and unmount for jails with enforce_statfs==2. | mm | 2011-08-02 | 1 | -2/+7 |
* | Revert my last change to this file, as BETA1 is not announced yet. | bcr | 2011-07-28 | 1 | -6/+1 |
* | Add a section to the jail chapter that explains why it is not | bcr | 2011-07-28 | 1 | -1/+6 |
* | Document the potential for jail escape. | gjb | 2011-07-24 | 1 | -1/+8 |
* | Check for IPv4 or IPv6 to be available by the kernel to not | bz | 2011-05-29 | 2 | -34/+45 |
* | Revert r221655: | bcr | 2011-05-08 | 1 | -6/+2 |
* | Jails have a problem in that if the jail directory is world-readable, | bcr | 2011-05-08 | 1 | -2/+6 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -2/+0 |
* | Back out r210975, which changed documentation to match the now backed-out | jamie | 2010-08-08 | 1 | -5/+5 |
* | Note that a jail without a command parameter will be persistent, | jamie | 2010-08-06 | 1 | -5/+5 |
* | Spelling fixes. | joel | 2010-08-01 | 1 | -2/+2 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -0/+4 |
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 1 | -1/+1 |
* | - fix typo | danger | 2010-05-05 | 1 | -1/+1 |
* | Make 'make manlint' happy. No actual visible change. | delphij | 2010-03-03 | 1 | -5/+1 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | bz | 2010-01-17 | 1 | -4/+12 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | - New style of jail(8) usage requires "-c" argument to create a jail. | kuriyama | 2009-11-26 | 1 | -2/+2 |
* | Don't forget to increment the man page date. | ed | 2009-10-18 | 1 | -1/+1 |
* | Fix a typo in the jail(8) manpage. | ed | 2009-10-18 | 1 | -1/+1 |
* | Handle kernels that don't have IPv6 by not sending an "ip6.addr" | jamie | 2009-07-31 | 1 | -8/+32 |
* | Some jail parameters (in particular, "ip4" and "ip6" for IP address | jamie | 2009-07-25 | 1 | -11/+29 |
* | Fix a typo in the examples. | jamie | 2009-07-08 | 1 | -2/+2 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 2 | -184/+25 |
* | Add a limit for child jails via the "children.cur" and "children.max" | jamie | 2009-06-23 | 1 | -8/+15 |
* | Remove obsolete comment describing how the command line is | jamie | 2009-06-23 | 1 | -5/+0 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 1 | -2/+7 |
* | In the old-style jail command line, explicitly set parameters from the | jamie | 2009-06-10 | 1 | -2/+39 |
* | Fix grammar. | jkoshy | 2009-06-08 | 1 | -1/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -6/+16 |
* | Fix some inaccuracies in the extensible parameter addition. | jamie | 2009-05-29 | 1 | -2/+2 |
* | Add support for the arbitrary named jail parameters used by jail_set(2) | jamie | 2009-05-27 | 2 | -413/+810 |
* | With the permission of phk@ change the license on remaining jail code | jamie | 2009-04-29 | 1 | -7/+24 |
* | New sentence starts on a new line. | bz | 2009-01-24 | 1 | -1/+2 |
* | Update the description of the '-h' option wrt to primary addresses | bz | 2009-01-24 | 1 | -4/+5 |
* | s,unmount 8,umount 8, it is unmount(2) which I did not mean. | bz | 2009-01-17 | 1 | -2/+2 |
* | o Sort .Xr. | maxim | 2009-01-12 | 1 | -2/+2 |
* | Add a short section talking about jails and file systems; mention the | bz | 2009-01-11 | 1 | -1/+26 |
* | MFp4: | bz | 2008-11-29 | 3 | -21/+283 |
* | Bump date. | pjd | 2007-04-05 | 1 | -1/+1 |
* | Add security.jail.mount_allowed sysctl, which allows to mount and | pjd | 2007-04-05 | 1 | -0/+10 |
* | Change mount_devfs reference to "mount -t devfs". | rodrigc | 2006-11-21 | 1 | -2/+2 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -9/+11 |
* | Use IP addresses out of "TEST-NET" (for use in documentation and | bz | 2006-06-11 | 1 | -9/+9 |
* | Revert 1.73, since mounting devfs without a devfs ruleset inside a | simon | 2006-05-28 | 1 | -1/+0 |
* | Mention ruleset #4 (devfsrules_jail) in jail's man page. | matteo | 2006-05-28 | 1 | -1/+3 |
* | correct strtol(3) usage and style(9) | matteo | 2006-05-12 | 1 | -4/+8 |
* | o Style(9) the previous commit a bit. | maxim | 2006-05-11 | 1 | -13/+7 |
* | Add the -s option to set jail's securelevel. This is useful for jails run wit... | matteo | 2006-05-11 | 2 | -4/+26 |
* | Use .Vt for struct xprison | matteo | 2006-05-10 | 1 | -2/+4 |