| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r271145: | hrs | 2014-10-09 | 1 | -4/+4 |
* | MFC r270780: | hrs | 2014-10-09 | 1 | -21/+15 |
* | MFC r271078: | gjb | 2014-09-07 | 1 | -1/+1 |
* | MFC r259094 - Fix undocumented side effect of r256256 that changes/breaks | peter | 2013-12-09 | 1 | -2/+2 |
* | MFC 256716,256835: | hrs | 2013-10-22 | 1 | -39/+84 |
* | MFC 256440, 256498: | hrs | 2013-10-17 | 1 | -31/+72 |
* | MFC 256385: | hrs | 2013-10-12 | 1 | -3/+2 |
* | - Update rc.d/jail to use a jail(8) configuration file instead of | hrs | 2013-10-10 | 1 | -570/+299 |
* | Add a conditional sleep 1 in case we add any IPv6 addresses to interfaces. | bz | 2013-01-17 | 1 | -1/+8 |
* | Only pass ip[46].addr when _addrl contains a value | eadler | 2012-11-15 | 1 | -1/+2 |
* | Simply things so that "#REQUIRE: FILESYSTEMS" means the file | obrien | 2012-09-11 | 1 | -1/+1 |
* | - Allow to pass extra parameters for each jails. | kuriyama | 2012-08-19 | 1 | -5/+19 |
* | Move -n ${_jail} before ${_flags} so that any -n options in ${_flags} | des | 2012-07-18 | 1 | -1/+1 |
* | Name jails automatically. | des | 2012-07-04 | 1 | -1/+1 |
* | When creating the jails /dev/log symlink, do it by full path to avoid | brooks | 2012-01-20 | 1 | -4/+1 |
* | Prepare for the removal of set_rcvar() by changing the rcvar= | dougb | 2012-01-14 | 1 | -1/+1 |
* | Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical. | emaste | 2011-03-30 | 1 | -2/+2 |
* | Implement the idea of parallel-only-at-start-time in a cleaner, more | dougb | 2010-03-07 | 1 | -15/+10 |
* | Redirect stdin from /dev/null when starting a jail: | netchild | 2010-03-05 | 1 | -2/+18 |
* | Execute the start/stop process of a jail in the background. | remko | 2009-11-02 | 1 | -1/+1 |
* | Small cleanups to the jail script: | ed | 2009-06-10 | 1 | -4/+3 |
* | Added (pre|post)(start|stop) jail hooks. These can be used to run | ru | 2009-04-28 | 1 | -2/+108 |
* | Update jail startup script for multi-IPv4/v6/no-IP jails. | bz | 2009-01-26 | 1 | -16/+208 |
* | Allow a jail's IP alias to be created with an arbitrary netmask. | ru | 2008-09-24 | 1 | -1/+3 |
* | Allow a jail to be started with a specific route fib. | thompsa | 2008-09-16 | 1 | -1/+8 |
* | As previously discussed, add the svn:executable property to all scripts | dougb | 2008-07-16 | 1 | -0/+0 |
* | Add warning about this script dealing with untrusted data. | simon | 2008-01-13 | 1 | -0/+6 |
* | Fix indentation. | rse | 2007-05-24 | 1 | -1/+1 |
* | Fix jail rc.d script privilege escalation via symlink attack against | simon | 2007-01-11 | 1 | -12/+116 |
* | Jail_ip and jail_interface local variables were renamed to _ip and _interface | flz | 2007-01-02 | 1 | -2/+2 |
* | Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> is | matteo | 2006-05-30 | 1 | -1/+35 |
* | style(9) | matteo | 2006-05-30 | 1 | -12/+12 |
* | - Change the "jail_" prefix for internal script variables. This fixes an | flz | 2006-05-11 | 1 | -93/+93 |
* | if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_en... | matteo | 2006-05-11 | 1 | -0/+4 |
* | if a jail fails to start, don't add its jid to /var/run and print a message w... | matteo | 2006-05-09 | 1 | -5/+10 |
* | - Fix quoting. | flz | 2006-05-08 | 1 | -2/+2 |
* | - Check for some mandatory variables. | flz | 2006-05-07 | 1 | -0/+11 |
* | - Add following global jail options, used if no jail-specific options are | flz | 2006-04-08 | 1 | -9/+17 |
* | Fix overriding jail_list from command line. | fjoe | 2006-03-08 | 1 | -1/+3 |
* | Skip jails which are already running and inform why. | pjd | 2005-08-07 | 1 | -0/+4 |
* | Allow to give more than one jail's name, eg.: | pjd | 2005-08-07 | 1 | -2/+6 |
* | Introduce new per-jail variable jail_<name>_flags, which allows to specify | pjd | 2005-06-26 | 1 | -1/+4 |
* | Do not unconditionally mount devfs to ${jail_devdir}/dev. First check | csjp | 2005-04-30 | 1 | -9/+12 |
* | "REQUIRE: cleanvar" for all RC's writing into /var/run. | obrien | 2005-01-16 | 1 | -1/+1 |
* | Improve the RC framework for the clean booting/shutdown of Jails: | rse | 2004-12-14 | 1 | -3/+25 |
* | Fix a typo in an error message. | mux | 2004-11-24 | 1 | -1/+1 |
* | Implement per-jail fstab(5) files. Here's a rc.conf sample using | mux | 2004-11-23 | 1 | -0/+19 |
* | Remove the requirement for the FreeBSD keyword as it no longer | mtm | 2004-10-07 | 1 | -1/+1 |
* | Always quote variables in tests, to ensure correct evaluation even when | des | 2004-08-19 | 1 | -7/+7 |
* | Create temporary files safely. | nectar | 2004-08-16 | 1 | -1/+4 |