| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | jail: Add exec.prepare and exec.release command hooks | Ryan Moeller | 2020-05-14 | 1 | -0/+2 |
| * | jail(8): introduce new command option -e to exhibit | Eugene Grosbein | 2018-11-10 | 1 | -0/+1 |
| * | security.jail.enforce_statfs is handled by jail_set(2), so handling it in | Jamie Gritton | 2018-08-16 | 1 | -1/+0 |
| * | - Add exec hook "exec.created". This is called when the jail is | Alexander Leidinger | 2018-08-15 | 1 | -0/+1 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Fix up the order in which jail creation processes are run, to preserve | Jamie Gritton | 2016-07-14 | 1 | -0/+2 |
| * | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
| * | Implement PF_IMMUTABLE flag and apply it to "name" and "jid" in | Hiroki Sato | 2015-07-08 | 1 | -0/+1 |
| * | Add mount.procfs jail parameter, so procfs can be mounted when a prison's | Jamie Gritton | 2015-02-06 | 1 | -0/+1 |
| * | - Add mount.fdescfs parameter to jail(8). This is similar to | Hiroki Sato | 2013-10-12 | 1 | -0/+1 |
| * | Reverse the order of some implicit commands (FS mounts and ifconfigs) | Jamie Gritton | 2013-03-28 | 1 | -0/+1 |
| * | When writing the jid via the -i flag, do it right when the jail is created, | Jamie Gritton | 2012-05-28 | 1 | -0/+1 |
| * | Fix world after byacc import: | Baptiste Daroussin | 2012-05-22 | 1 | -1/+0 |
| * | Add a meta-parameter IP__NULL to enum intparam, instead of mixing | Jamie Gritton | 2012-05-03 | 1 | -1/+2 |
| * | Use the defvs_ruleset paramater when mounting a jail's /dev, | Jamie Gritton | 2012-02-27 | 1 | -1/+1 |
| * | Improvements in error messages: | Jamie Gritton | 2012-02-08 | 1 | -1/+2 |
| * | Following r222465: | Jamie Gritton | 2011-06-20 | 1 | -0/+6 |
| * | Move the actual create/remove (IP__OP) handling into run_command, | Jamie Gritton | 2011-06-18 | 1 | -0/+2 |
| * | Update copyright dates and other whitespacey stuff. | Jamie Gritton | 2011-06-17 | 1 | -1/+1 |
| * | Split run_command up into an outer function (next_command) that chooses | Jamie Gritton | 2011-06-17 | 1 | -7/+6 |
| * | Change cfstrings from an STAILQ into a TAILQ to allow commands to be | Jamie Gritton | 2011-06-17 | 1 | -2/+2 |
| * | run_command (mostly) cleanup: | Jamie Gritton | 2010-12-10 | 1 | -6/+5 |
| * | Reads the mount.fstab file, and put its lines separately into the | Jamie Gritton | 2010-11-04 | 1 | -0/+1 |
| * | Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS. | Jamie Gritton | 2010-11-01 | 1 | -11/+9 |
| * | Keep all internal/known parameter names in one place, and use | Jamie Gritton | 2010-10-27 | 1 | -5/+13 |
| * | Initial work on the new jail(8). There are more features to add, and some | Jamie Gritton | 2010-10-20 | 1 | -0/+218 |