| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a meta-parameter IP__NULL to enum intparam, instead of mixing | jamie | 2012-05-03 | 4 | -10/+11 |
* | Add YY_NO_INPUT so clang doesn't complain about "input" not being used. | jamie | 2012-05-02 | 1 | -0/+1 |
* | Fix the dates and history as of the move to HEAD. | jamie | 2012-04-27 | 1 | -3/+3 |
* | A new jail(8) with a configuration file, ultimately to replace the work | jamie | 2012-04-26 | 10 | -635/+4377 |
|\ |
|
| * | Use the defvs_ruleset paramater when mounting a jail's /dev, | jamie | 2012-02-27 | 4 | -22/+17 |
| * | From r224286: | jamie | 2012-02-27 | 1 | -3/+57 |
| * | Improvements in error messages: | jamie | 2012-02-08 | 4 | -18/+44 |
| * | Allow relative pathnames for jails generated on the command line | jamie | 2012-02-07 | 1 | -1/+1 |
| * | Better communicate the purpose of "-r *". | jamie | 2012-01-31 | 1 | -2/+4 |
| * | Don't report errors for the exit status of processes that are killed | jamie | 2011-07-06 | 1 | -6/+10 |
| * | Advance to the next command before running anything, so errors found in | jamie | 2011-06-22 | 2 | -48/+40 |
| * | Fix a couple of NULL dereferences. | jamie | 2011-06-21 | 1 | -4/+4 |
| * | Following r222465: | jamie | 2011-06-20 | 5 | -64/+119 |
| * | Linty stuff. | jamie | 2011-06-20 | 2 | -3/+3 |
| * | Move the actual create/remove (IP__OP) handling into run_command, | jamie | 2011-06-18 | 3 | -44/+40 |
| * | Update copyright dates and other whitespacey stuff. | jamie | 2011-06-17 | 9 | -16/+16 |
| * | Split run_command up into an outer function (next_command) that chooses | jamie | 2011-06-17 | 4 | -303/+266 |
| * | Change cfstrings from an STAILQ into a TAILQ to allow commands to be | jamie | 2011-06-17 | 6 | -53/+52 |
| * | run_command (mostly) cleanup: | jamie | 2010-12-10 | 4 | -160/+194 |
| * | Check unmounts for a mount point of the right FS type. | jamie | 2010-11-04 | 1 | -26/+56 |
| * | Check paths for security: | jamie | 2010-11-04 | 2 | -3/+74 |
| * | Reads the mount.fstab file, and put its lines separately into the | jamie | 2010-11-04 | 4 | -17/+50 |
| * | Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS. | jamie | 2010-11-01 | 3 | -69/+54 |
| * | Use a little more "ifdef INET6". | jamie | 2010-10-27 | 1 | -6/+16 |
| * | Don't assume either jid or name is set - they may not be from the | jamie | 2010-10-27 | 1 | -4/+5 |
| * | Keep all internal/known parameter names in one place, and use | jamie | 2010-10-27 | 3 | -160/+151 |
| * | Initial work on the new jail(8). There are more features to add, and some | jamie | 2010-10-20 | 10 | -608/+4169 |
* | | Bump .Dd to reflect latest update | mm | 2012-02-29 | 1 | -1/+1 |
* | | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 1 | -0/+8 |
* | | mdoc(7) stype - start new sentences on new line | mm | 2012-02-28 | 1 | -8/+10 |
* | | Analogous to r232059, add a parameter for the ZFS file system: | mm | 2012-02-26 | 1 | -1/+12 |
* | | To improve control over the use of mount(8) inside a jail(8), introduce | mm | 2012-02-23 | 1 | -8/+28 |
* | | Add support for mounting devfs inside jails. | mm | 2012-02-09 | 1 | -1/+12 |
* | | Try resolving jail path with realpath(3). | mm | 2012-01-24 | 1 | -2/+8 |
* | | 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 |