aboutsummaryrefslogtreecommitdiff
path: root/lib/libjail
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory allocation errors:Jamie Gritton2012-10-041-13/+17
* The fix in r235291 re-broke the "allow.nomount" case. Re-fix itJamie Gritton2012-05-221-12/+14
* The linker isn't consistent in the ordering of dynamic sysctls, so don'tJamie Gritton2012-05-111-13/+25
* Handle the case where a boolean parameter is also a node.Jamie Gritton2012-03-011-30/+23
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+12
* Find a jail's type as part of jailparam_init rather than waiting untilJamie Gritton2010-10-271-10/+4
* mdoc: fix manlint warnings by unbreaking mdoc syntaxUlrich Spörlein2010-10-081-1/+1
* Whitespace and comment fixes.Jamie Gritton2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.Jamie Gritton2010-08-311-6/+9
* Make it clear in the example that jailparam_export's return valueJamie Gritton2010-08-311-1/+3
* Don't copy and return a potentially unset buffer when jail_get fails.Jamie Gritton2010-07-151-6/+10
* Don't import parameter values in jail_getv, except for the search key.Jamie Gritton2010-07-151-71/+87
* realloc() with a proper amount of memory.Ruslan Ermilov2010-02-171-1/+1
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Add a null pointer check so "name" can be used as a key parameter inJamie Gritton2009-12-171-1/+1
* Fixed markup (mostly) errors.Ruslan Ermilov2009-09-211-48/+54
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton2009-07-252-60/+89
* Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.Jamie Gritton2009-06-251-34/+72
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-245-0/+1448