| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor language cleanup. | brueffer | 2007-11-24 | 1 | -3/+3 |
* | Fix signed/unsigned comparison compiler warning. | jb | 2007-11-18 | 1 | -2/+2 |
* | Briefly document what the -c option of the "label" command does. | ru | 2007-11-15 | 1 | -1/+3 |
* | Revise the markup and apply some wordsmithing. | ru | 2007-11-15 | 1 | -24/+27 |
* | Allow building of a special rescue version of geom that | marcel | 2007-11-04 | 3 | -4/+44 |
* | Fix a last-minute, but more importantly, an untested change that | marcel | 2007-10-21 | 1 | -1/+1 |
* | Add the show command to print the partition information ala gpt(8). | marcel | 2007-10-21 | 2 | -6/+205 |
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | pjd | 2007-09-23 | 5 | -1/+823 |
* | For arguments declared as numbers always use expand_number(3). | pjd | 2007-09-21 | 1 | -3/+1 |
* | Use 'val' function argument instead of 'optarg' global variable. | pjd | 2007-09-21 | 1 | -2/+2 |
* | Add support for Camellia encryption algorithm. | pjd | 2007-09-01 | 1 | -3/+11 |
* | Fix the online usage for the "dump" command. | ru | 2007-05-24 | 1 | -1/+1 |
* | Fix the construction of the gctl_req that got broken by my | marcel | 2007-05-17 | 1 | -1/+3 |
* | Bump G_LIB_VERSION to reflect the ABI change. | marcel | 2007-05-16 | 1 | -1/+1 |
* | Add gpart(8). | marcel | 2007-05-15 | 17 | -91/+512 |
* | Correct some typos. | pjd | 2007-05-06 | 1 | -2/+2 |
* | Fix mdoc warnings. | pjd | 2007-05-06 | 1 | -3/+1 |
* | Do some cleanups (like freeing memory and closing file descriptors) before | pjd | 2007-05-01 | 1 | -6/+6 |
* | - Protect against specifing journal less than 100MB and against journal | pjd | 2007-04-03 | 1 | -3/+12 |
* | Exit status should be 1 on error. | pjd | 2007-03-23 | 1 | -8/+5 |
* | 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 |
* | 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 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | mjacob | 2007-02-27 | 3 | -0/+241 |
* | Correct typo. | pjd | 2007-02-22 | 1 | -1/+1 |
* | Forgot to hook up gjournal manual page to the build. | pjd | 2007-02-10 | 1 | -1/+0 |
* | Add gjournal(8) manual page. Documentation of kern.geom.journal.* sysctls | pjd | 2007-01-29 | 1 | -0/+238 |
* | When the following conditions are meet: | pjd | 2007-01-25 | 1 | -1/+13 |
* | Implement gctl_change_param() function, which changes value of existing | pjd | 2007-01-25 | 2 | -0/+28 |
* | Remove duplicate "clear" subcommand. | ceri | 2006-12-21 | 1 | -4/+0 |
* | Bump .Dd for -f|-F. | ceri | 2006-11-02 | 2 | -2/+2 |
* | Now, that we have gjournal in the tree add possibility to configure | pjd | 2006-11-01 | 4 | -14/+39 |
* | G_TYPE_NONE was replaced with G_TYPE_BOOL. | pjd | 2006-11-01 | 1 | -2/+2 |
* | Fix powerpc build. | pjd | 2006-11-01 | 1 | -0/+1 |
* | Hook up gjournal bits to the build. | pjd | 2006-10-31 | 1 | -0/+1 |
* | Add userland control utility for gjournal GEOM class. | pjd | 2006-10-31 | 4 | -0/+465 |
* | Be sure to not create devices with (mediasize % sectorsize) != 0. | pjd | 2006-10-10 | 1 | -0/+1 |
* | Be sure to not create device which | pjd | 2006-10-10 | 1 | -0/+1 |
* | A GEOM cache can speed up read performance by sending fixed size | ru | 2006-10-06 | 3 | -1/+251 |
* | MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE. | pjd | 2006-09-30 | 8 | -53/+53 |
* | MFp4: | pjd | 2006-09-30 | 2 | -47/+47 |
* | Add __printflike() attribute to various functions. | pjd | 2006-09-30 | 1 | -4/+4 |
* | Markup fixes. | ru | 2006-09-18 | 2 | -6/+9 |
* | Remove a contraction and add a missing article. | brueffer | 2006-09-17 | 1 | -2/+2 |
* | Fix copy&paste mistake. | pjd | 2006-09-16 | 1 | -1/+1 |
* | Add 'configure' subcommand which for now only allows setting and removing | pjd | 2006-09-16 | 2 | -1/+88 |
* | Note that we don't destroy keys on read-only attached providers. | pjd | 2006-09-16 | 1 | -2/+5 |
* | First kill detached providers, because of two reasons: | pjd | 2006-09-16 | 1 | -7/+3 |