summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jls
Commit message (Expand)AuthorAgeFilesLines
* MFC r279083:jamie2015-02-271-8/+8
* MFC r279081:jamie2015-02-272-2/+5
* Add a -N option that prints the jail name rather than its number.des2013-05-172-11/+29
* Fix building with WITHOUT_INET_SUPPORT set.bz2012-03-061-2/+4
* Fix jls backward compat mode broken in r222465, correctlybz2011-08-131-1/+1
* Add a missing ',' to separate arguments lost for r222465 only found inbz2011-06-181-1/+1
* Check for IPv4 or IPv6 to be available by the kernel to notbz2011-05-292-19/+66
* Properly recognize a number followed by non-digits as a jail name.jamie2010-07-081-1/+3
* Properly progress through the list of IPv6 addresses using in6_addr size.ed2010-03-181-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* Don't free jail parameter values after printing them - jail_param_getjamie2009-12-121-5/+0
* Do not truncate IPv6 addresses when printing them in thebz2009-08-121-1/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-17/+14
* Give a more expected behavior to -[hns] options, defaulting to alljamie2009-07-082-11/+18
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-242-437/+143
* Use the right jail parameters for -v (cpuset has changed to cpuset.id).jamie2009-06-171-1/+1
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-273-214/+750
* Make sure that the direct jls invocations prints somethingbz2008-12-141-17/+31
* Correctly check the number of prison states to not access anythingbz2008-12-111-2/+2
* MFp4:bz2008-11-293-26/+212
* Sync code with the error report: calloc(number, 1) is equivalent topjd2005-08-191-1/+1
* Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEMpjd2005-08-151-11/+17
* IP addresses can be up to 15 characters long, not 12.mike2003-04-221-2/+2
* Fixed an err() format error in rev.1.1. This should have been fatalbde2003-04-171-1/+1
* o Add jls(8) for listing active jails.mike2003-04-093-0/+134
OpenPOWER on IntegriCloud