summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail/command.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269522smh2014-08-111-11/+57
* MFC 256385:hrs2013-10-121-1/+32
* Reverse the order of some implicit commands (FS mounts and ifconfigs)jamie2013-03-281-3/+6
* Handle (ignore) when a process disappears before it can be tracked.jamie2013-02-141-6/+9
* When writing the jid via the -i flag, do it right when the jail is created,jamie2012-05-281-1/+3
* Don't try to set a null TERM environment.jamie2012-05-251-1/+2
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingjamie2012-05-031-1/+1
* Use the defvs_ruleset paramater when mounting a jail's /dev,jamie2012-02-271-12/+12
* Improvements in error messages:jamie2012-02-081-4/+8
* Don't report errors for the exit status of processes that are killedjamie2011-07-061-6/+10
* Advance to the next command before running anything, so errors found injamie2011-06-221-46/+36
* Fix a couple of NULL dereferences.jamie2011-06-211-4/+4
* Following r222465:jamie2011-06-201-1/+6
* Linty stuff.jamie2011-06-201-1/+2
* Move the actual create/remove (IP__OP) handling into run_command,jamie2011-06-181-7/+32
* Update copyright dates and other whitespacey stuff.jamie2011-06-171-1/+1
* Split run_command up into an outer function (next_command) that choosesjamie2011-06-171-145/+171
* Change cfstrings from an STAILQ into a TAILQ to allow commands to bejamie2011-06-171-4/+4
* run_command (mostly) cleanup:jamie2010-12-101-111/+150
* Check unmounts for a mount point of the right FS type.jamie2010-11-041-26/+56
* Check paths for security:jamie2010-11-041-3/+68
* Reads the mount.fstab file, and put its lines separately into thejamie2010-11-041-10/+3
* Initial work on the new jail(8). There are more features to add, and somejamie2010-10-201-0/+675
OpenPOWER on IntegriCloud