| Commit message (Expand) | Author | Age | Files | Lines |
* | Work around build breakages with GCC 4.2. | jkim | 2013-05-23 | 1 | -0/+2 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | jkim | 2013-05-03 | 1 | -3/+3 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+2 |
* | Reverse the order of some implicit commands (FS mounts and ifconfigs) | jamie | 2013-03-28 | 3 | -7/+11 |
* | Handle (ignore) when a process disappears before it can be tracked. | jamie | 2013-02-14 | 1 | -6/+9 |
* | Move properly to the next parameter when jailparam_init fails | jamie | 2012-10-04 | 1 | -0/+1 |
* | Warn about filesystem-based attacks. | des | 2012-09-16 | 1 | -1/+9 |
* | Partially roll back r239601 - keep parameter strings both length-delimited | jamie | 2012-08-23 | 1 | -4/+5 |
* | Pre-separate IP addresses passed on the command line, so they can be | jamie | 2012-08-23 | 1 | -2/+26 |
* | Remember that I'm using length-defined strings in parameters: | jamie | 2012-08-23 | 1 | -5/+3 |
* | 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 |