aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jailp.h
Commit message (Expand)AuthorAgeFilesLines
* - Add mount.fdescfs parameter to jail(8). This is similar toHiroki Sato2013-10-121-0/+1
* Reverse the order of some implicit commands (FS mounts and ifconfigs)Jamie Gritton2013-03-281-0/+1
* When writing the jid via the -i flag, do it right when the jail is created,Jamie Gritton2012-05-281-0/+1
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+0
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-031-1/+2
* Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-271-1/+1
* Improvements in error messages:Jamie Gritton2012-02-081-1/+2
* Following r222465:Jamie Gritton2011-06-201-0/+6
* Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-181-0/+2
* Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-171-1/+1
* Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-171-7/+6
* Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-171-2/+2
* run_command (mostly) cleanup:Jamie Gritton2010-12-101-6/+5
* Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-041-0/+1
* Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-011-11/+9
* Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-271-5/+13
* Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-201-0/+218