aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jls/jls.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r209820:Jamie Gritton2010-07-111-1/+3
* MFC r205296:Ed Schouten2010-03-241-1/+1
* MFC r200449:Jamie Gritton2009-12-201-5/+0
* MFC r196137:Bjoern A. Zeeb2009-08-121-1/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton2009-07-251-17/+14
* Give a more expected behavior to -[hns] options, defaulting to allJamie Gritton2009-07-081-6/+8
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-241-437/+140
* Use the right jail parameters for -v (cpuset has changed to cpuset.id).Jamie Gritton2009-06-171-1/+1
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-271-186/+692
* Make sure that the direct jls invocations prints somethingBjoern A. Zeeb2008-12-141-17/+31
* Correctly check the number of prison states to not access anythingBjoern A. Zeeb2008-12-111-2/+2
* MFp4:Bjoern A. Zeeb2008-11-291-21/+181
* Sync code with the error report: calloc(number, 1) is equivalent toPawel Jakub Dawidek2005-08-191-1/+1
* Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEMPawel Jakub Dawidek2005-08-151-11/+17
* IP addresses can be up to 15 characters long, not 12.Mike Barcroft2003-04-221-2/+2
* Fixed an err() format error in rev.1.1. This should have been fatalBruce Evans2003-04-171-1/+1
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-091-0/+77