summaryrefslogtreecommitdiffstats
path: root/lib/libjail/jail.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory allocation errors:jamie2012-10-041-13/+17
* The fix in r235291 re-broke the "allow.nomount" case. Re-fix itjamie2012-05-221-12/+14
* The linker isn't consistent in the ordering of dynamic sysctls, so don'tjamie2012-05-111-13/+25
* Handle the case where a boolean parameter is also a node.jamie2012-03-011-30/+23
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-3/+12
* Find a jail's type as part of jailparam_init rather than waiting untiljamie2010-10-271-10/+4
* Whitespace and comment fixes.jamie2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.jamie2010-08-311-6/+9
* Don't import parameter values in jail_getv, except for the search key.jamie2010-07-151-71/+87
* realloc() with a proper amount of memory.ru2010-02-171-1/+1
* Add a null pointer check so "name" can be used as a key parameter injamie2009-12-171-1/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-60/+88
* Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.jamie2009-06-251-34/+72
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-0/+972
OpenPOWER on IntegriCloud