| Commit message (Expand) | Author | Age | Files | Lines |
* | o Restore -u <username> getopt(3) flag somehow killed in r234712. | maxim | 2012-06-28 | 1 | -1/+1 |
* | Minor spelling fixes. | joel | 2012-06-03 | 2 | -2/+2 |
* | When writing the jid via the -i flag, do it right when the jail is created, | jamie | 2012-05-28 | 3 | -5/+7 |
* | Don't try to set a null TERM environment. | jamie | 2012-05-25 | 1 | -1/+2 |
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -4/+5 |
* | Note that the new jail(8) will be appearing in 9.1. | jamie | 2012-05-23 | 2 | -4/+4 |
* | Fix world after byacc import: | bapt | 2012-05-22 | 2 | -1/+2 |
* | Remove end of line whitespace. | joel | 2012-05-12 | 1 | -3/+3 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-12 | 1 | -5/+5 |
* | mdoc: remove redundant Pp and end a display block with Ed. | joel | 2012-05-12 | 1 | -1/+1 |
* | Fix .Pp macro. | joel | 2012-05-11 | 1 | -1/+1 |
* | 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 |