| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The standardized textual representation of UUIDs according to RFC 4122 | rse | 2007-05-21 | 1 | -2/+2 |
* | Update /etc/protocols with IANA list updated 2007-02-12 | grog | 2007-05-20 | 1 | -15/+19 |
* | White space fixes only: replace spaces with tabs. | grog | 2007-05-20 | 1 | -10/+10 |
* | Bring the well known ports of /etc/services into sync with the IANA | grog | 2007-05-20 | 1 | -24/+284 |
* | Add templates for new GCC 4.2 C++ include files hierarchy. | kan | 2007-05-19 | 1 | -3/+57 |
* | o Implement the stop_boot subroutine [1]. This subroutine can be used by | mtm | 2007-05-18 | 6 | -23/+26 |
* | o Use the --detach option to kdc(8) instead of using the shell | mtm | 2007-05-17 | 1 | -3/+3 |
* | The precmd routine does not need to check whether the command should be | mtm | 2007-05-17 | 3 | -24/+30 |
* | Add SIP-related ports. | grog | 2007-05-16 | 1 | -0/+6 |
* | White space tidy-up. | grog | 2007-05-16 | 1 | -4/+4 |
* | o Install 480.status-ntpd. | maxim | 2007-05-14 | 1 | -0/+1 |
* | o Add a script to check ntpd(8) state. Default is off. | maxim | 2007-05-13 | 2 | -0/+31 |
* | Move options that do not have anything to do with routing out of | mtm | 2007-05-02 | 2 | -42/+43 |
* | When rc.d/NETWORKING included this script in its REQUIRE line, a circular | mtm | 2007-05-02 | 1 | -1/+1 |
* | When zfs dataset has jailed=on property, it won't be mounted with | pjd | 2007-04-22 | 1 | -3/+34 |
* | Quick kill posix4 directory. | trhodes | 2007-04-18 | 1 | -2/+0 |
* | When org.freebsd:swap property is set to 'on' on a ZVOL, use is as a swap | pjd | 2007-04-15 | 1 | -0/+18 |
* | Remove the shutdown keyword. It just adds noise to the shutdown process. | des | 2007-04-13 | 1 | -1/+1 |
* | - Create an empty /etc/zfs/exports file when zfs_enable="YES" and we don't | pjd | 2007-04-13 | 1 | -2/+5 |
* | mountd(8) was changed to only abort when all given exports files cannot be | pjd | 2007-04-13 | 1 | -1/+1 |
* | o Look for a zfs(1) exports file only if it exists and is readable. If | mtm | 2007-04-13 | 1 | -1/+2 |
* | - Add IANA-assigned ports for HP status & services daemon and I/O backend | stas | 2007-04-11 | 1 | -0/+4 |
* | - Add IANA assigned port for amanda server control over tcp. The | stas | 2007-04-11 | 1 | -0/+1 |
* | - Sync service names with IANA (http://www.iana.org/assignments/port-numbers). | stas | 2007-04-11 | 1 | -4/+4 |
* | If available, take UUID from smbios.system.uuid, if not fall back to | pjd | 2007-04-11 | 1 | -1/+18 |
* | Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5), | keramida | 2007-04-10 | 2 | -1/+7 |
* | Add rc.d/hostid script (turned on by default) which on first boot generates | pjd | 2007-04-09 | 3 | -1/+83 |
* | Apply "additional TCP options" earlier. | des | 2007-04-09 | 2 | -2/+1 |
* | FILESYSTEMS requires root, so requiring both of them is redundant. | des | 2007-04-09 | 7 | -7/+7 |
* | Add zfs to REQUIRE. | des | 2007-04-09 | 1 | -1/+1 |
* | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on | pjd | 2007-04-08 | 1 | -0/+2 |
* | There can be many reasons of VDEV failures, so log type as well. | pjd | 2007-04-08 | 1 | -1/+1 |
* | Provide sample entries to handle ZFS problem reports. | pjd | 2007-04-08 | 1 | -0/+31 |
* | 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 |