| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use "-ne" instead of "!=" for integer comparison. | Brooks Davis | 2007-03-25 | 1 | -1/+1 |
| * | Having gone to the trouble of setting up a variable, we should use it. | Mike Makonnen | 2007-03-25 | 1 | -1/+1 |
| * | Make "/etc/rc.d/syscons start" correctly reload screensaver settings. | Maxime Henrion | 2007-03-12 | 1 | -1/+1 |
| * | Allow background_fsck_delay to be set to a negative value which delays | Brooks Davis | 2007-03-11 | 1 | -2/+14 |
| * | Prepend ${_chroot} to a pathname in a consistent and robust way: | Yaroslav Tykhiy | 2007-03-10 | 1 | -2/+3 |
| * | As suggested more than once in the lists, drop -M from flags to mfs | Yaroslav Tykhiy | 2007-03-06 | 1 | -2/+2 |
| * | Get rid of chatter for failed commands if the filesystem is read-only. | Nate Lawson | 2007-03-03 | 1 | -5/+6 |
| * | Turn default address selection on by default. Now, when | Hajimu UMEMOTO | 2007-03-03 | 1 | -1/+1 |
| * | Use get_if_var() to retrieve interface specific values of dhclient_flags | Brooks Davis | 2007-03-02 | 1 | -7/+3 |
| * | - Add missing subdirectories in BSD.usr.dist mtree file. | Florent Thoumie | 2007-03-02 | 1 | -0/+4 |
| * | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | Florent Thoumie | 2007-03-02 | 1 | -0/+2 |
| * | First cut at GEOM based multipath. This is an active/passive{/passive...} | Matt Jacob | 2007-02-27 | 1 | -0/+2 |
| * | Only match on log messages containing fail,invalid, | Remko Lodder | 2007-02-23 | 1 | -1/+1 |
| * | Move to the preferred syntax for nice (-n) instead | Remko Lodder | 2007-02-23 | 1 | -1/+1 |
| * | fix comment about what pnpinfo is set | Warner Losh | 2007-02-15 | 1 | -1/+2 |
| * | pkill(1) and pgrep(1) have been moved to /bin so that they are | Yaroslav Tykhiy | 2007-02-15 | 1 | -3/+3 |
| * | Don't be paranoid about hostname(1) and order the things logically. | Yaroslav Tykhiy | 2007-02-15 | 1 | -1/+1 |
| * | Don't nag about unset $hostname if DHCP is in use. | Yaroslav Tykhiy | 2007-02-15 | 1 | -1/+6 |
| * | Add some entries to log unknown devices, based on the bus they appear | Joerg Wunsch | 2007-02-14 | 1 | -0/+30 |
| * | Handle the case when the admin forgot to set $hostname, | Yaroslav Tykhiy | 2007-02-10 | 1 | -1/+10 |
| * | Add support for EtherChannel configuration to rc startup scripts. | Florent Thoumie | 2007-02-09 | 3 | -11/+81 |
| * | Use egrep instead of grep so that reporting of login failures (broken | John Polstra | 2007-02-05 | 1 | -1/+1 |
| * | o Remove screen, created by the unnecessary ofw_console(4) | Marcel Moolenaar | 2007-01-26 | 1 | -10/+4 |
| * | Add the following knobs for quotas if they are enabled: | Mike Pritchard | 2007-01-20 | 2 | -3/+6 |
| * | Fix jail rc.d script privilege escalation via symlink attack against | Simon L. B. Nielsen | 2007-01-11 | 1 | -12/+116 |
| * | Re-work Cx handling to be per-cpu and asymmetrical, fixing support on | Nate Lawson | 2007-01-07 | 1 | -1/+1 |
| * | Jail_ip and jail_interface local variables were renamed to _ip and _interface | Florent Thoumie | 2007-01-02 | 1 | -2/+2 |
| * | o Fix a comment: refer to the write community name by the OID not by | Maxim Konovalov | 2006-12-31 | 1 | -1/+2 |
| * | Allow for /usr/bin/env when parsing the shebang line from an | Yaroslav Tykhiy | 2006-12-31 | 1 | -0/+5 |
| * | Use $required_modules wherever suitable. Use load_kld() in special | Yaroslav Tykhiy | 2006-12-31 | 21 | -234/+43 |
| * | Fix a typo in a warning message. | Yaroslav Tykhiy | 2006-12-31 | 1 | -1/+1 |
| * | Eliminate global symbols starting with an underscore from rc.d | Yaroslav Tykhiy | 2006-12-30 | 20 | -41/+74 |
| * | Summer of Code 2005: improve libalias - part 2 of 2 | Paolo Pisati | 2006-12-29 | 1 | -0/+8 |
| * | Add "nojail" keyword to prevent spurious error messages. | Hiroki Sato | 2006-12-29 | 1 | -0/+1 |
| * | MFp4: | Yaroslav Tykhiy | 2006-12-27 | 1 | -146/+198 |
| * | Add a (disabled) configuration line to enable snmp_bridge(3) module. | Shteryana Shopova | 2006-12-20 | 1 | -0/+6 |
| * | Syscons cannot be stopped, so provide a no-op stop method. | Yaroslav Tykhiy | 2006-12-20 | 1 | -0/+1 |
| * | Improve rc.d conformance: | Yaroslav Tykhiy | 2006-12-20 | 1 | -3/+3 |
| * | Disable IPv6 configuration for interfaces in pccard_ether_start(). | Hiroki Sato | 2006-12-08 | 1 | -8/+1 |
| * | Add a link-local address to the lo0 even when ipv6_enable="NO". | Hiroki Sato | 2006-12-08 | 1 | -0/+5 |
| * | Move npe.4 to a machine specific manpage subdirectory. | Ruslan Ermilov | 2006-12-05 | 1 | -0/+6 |
| * | - put some common code in a function handle_remount(); | Luigi Rizzo | 2006-12-03 | 1 | -38/+43 |
| * | Teach find_processes() to use ${name}_chroot. | Florent Thoumie | 2006-11-26 | 1 | -2/+2 |
| * | Remove leading dollar sign in rcvar command output. | Florent Thoumie | 2006-11-26 | 1 | -2/+2 |
| * | Back out 1.120, it was premature. | Andrey A. Chernov | 2006-11-12 | 1 | -2/+0 |
| * | Back out 1.122, it was poorly thought out. | Dag-Erling Smørgrav | 2006-11-11 | 1 | -2/+0 |
| * | Back out 1.121, it was premature. | Dag-Erling Smørgrav | 2006-11-11 | 1 | -12/+0 |
| * | Ensure that the load of rules into the alternate ruleset worked before | Ceri Davies | 2006-11-11 | 1 | -0/+6 |
| * | Add share/xsl. | Dag-Erling Smørgrav | 2006-11-10 | 1 | -0/+2 |
| * | Add locales for nb_NO and nn_NO. | Dag-Erling Smørgrav | 2006-11-09 | 2 | -0/+24 |