aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* Line-wrapping tweak: make the sample jail command line fit in 80 characters.Robert Watson2014-03-171-2/+3
* Bump .Dd forgotten in r261832.Niclas Zeising2014-02-131-1/+1
* Add commas (,) to the list in the SEE ALSO section, to match most otherNiclas Zeising2014-02-131-3/+3
* Add cross references between rc.conf(5) and jail.conf(5).Niclas Zeising2014-02-131-0/+1
* Back out r261266 pending security buy-in.Jamie Gritton2014-01-311-11/+0
* Add a jail parameter, allow.kmem, which lets jailed processes accessJamie Gritton2014-01-291-0/+11
* - Add mount.fdescfs parameter to jail(8). This is similar toHiroki Sato2013-10-125-6/+51
* - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-101-4/+6
* Allow tmpfs be mounted inside jail.Xin LI2013-08-231-1/+9
* Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+2
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-3/+3
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* Reverse the order of some implicit commands (FS mounts and ifconfigs)Jamie Gritton2013-03-283-7/+11
* Handle (ignore) when a process disappears before it can be tracked.Jamie Gritton2013-02-141-6/+9
* Move properly to the next parameter when jailparam_init failsJamie Gritton2012-10-041-0/+1
* Warn about filesystem-based attacks.Dag-Erling Smørgrav2012-09-161-1/+9
* Partially roll back r239601 - keep parameter strings both length-delimitedJamie Gritton2012-08-231-4/+5
* Pre-separate IP addresses passed on the command line, so they can beJamie Gritton2012-08-231-2/+26
* Remember that I'm using length-defined strings in parameters:Jamie Gritton2012-08-231-5/+3
* o Restore -u <username> getopt(3) flag somehow killed in r234712.Maxim Konovalov2012-06-281-1/+1
* Minor spelling fixes.Joel Dahl2012-06-032-2/+2
* When writing the jid via the -i flag, do it right when the jail is created,Jamie Gritton2012-05-283-5/+7
* Don't try to set a null TERM environment.Jamie Gritton2012-05-251-1/+2
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-4/+5
* Note that the new jail(8) will be appearing in 9.1.Jamie Gritton2012-05-232-4/+4
* Fix world after byacc import:Baptiste Daroussin2012-05-222-1/+2
* Remove end of line whitespace.Joel Dahl2012-05-121-3/+3
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-5/+5
* mdoc: remove redundant Pp and end a display block with Ed.Joel Dahl2012-05-121-1/+1
* Fix .Pp macro.Joel Dahl2012-05-111-1/+1
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-034-10/+11
* Add YY_NO_INPUT so clang doesn't complain about "input" not being used.Jamie Gritton2012-05-021-0/+1
* Fix the dates and history as of the move to HEAD.Jamie Gritton2012-04-271-3/+3
* A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-2610-635/+4377
|\
| * Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-274-22/+17
| * From r224286:Jamie Gritton2012-02-271-3/+57
| * Improvements in error messages:Jamie Gritton2012-02-084-18/+44
| * Allow relative pathnames for jails generated on the command lineJamie Gritton2012-02-071-1/+1
| * Better communicate the purpose of "-r *".Jamie Gritton2012-01-311-2/+4
| * Don't report errors for the exit status of processes that are killedJamie Gritton2011-07-061-6/+10
| * Advance to the next command before running anything, so errors found inJamie Gritton2011-06-222-48/+40
| * Fix a couple of NULL dereferences.Jamie Gritton2011-06-211-4/+4
| * Following r222465:Jamie Gritton2011-06-205-64/+119
| * Linty stuff.Jamie Gritton2011-06-202-3/+3
| * Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-183-44/+40
| * Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-179-16/+16
| * Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-174-303/+266
| * Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-176-53/+52
| * run_command (mostly) cleanup:Jamie Gritton2010-12-104-160/+194
| * Check unmounts for a mount point of the right FS type.Jamie Gritton2010-11-041-26/+56