aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jls
Commit message (Expand)AuthorAgeFilesLines
* jls: add a -c mode to check for a jail's existenceKyle Evans2025-07-262-6/+62
* jls: minor simplification to arg handlingKyle Evans2025-07-261-4/+6
* jail: Add meta and env parametersIgor Ostapenko2025-03-311-0/+8
* jls: fix the -q option to put quotes around all whitespaceJamie Gritton2025-02-131-6/+15
* jls: admit that jail parameters with newlines print multiple linesJamie Gritton2025-02-131-5/+5
* jls.8: Reference correct manpage for libxo optionsEd Maste2025-01-201-3/+3
* jls(8): Complete libxo transitionYan-Hao Wang2024-10-121-3/+3
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* jls: low-effort fix to make it compilable with neither inet nor inet6Mateusz Guzik2023-07-051-1/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+1
* Bugfix to not hide jailparam flags, which for example changes the outputJamie Gritton2020-12-151-1/+1
* Fix bad libbxo format strings in jlsAlex Richardson2020-11-041-8/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Improve IP address list representation in libxo output.Jamie Gritton2016-12-241-28/+75
* Add a package for jail(8) and related utilities.Glen Barber2016-01-201-0/+2
* mdoc: sort XrJoel Dahl2016-01-181-3/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-071-0/+2
* Add libxo support to jlsCraig Rodrigues2015-12-223-71/+120
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-12/+14
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-11/+29
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | Allow for parameters added with the JP_OPT flag to not exist.Jamie Gritton2015-02-221-4/+3
* | | | Fix the logic for skipping parameters (with -s) that have "jailsys"Jamie Gritton2015-02-201-4/+5
* | | | Allow parameters listed on the command line to override the -v option,Jamie Gritton2015-02-202-2/+5
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ |/|
* | Add a -N option that prints the jail name rather than its number.Dag-Erling Smørgrav2013-05-172-11/+29
|/
* Fix building with WITHOUT_INET_SUPPORT set.Bjoern A. Zeeb2012-03-061-2/+4
* Fix jls backward compat mode broken in r222465, correctlyBjoern A. Zeeb2011-08-131-1/+1
* Add a missing ',' to separate arguments lost for r222465 only found inBjoern A. Zeeb2011-06-181-1/+1
* Check for IPv4 or IPv6 to be available by the kernel to notBjoern A. Zeeb2011-05-292-19/+66
* Properly recognize a number followed by non-digits as a jail name.Jamie Gritton2010-07-081-1/+3
* Properly progress through the list of IPv6 addresses using in6_addr size.Ed Schouten2010-03-181-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Don't free jail parameter values after printing them - jail_param_getJamie Gritton2009-12-121-5/+0
* Do not truncate IPv6 addresses when printing them in theBjoern A. Zeeb2009-08-121-1/+1