| Commit message (Expand) | Author | Age | Files | Lines |
* | jls.8: Reference correct manpage for libxo options | Ed Maste | 2025-02-07 | 1 | -3/+3 |
* | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | Bugfix to not hide jailparam flags, which for example changes the output | Jamie Gritton | 2020-12-15 | 1 | -1/+1 |
* | Fix bad libbxo format strings in jls | Alex Richardson | 2020-11-04 | 1 | -8/+2 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Improve IP address list representation in libxo output. | Jamie Gritton | 2016-12-24 | 1 | -28/+75 |
* | Add a package for jail(8) and related utilities. | Glen Barber | 2016-01-20 | 1 | -0/+2 |
* | mdoc: sort Xr | Joel Dahl | 2016-01-18 | 1 | -3/+3 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2016-01-07 | 1 | -0/+2 |
* | Add libxo support to jls | Craig Rodrigues | 2015-12-22 | 3 | -71/+120 |
* | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+20 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -12/+14 |
| |\
| |/
|/| |
|
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -11/+29 |
| |\ \ |
|
| * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+21 |
* | | | | Allow for parameters added with the JP_OPT flag to not exist. | Jamie Gritton | 2015-02-22 | 1 | -4/+3 |
* | | | | Fix the logic for skipping parameters (with -s) that have "jailsys" | Jamie Gritton | 2015-02-20 | 1 | -4/+5 |
* | | | | Allow parameters listed on the command line to override the -v option, | Jamie Gritton | 2015-02-20 | 2 | -2/+5 |
* | | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|/
|/| | |
|
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add a -N option that prints the jail name rather than its number. | Dag-Erling Smørgrav | 2013-05-17 | 2 | -11/+29 |
|/ |
|
* | Fix building with WITHOUT_INET_SUPPORT set. | Bjoern A. Zeeb | 2012-03-06 | 1 | -2/+4 |
* | Fix jls backward compat mode broken in r222465, correctly | Bjoern A. Zeeb | 2011-08-13 | 1 | -1/+1 |
* | Add a missing ',' to separate arguments lost for r222465 only found in | Bjoern A. Zeeb | 2011-06-18 | 1 | -1/+1 |
* | Check for IPv4 or IPv6 to be available by the kernel to not | Bjoern A. Zeeb | 2011-05-29 | 2 | -19/+66 |
* | Properly recognize a number followed by non-digits as a jail name. | Jamie Gritton | 2010-07-08 | 1 | -1/+3 |
* | Properly progress through the list of IPv6 addresses using in6_addr size. | Ed Schouten | 2010-03-18 | 1 | -1/+1 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -2/+0 |
* | Don't free jail parameter values after printing them - jail_param_get | Jamie Gritton | 2009-12-12 | 1 | -5/+0 |
* | Do not truncate IPv6 addresses when printing them in the | Bjoern A. Zeeb | 2009-08-12 | 1 | -1/+1 |
* | Some jail parameters (in particular, "ip4" and "ip6" for IP address | Jamie Gritton | 2009-07-25 | 1 | -17/+14 |
* | Give a more expected behavior to -[hns] options, defaulting to all | Jamie Gritton | 2009-07-08 | 2 | -11/+18 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | Jamie Gritton | 2009-06-24 | 2 | -437/+143 |
* | Use the right jail parameters for -v (cpuset has changed to cpuset.id). | Jamie Gritton | 2009-06-17 | 1 | -1/+1 |
* | Add support for the arbitrary named jail parameters used by jail_set(2) | Jamie Gritton | 2009-05-27 | 3 | -214/+750 |
* | Make sure that the direct jls invocations prints something | Bjoern A. Zeeb | 2008-12-14 | 1 | -17/+31 |
* | Correctly check the number of prison states to not access anything | Bjoern A. Zeeb | 2008-12-11 | 1 | -2/+2 |
* | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 3 | -26/+212 |
* | Sync code with the error report: calloc(number, 1) is equivalent to | Pawel Jakub Dawidek | 2005-08-19 | 1 | -1/+1 |
* | Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM | Pawel Jakub Dawidek | 2005-08-15 | 1 | -11/+17 |