| Commit message (Expand) | Author | Age | Files | Lines |
* | Align -p output in TAB built columns suitable for /etc/fstab. | Poul-Henning Kamp | 2007-04-13 | 1 | -2/+19 |
* | The minimum size of an RFC3442 destination descriptor is five bytes, so | Ed Maste | 2007-04-13 | 1 | -1/+1 |
* | Bump document date for new trunk commands. | Andrew Thompson | 2007-04-10 | 1 | -1/+1 |
* | Hook trunk(4) up to the build. | Andrew Thompson | 2007-04-10 | 2 | -0/+18 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | Andrew Thompson | 2007-04-10 | 1 | -0/+153 |
* | Implement a work-around for poor ggate write performance. | Pawel Jakub Dawidek | 2007-04-06 | 2 | -1/+12 |
* | Remove temporary files when there are no longer needed. | Pawel Jakub Dawidek | 2007-04-06 | 1 | -0/+2 |
* | (bread): For a read that is contained entirely within a block, never copy | Thomas Quinot | 2007-04-05 | 1 | -1/+1 |
* | - Protect against specifing journal less than 100MB and against journal | Pawel Jakub Dawidek | 2007-04-03 | 1 | -3/+12 |
* | don't display ssid cloaking status as "ssid HIDE", use the cmd line | Sam Leffler | 2007-03-30 | 1 | -2/+2 |
* | Correct the name of the 'proto' command. | Andrew Thompson | 2007-03-29 | 1 | -1/+1 |
* | Back out rev. 1.129 because it breaks the practice of auto-loading | Yaroslav Tykhiy | 2007-03-24 | 1 | -1/+3 |
* | Exit status should be 1 on error. | Pawel Jakub Dawidek | 2007-03-23 | 1 | -8/+5 |
* | Attempt to load the kernel module only if we are going to create a | Yaroslav Tykhiy | 2007-03-12 | 1 | -3/+1 |
* | point-to-point address should come from ifa_dstaddr | Sam Leffler | 2007-03-09 | 1 | -1/+1 |
* | Don't leave a NULL value in mdsuffix when a particular md | Yaroslav Tykhiy | 2007-03-07 | 1 | -2/+1 |
* | Move macros describing extended attributes in UFS from | Kirk McKusick | 2007-03-06 | 1 | -0/+1 |
* | Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft". | Thomas Quinot | 2007-03-05 | 2 | -0/+8 |
* | Warn when user use sectorsize bigger than the page size, which will lead | Pawel Jakub Dawidek | 2007-03-05 | 1 | -0/+4 |
* | Fix incorrect comment. Geli will protect against data modification, of | Pawel Jakub Dawidek | 2007-03-05 | 1 | -5/+6 |
* | Document -J in usage. | Pawel Jakub Dawidek | 2007-03-02 | 1 | -0/+1 |
* | o consistently check strlcpy result | Sam Leffler | 2007-02-27 | 1 | -2/+10 |
* | correct type to silence const complaint | Sam Leffler | 2007-02-27 | 1 | -1/+2 |
* | unbreak create operation, must copy argument to global name | Sam Leffler | 2007-02-27 | 1 | -0/+1 |
* | Call the multipath device with its real name. | Alex Dupre | 2007-02-27 | 1 | -1/+1 |
* | First cleanup pass: new sentence -> new line, typos fixed, some markup | Christian Brueffer | 2007-02-27 | 1 | -26/+41 |
* | Add a man page. | Matt Jacob | 2007-02-27 | 2 | -2/+250 |
* | Fix an error in dumping large sparse files containing extended attributes. | Kirk McKusick | 2007-02-27 | 1 | -2/+2 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | Matt Jacob | 2007-02-27 | 3 | -0/+241 |
* | Update the dump program to save extended attributes. Update | Kirk McKusick | 2007-02-26 | 6 | -46/+514 |
* | use getifaddrs from libc instead of private code | Sam Leffler | 2007-02-24 | 7 | -195/+116 |
* | Correct typo. | Pawel Jakub Dawidek | 2007-02-22 | 1 | -1/+1 |
* | Kris suggested that swap is a better choice as a default than malloc. | Nick Hibma | 2007-02-20 | 2 | -4/+4 |
* | [Found the original diff I made, see previous commit for other part] | Nick Hibma | 2007-02-20 | 2 | -4/+23 |
* | Make attach the default for -f. That way | Nick Hibma | 2007-02-20 | 2 | -3/+11 |
* | correct type definition of option routine callback | Sam Leffler | 2007-02-17 | 1 | -1/+1 |
* | remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVE | Sam Leffler | 2007-02-17 | 1 | -3/+0 |
* | Grammar nits. | Ceri Davies | 2007-02-15 | 1 | -2/+2 |
* | Add examples for configuring and mounting geom_uzip(4) based disks' | Matteo Riondato | 2007-02-15 | 1 | -0/+20 |
* | Correct -c and -d description. | Matteo Riondato | 2007-02-15 | 2 | -16/+16 |
* | Mention the nat command in the synopsis and in the action section. | Paolo Pisati | 2007-02-15 | 1 | -0/+13 |
* | Enhances mdmfs(8) to mount md-based device such as uzip. | Matteo Riondato | 2007-02-15 | 1 | -4/+9 |
* | Default output to stdout as the man page suggests. | Brian Somers | 2007-02-14 | 1 | -3/+1 |
* | Only go through our cylinder group and inode info when we need to. | Brian Somers | 2007-02-14 | 1 | -45/+49 |
* | Re-indent main() in preparation for further changes. | Brian Somers | 2007-02-14 | 1 | -126/+87 |
* | Mark up lkm with .Nm, since lkm is name of an api. | Christian Brueffer | 2007-02-13 | 3 | -3/+3 |
* | Raise WARNS level to 6. | Craig Rodrigues | 2007-02-13 | 2 | -2/+3 |
* | Forgot to hook up gjournal manual page to the build. | Pawel Jakub Dawidek | 2007-02-10 | 1 | -1/+0 |
* | Don't reference lkm(4), it doesn't exist. | Christian Brueffer | 2007-02-10 | 3 | -3/+3 |
* | Implement RFC3442, the Classless Static Route option. | Ed Maste | 2007-02-09 | 6 | -4/+137 |