summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* Don't bother checking an ip[46].addr netmask/prefixlen. This is alreadyjamie2016-01-161-18/+3
* Clear errno before calling getpw*.jamie2016-01-161-0/+1
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-011-0/+1
* Fix a ton of speelling errorseadler2015-10-213-3/+3
* Fix transposed words in man page.dru2015-07-251-1/+1
* Add support to the jail framework to be able to mount linsysfs(5) andaraujo2015-07-191-1/+19
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inhrs2015-07-082-2/+8
* Fix offset calculation in variable substitutionhrs2015-07-081-8/+8
* Add META_MODE support.sjg2015-06-131-0/+30
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-278-74/+135
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-17/+80
| |\
| * \ Merge head from 7/28sjg2014-08-191-102/+106
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-286-11/+58
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-4/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2013-09-053-4/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-123-13/+20
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+2
| * | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-044-13/+45
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+29
* | | | | | | | | | | | Fix minor mdoc issues.joel2015-04-241-1/+0
* | | | | | | | | | | | Fix typo in jail(8) man pageallanjude2015-03-221-1/+1
* | | | | | | | | | | | Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-271-2/+10
* | | | | | | | | | | | Add mount.procfs jail parameter, so procfs can be mounted when a prison'sjamie2015-02-065-1/+44
* | | | | | | | | | | | Add allow.mount.fdescfs jail flag.jamie2015-01-281-2/+10
* | | | | | | | | | | | mdoc: sort SEE ALSO.joel2014-12-261-1/+1
* | | | | | | | | | | | Setgid before running a command as a specified user. Previously onlyjamie2014-12-181-0/+5
* | | | | | | | | | | | In preparation for using clang's -Wcast-qual:jamie2014-11-253-67/+65
* | | | | | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Added support for extra ifconfig args to jail ip4.addr & ip6.addr paramssmh2014-08-043-17/+80
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | The month's name shall not be abbreviated.gavin2014-07-111-1/+1
* | | | | | | | | | Reword an awkward option descriptiongavin2014-07-101-3/+4
* | | | | | | | | | Bump .Dd, missed in r266206bjk2014-05-171-1/+1
* | | | | | | | | | Review pass through jail.8bjk2014-05-161-99/+102
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Line-wrapping tweak: make the sample jail command line fit in 80 characters.rwatson2014-03-171-2/+3
* | | | | | | | Bump .Dd forgotten in r261832.zeising2014-02-131-1/+1
* | | | | | | | Add commas (,) to the list in the SEE ALSO section, to match most otherzeising2014-02-131-3/+3
* | | | | | | | Add cross references between rc.conf(5) and jail.conf(5).zeising2014-02-131-0/+1
* | | | | | | | Back out r261266 pending security buy-in.jamie2014-01-311-11/+0
* | | | | | | | Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-0/+11
* | | | | | | | - Add mount.fdescfs parameter to jail(8). This is similar tohrs2013-10-125-6/+51
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-4/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+9
* | | | | | Work around build breakages with GCC 4.2.jkim2013-05-231-0/+2
* | | | | | Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-3/+3
OpenPOWER on IntegriCloud