| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add ZFS periodic scripts that monitors status of ZFS pools. | pjd | 2007-04-06 | 3 | -0/+40 |
* | - Add ZFS startup script. | pjd | 2007-04-06 | 4 | -1/+43 |
* | Connect ZFS to the build. | pjd | 2007-04-06 | 1 | -0/+2 |
* | s/IPFW(4)/ipfw(4) to match the actual man page name. | rwatson | 2007-04-05 | 1 | -1/+1 |
* | Add rpc_statd_flags and rpc_lockd_flags options to allow options to be | matteo | 2007-04-04 | 4 | -0/+26 |
* | Fix typo FILESYSTEM -> FILESYSTEMS | ache | 2007-04-04 | 1 | -1/+1 |
* | Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal | des | 2007-04-02 | 23 | -22/+34 |
* | Instead of directly sourcing the firewall script, run it in a separate shell. | mtm | 2007-04-02 | 2 | -2/+2 |
* | In rc.firewall, make it clear that this is the setup for IPFW(4), and not | rwatson | 2007-04-02 | 1 | -1/+1 |
* | Make subroutine names more conformant with other scripts in rc.d. | mtm | 2007-03-31 | 1 | -4/+4 |
* | Record rc.d/nfslocking dependency on rc.d/rpcbind. | mtm | 2007-03-30 | 3 | -12/+54 |
* | Some rc.d commands (such as stop|restart etc.) won't automagically work | mtm | 2007-03-30 | 1 | -0/+1 |
* | Oops wrong line commented out in prev fix | ache | 2007-03-29 | 1 | -2/+2 |
* | Back out network.subr :- fix and comment out dhc*_fxp0 examples instead | ache | 2007-03-29 | 2 | -3/+3 |
* | Fix get_if_var() with 3 args (i.e. with default) | ache | 2007-03-29 | 1 | -1/+1 |
* | Use "-ne" instead of "!=" for integer comparison. | brooks | 2007-03-25 | 1 | -1/+1 |
* | Having gone to the trouble of setting up a variable, we should use it. | mtm | 2007-03-25 | 1 | -1/+1 |
* | Make "/etc/rc.d/syscons start" correctly reload screensaver settings. | mux | 2007-03-12 | 1 | -1/+1 |
* | Allow background_fsck_delay to be set to a negative value which delays | brooks | 2007-03-11 | 1 | -2/+14 |
* | Prepend ${_chroot} to a pathname in a consistent and robust way: | yar | 2007-03-10 | 1 | -2/+3 |
* | As suggested more than once in the lists, drop -M from flags to mfs | yar | 2007-03-06 | 1 | -2/+2 |
* | Get rid of chatter for failed commands if the filesystem is read-only. | njl | 2007-03-03 | 1 | -5/+6 |
* | Turn default address selection on by default. Now, when | ume | 2007-03-03 | 1 | -1/+1 |
* | Use get_if_var() to retrieve interface specific values of dhclient_flags | brooks | 2007-03-02 | 1 | -7/+3 |
* | - Add missing subdirectories in BSD.usr.dist mtree file. | flz | 2007-03-02 | 1 | -0/+4 |
* | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | flz | 2007-03-02 | 1 | -0/+2 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | mjacob | 2007-02-27 | 1 | -0/+2 |
* | Only match on log messages containing fail,invalid, | remko | 2007-02-23 | 1 | -1/+1 |
* | Move to the preferred syntax for nice (-n) instead | remko | 2007-02-23 | 1 | -1/+1 |
* | fix comment about what pnpinfo is set | imp | 2007-02-15 | 1 | -1/+2 |
* | pkill(1) and pgrep(1) have been moved to /bin so that they are | yar | 2007-02-15 | 1 | -3/+3 |
* | Don't be paranoid about hostname(1) and order the things logically. | yar | 2007-02-15 | 1 | -1/+1 |
* | Don't nag about unset $hostname if DHCP is in use. | yar | 2007-02-15 | 1 | -1/+6 |
* | Add some entries to log unknown devices, based on the bus they appear | joerg | 2007-02-14 | 1 | -0/+30 |
* | Handle the case when the admin forgot to set $hostname, | yar | 2007-02-10 | 1 | -1/+10 |
* | Add support for EtherChannel configuration to rc startup scripts. | flz | 2007-02-09 | 3 | -11/+81 |
* | Use egrep instead of grep so that reporting of login failures (broken | jdp | 2007-02-05 | 1 | -1/+1 |
* | o Remove screen, created by the unnecessary ofw_console(4) | marcel | 2007-01-26 | 1 | -10/+4 |
* | Add the following knobs for quotas if they are enabled: | mpp | 2007-01-20 | 2 | -3/+6 |
* | Fix jail rc.d script privilege escalation via symlink attack against | simon | 2007-01-11 | 1 | -12/+116 |
* | Re-work Cx handling to be per-cpu and asymmetrical, fixing support on | njl | 2007-01-07 | 1 | -1/+1 |
* | Jail_ip and jail_interface local variables were renamed to _ip and _interface | flz | 2007-01-02 | 1 | -2/+2 |
* | o Fix a comment: refer to the write community name by the OID not by | maxim | 2006-12-31 | 1 | -1/+2 |
* | Allow for /usr/bin/env when parsing the shebang line from an | yar | 2006-12-31 | 1 | -0/+5 |
* | Use $required_modules wherever suitable. Use load_kld() in special | yar | 2006-12-31 | 21 | -234/+43 |
* | Fix a typo in a warning message. | yar | 2006-12-31 | 1 | -1/+1 |
* | Eliminate global symbols starting with an underscore from rc.d | yar | 2006-12-30 | 20 | -41/+74 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | piso | 2006-12-29 | 1 | -0/+8 |
* | Add "nojail" keyword to prevent spurious error messages. | hrs | 2006-12-29 | 1 | -0/+1 |
* | MFp4: | yar | 2006-12-27 | 1 | -146/+198 |