| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to load the kernel module only if we are going to create a | yar | 2007-03-12 | 1 | -3/+1 |
* | point-to-point address should come from ifa_dstaddr | sam | 2007-03-09 | 1 | -1/+1 |
* | Don't leave a NULL value in mdsuffix when a particular md | yar | 2007-03-07 | 1 | -2/+1 |
* | Move macros describing extended attributes in UFS from | mckusick | 2007-03-06 | 1 | -0/+1 |
* | Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft". | thomas | 2007-03-05 | 2 | -0/+8 |
* | Warn when user use sectorsize bigger than the page size, which will lead | pjd | 2007-03-05 | 1 | -0/+4 |
* | Fix incorrect comment. Geli will protect against data modification, of | pjd | 2007-03-05 | 1 | -5/+6 |
* | Document -J in usage. | pjd | 2007-03-02 | 1 | -0/+1 |
* | o consistently check strlcpy result | sam | 2007-02-27 | 1 | -2/+10 |
* | correct type to silence const complaint | sam | 2007-02-27 | 1 | -1/+2 |
* | unbreak create operation, must copy argument to global name | sam | 2007-02-27 | 1 | -0/+1 |
* | Call the multipath device with its real name. | ale | 2007-02-27 | 1 | -1/+1 |
* | First cleanup pass: new sentence -> new line, typos fixed, some markup | brueffer | 2007-02-27 | 1 | -26/+41 |
* | Add a man page. | mjacob | 2007-02-27 | 2 | -2/+250 |
* | Fix an error in dumping large sparse files containing extended attributes. | mckusick | 2007-02-27 | 1 | -2/+2 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | mjacob | 2007-02-27 | 3 | -0/+241 |
* | Update the dump program to save extended attributes. Update | mckusick | 2007-02-26 | 6 | -46/+514 |
* | use getifaddrs from libc instead of private code | sam | 2007-02-24 | 7 | -195/+116 |
* | Correct typo. | pjd | 2007-02-22 | 1 | -1/+1 |
* | Kris suggested that swap is a better choice as a default than malloc. | n_hibma | 2007-02-20 | 2 | -4/+4 |
* | [Found the original diff I made, see previous commit for other part] | n_hibma | 2007-02-20 | 2 | -4/+23 |
* | Make attach the default for -f. That way | n_hibma | 2007-02-20 | 2 | -3/+11 |
* | correct type definition of option routine callback | sam | 2007-02-17 | 1 | -1/+1 |
* | remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVE | sam | 2007-02-17 | 1 | -3/+0 |
* | Grammar nits. | ceri | 2007-02-15 | 1 | -2/+2 |
* | Add examples for configuring and mounting geom_uzip(4) based disks' | matteo | 2007-02-15 | 1 | -0/+20 |
* | Correct -c and -d description. | matteo | 2007-02-15 | 2 | -16/+16 |
* | Mention the nat command in the synopsis and in the action section. | piso | 2007-02-15 | 1 | -0/+13 |
* | Enhances mdmfs(8) to mount md-based device such as uzip. | matteo | 2007-02-15 | 1 | -4/+9 |
* | Default output to stdout as the man page suggests. | brian | 2007-02-14 | 1 | -3/+1 |
* | Only go through our cylinder group and inode info when we need to. | brian | 2007-02-14 | 1 | -45/+49 |
* | Re-indent main() in preparation for further changes. | brian | 2007-02-14 | 1 | -126/+87 |
* | Mark up lkm with .Nm, since lkm is name of an api. | brueffer | 2007-02-13 | 3 | -3/+3 |
* | Raise WARNS level to 6. | rodrigc | 2007-02-13 | 2 | -2/+3 |
* | Forgot to hook up gjournal manual page to the build. | pjd | 2007-02-10 | 1 | -1/+0 |
* | Don't reference lkm(4), it doesn't exist. | brueffer | 2007-02-10 | 3 | -3/+3 |
* | Implement RFC3442, the Classless Static Route option. | emaste | 2007-02-09 | 6 | -4/+137 |
* | Add a $FreeBSD$ tag missing after the original import. Note that this | emaste | 2007-02-09 | 1 | -0/+2 |
* | Print warning that "-t msdos" is deprecated and being converted to | rodrigc | 2007-02-06 | 1 | -1/+4 |
* | Be explicit in examples about the correct grammar for 'alias' and | bms | 2007-02-04 | 1 | -12/+27 |
* | If two files systems, /a and /b are marked as having quotas enabled | mpp | 2007-02-04 | 1 | -6/+17 |
* | Patches to allow one to allow one to specify a directory to chroot to. | imp | 2007-02-04 | 1 | -63/+139 |
* | Do not touch the block or i-node grace times for id 0. | mpp | 2007-02-03 | 1 | -2/+2 |
* | Fix quotqcheck to correctly use the curinode count, and not the | mpp | 2007-02-03 | 1 | -2/+2 |
* | Backout revision 1.4; it is not verified as the correct fix for the PR. | bms | 2007-02-03 | 1 | -1/+1 |
* | Add an EXAMPLES section to ifconfig(8), clearly showing how to configure | bms | 2007-02-03 | 1 | -1/+42 |
* | Use pidfile(3) API to restart mountd(8) on success mount. | pjd | 2007-02-02 | 2 | -10/+28 |
* | Remove, since code has been merged into mount_nfs, | rodrigc | 2007-02-01 | 3 | -952/+0 |
* | Add gjournal(8) manual page. Documentation of kern.geom.journal.* sysctls | pjd | 2007-01-29 | 1 | -0/+238 |
* | Actually implement rev 1.12 for host names and NIS domain names. We | brooks | 2007-01-29 | 1 | -1/+0 |