| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in jail(8) man page | allanjude | 2015-03-22 | 1 | -1/+1 |
* | Allow the kern.osrelease and kern.osreldate sysctl values to be set in a | ian | 2015-02-27 | 1 | -2/+10 |
* | Add mount.procfs jail parameter, so procfs can be mounted when a prison's | jamie | 2015-02-06 | 5 | -1/+44 |
* | Add allow.mount.fdescfs jail flag. | jamie | 2015-01-28 | 1 | -2/+10 |
* | mdoc: sort SEE ALSO. | joel | 2014-12-26 | 1 | -1/+1 |
* | Setgid before running a command as a specified user. Previously only | jamie | 2014-12-18 | 1 | -0/+5 |
* | In preparation for using clang's -Wcast-qual: | jamie | 2014-11-25 | 3 | -67/+65 |
* | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | Added support for extra ifconfig args to jail ip4.addr & ip6.addr params | smh | 2014-08-04 | 3 | -17/+80 |
* | The month's name shall not be abbreviated. | gavin | 2014-07-11 | 1 | -1/+1 |
* | Reword an awkward option description | gavin | 2014-07-10 | 1 | -3/+4 |
* | Bump .Dd, missed in r266206 | bjk | 2014-05-17 | 1 | -1/+1 |
* | Review pass through jail.8 | bjk | 2014-05-16 | 1 | -99/+102 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Line-wrapping tweak: make the sample jail command line fit in 80 characters. | rwatson | 2014-03-17 | 1 | -2/+3 |
* | Bump .Dd forgotten in r261832. | zeising | 2014-02-13 | 1 | -1/+1 |
* | Add commas (,) to the list in the SEE ALSO section, to match most other | zeising | 2014-02-13 | 1 | -3/+3 |
* | Add cross references between rc.conf(5) and jail.conf(5). | zeising | 2014-02-13 | 1 | -0/+1 |
* | Back out r261266 pending security buy-in. | jamie | 2014-01-31 | 1 | -11/+0 |
* | Add a jail parameter, allow.kmem, which lets jailed processes access | jamie | 2014-01-29 | 1 | -0/+11 |
* | - Add mount.fdescfs parameter to jail(8). This is similar to | hrs | 2013-10-12 | 5 | -6/+51 |
* | - Update rc.d/jail to use a jail(8) configuration file instead of | hrs | 2013-10-10 | 1 | -4/+6 |
* | Allow tmpfs be mounted inside jail. | delphij | 2013-08-23 | 1 | -1/+9 |
* | 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 |