]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/jail/command.c
- close the open file after fetching
[FreeBSD/FreeBSD.git] / usr.sbin / jail / command.c
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-02-27 Jamie GrittonUse the defvs_ruleset paramater when mounting a jail...
2012-02-08 Jamie GrittonImprovements in error messages:
2011-07-06 Jamie GrittonDon't report errors for the exit status of processes...
2011-06-22 Jamie GrittonAdvance to the next command before running anything...
2011-06-21 Jamie GrittonFix a couple of NULL dereferences.
2011-06-20 Jamie GrittonFollowing r222465:
2011-06-20 Jamie GrittonLinty stuff.
2011-06-18 Jamie GrittonMove the actual create/remove (IP__OP) handling into...
2011-06-17 Jamie GrittonUpdate copyright dates and other whitespacey stuff.
2011-06-17 Jamie GrittonSplit run_command up into an outer function (next_comma...
2011-06-17 Jamie GrittonChange cfstrings from an STAILQ into a TAILQ to allow...
2010-12-10 Jamie Grittonrun_command (mostly) cleanup:
2010-11-04 Jamie GrittonCheck unmounts for a mount point of the right FS type.
2010-11-04 Jamie GrittonCheck paths for security:
2010-11-04 Jamie GrittonReads the mount.fstab file, and put its lines separatel...
2010-10-20 Jamie GrittonImport section 2 man files so I can update jail(2).
2010-10-20 Jamie GrittonInitial work on the new jail(8). There are more featur...