aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/config.c
Commit message (Expand)AuthorAgeFilesLines
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-031-4/+4
* Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-271-1/+1
* Following r222465:Jamie Gritton2011-06-201-49/+72
* Linty stuff.Jamie Gritton2011-06-201-2/+1
* 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-0/+1
* Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-171-33/+32
* Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-041-2/+39
* Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-011-48/+41
* Use a little more "ifdef INET6".Jamie Gritton2010-10-271-6/+16
* Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-271-117/+100
* Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-201-0/+786