| Commit message (Expand) | Author | Age | Files | Lines |
* | Execute the start/stop process of a jail in the background. | remko | 2009-11-02 | 1 | -1/+1 |
* | Use double-quotation marks to fix the unexpanded variable issue. | hrs | 2009-10-23 | 1 | -3/+3 |
* | Add empty watchdogd_flags. | brueffer | 2009-10-21 | 1 | -0/+1 |
* | Partially revert the change to the gettytab made in r198214. | ed | 2009-10-19 | 1 | -1/+1 |
* | Fix qouting in a comment, to make it look more consistent | ed | 2009-10-18 | 1 | -1/+1 |
* | Allow the buffer size to be configured for pseudo-like TTY devices. | ed | 2009-10-18 | 1 | -1/+1 |
* | Remove a circular dependency on routing | dougb | 2009-10-17 | 2 | -2/+2 |
* | Allow $name_program to override $command in a more robust way that | dougb | 2009-10-15 | 1 | -1/+1 |
* | In regards to the "Starting foo:" type messages at boot time, create and | dougb | 2009-10-10 | 17 | -36/+45 |
* | Fix a case when both ${name}_program and ${command} are defined. | hrs | 2009-10-05 | 1 | -1/+1 |
* | tabify | des | 2009-10-05 | 7 | -14/+14 |
* | Change the pam_ssh examples: if you use it, you probably want want_agent. | des | 2009-10-05 | 5 | -5/+5 |
* | Add OpenVPN IANA assigned port number. | rpaulo | 2009-10-03 | 1 | -0/+2 |
* | - Enable an afexists() check only when no AF argument is specified. | hrs | 2009-10-02 | 1 | -55/+76 |
* | The net.inet.tcp.log_in_vain accepts 0, 1 or 2, not Y/N. | hrs | 2009-10-02 | 1 | -5/+8 |
* | Revert the previous afexists() change. Knobs configured explicitly by | hrs | 2009-10-02 | 3 | -12/+0 |
* | - Split routing_*() and option_*() to *_AF() and add afexists() check | hrs | 2009-10-02 | 1 | -55/+85 |
* | - Fix logic inversion bug of net.inet.tcp.rfc1323[*]. | hrs | 2009-10-02 | 1 | -15/+34 |
* | - Add AF_IPX and AF_NATM to afexists(). | hrs | 2009-10-02 | 6 | -16/+43 |
* | Don't do an IPv6 operation when the kernel doesn't have | ume | 2009-09-30 | 2 | -7/+14 |
* | By popular acclaim, enable "Starting foo:" messages by default | dougb | 2009-09-29 | 1 | -1/+1 |
* | Silence warning printed by getfsspec(3) when /etc/fstab does not exist | cperciva | 2009-09-28 | 2 | -0/+6 |
* | - Add share/nls/gl_ES.ISO8859-1, which I forgot in my last commit | gabor | 2009-09-27 | 1 | -0/+2 |
* | Use ipv6if() when $rtadvd_interfaces="AUTO". | hrs | 2009-09-26 | 1 | -1/+4 |
* | Move rc.d/{stf,faith} to just before rc.d/routing. | hrs | 2009-09-26 | 2 | -2/+2 |
* | Fix several logic bugs in the previous IPv6 variable change and | hrs | 2009-09-26 | 3 | -13/+61 |
* | Add a knob to show 'Starting foo:' messages when faststart is used, | dougb | 2009-09-17 | 2 | -1/+8 |
* | Protect cross-script invocation by checking that the target script exists. | emaste | 2009-09-14 | 1 | -2/+6 |
* | Correct a copy and paste error using the variable name from the | bz | 2009-09-13 | 1 | -1/+1 |
* | Add missing comments and whitespace clean-ups. | hrs | 2009-09-12 | 1 | -42/+64 |
* | Use is_wired_interface() instead of hard-coded interface device | hrs | 2009-09-12 | 1 | -22/+3 |
* | The following changes are added because of | hrs | 2009-09-12 | 1 | -12/+14 |
* | Add an extension of set_rcvar(), a new function set_rcvar_obsolete(), | hrs | 2009-09-12 | 3 | -47/+155 |
* | Use RCng coding convention. | hrs | 2009-09-12 | 1 | -64/+52 |
* | - Add "AUTO" keyword support in $rtadvd_interfaces. | hrs | 2009-09-12 | 1 | -2/+17 |
* | Integrate rc.d/network_ipv6 into rc.d/netif: | hrs | 2009-09-12 | 15 | -544/+902 |
* | Update etc/mtree/Makefile: | antoine | 2009-09-06 | 1 | -4/+5 |
* | Do the first step in removing lukemftpd from the base system. Disconnect | remko | 2009-09-03 | 1 | -2/+0 |
* | Add la_LN.ISO8859-13 and lv_LV | ache | 2009-09-03 | 1 | -0/+12 |
* | - Remove BSD.{x11,x11-4}.dist as we merged prefixes a while ago and those | flz | 2009-09-02 | 4 | -1646/+1 |
* | In the loop through the list of interfaces in network6_interface_setup() | dougb | 2009-08-27 | 1 | -2/+2 |
* | Localize 'e'. | delphij | 2009-08-25 | 1 | -2/+4 |
* | Add a new rc.d script, static_arp, which enables the administrator to | delphij | 2009-08-25 | 3 | -1/+73 |
* | Improve the case test to detect the presence of lo0 in the list of | dougb | 2009-08-24 | 1 | -1/+1 |
* | Prior to the dire warning about values of network_interfaces other than | dougb | 2009-08-23 | 1 | -0/+7 |
* | Update name of INDEX file as part of 8.0 -> 9.0 transition. | kensmith | 2009-08-23 | 1 | -1/+1 |
* | Fix the typo mentioned in the PR, and one additional. | dougb | 2009-08-23 | 1 | -3/+3 |
* | Move is_wired_interface() from rc.d/wpa_supplicant into network.subr, | dougb | 2009-08-23 | 2 | -15/+19 |
* | Add support for backing up the old kernel when installing a new kernel | simon | 2009-08-19 | 1 | -0/+11 |
* | ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 | scottl | 2009-08-13 | 1 | -0/+2 |