| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach gpart about bootcode on APM. | nwhitehorn | 2010-05-16 | 1 | -1/+1 |
* | Add and describe GEOM_PART_EBR. | marcel | 2010-04-23 | 1 | -0/+5 |
* | Implement the resize command for resizing partitions. Without new | marcel | 2010-04-23 | 2 | -1/+134 |
* | Flush disk write cache after storing and clearing metadata. | pjd | 2010-04-15 | 1 | -0/+2 |
* | fix copyright format, as requested by Joel Dahl | luigi | 2010-04-13 | 2 | -3/+6 |
* | use correct .PATH, remove unused CFLAGS | luigi | 2010-04-13 | 1 | -3/+2 |
* | Bring in geom_sched, support for scheduling disk I/O requests | luigi | 2010-04-12 | 4 | -0/+304 |
* | Change how multipath labels are created and managed. This makes it easier | mjacob | 2010-03-29 | 1 | -45/+51 |
* | Add 'rotate' and 'getactive' verbs to provide some control and information | mjacob | 2010-03-21 | 1 | -0/+8 |
* | Use our standard license text. No more voices in the authors head. :-) | joel | 2010-03-04 | 2 | -16/+16 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -0/+1 |
* | Add the long missing "destroy" option. | mjacob | 2010-02-04 | 1 | -0/+4 |
* | Also output stripeoffset for consumer even if stripesize is zero, while | delphij | 2010-01-18 | 1 | -1/+1 |
* | Small fixes. | brueffer | 2010-01-17 | 1 | -3/+4 |
* | Stripe offset may be usable even without stripe size known, | delphij | 2010-01-17 | 1 | -1/+1 |
* | Expose stripe offset and stripe size through libgeom and geom(8) userland | delphij | 2010-01-17 | 1 | -0/+8 |
* | Add gmountver, disk mount verification GEOM class. | trasz | 2010-01-16 | 5 | -0/+194 |
* | Increase default block size from 4K to 64K. It was reduces 6 yeard ago, | mav | 2010-01-06 | 1 | -1/+1 |
* | For completeness, add -s argument, manually specifying array block size. | mav | 2010-01-05 | 2 | -3/+13 |
* | Add manual page for gcache(8). | trasz | 2010-01-03 | 3 | -2/+193 |
* | The default balance algorithm has changed from "split" to | ru | 2009-12-09 | 1 | -2/+2 |
* | Change gmirror default balance algorithm from "split" to "load". | mav | 2009-12-08 | 1 | -1/+1 |
* | - Initialize variable in order to avoid GCC warning and enable WARNS=6. | lulf | 2009-10-26 | 2 | -2/+1 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 2 | -1/+1 |
* | Clean up markup (mainly). | ru | 2009-10-19 | 1 | -77/+149 |
* | Fix the example, -w is the right switch for write failure probability. | brueffer | 2009-09-17 | 1 | -3/+3 |
* | Actually component with the greatest priority is used by the prefer balance | pjd | 2009-09-09 | 1 | -1/+1 |
* | Add support for changing providers priority. | pjd | 2009-09-06 | 2 | -9/+19 |
* | Update copyright years. | pjd | 2009-09-06 | 1 | -1/+1 |
* | For any given subcommand allow to specify multi-line usage (separated by \n). | pjd | 2009-09-06 | 1 | -2/+12 |
* | Remove (c) line. | ivoras | 2009-08-23 | 1 | -1/+0 |
* | Emit a proper error message instead of dumping core when 1) | marcel | 2009-08-16 | 1 | -2/+14 |
* | Add support for labels derived from GPT metadata. | ivoras | 2009-06-13 | 1 | -2/+14 |
* | Change the printf format string to match the variable type to quiet | jhb | 2009-06-08 | 1 | -2/+2 |
* | Make the size (-s) and start (-b) parameters of the add verb optional. | marcel | 2009-06-08 | 1 | -2/+126 |
* | Allow humanized numbers for LBAs, as well as partition indices for | marcel | 2009-06-07 | 3 | -21/+120 |
* | o Fix typo in the example. | maxim | 2009-05-25 | 1 | -1/+1 |
* | Add links to libgeom(3) where appropriate. | trasz | 2009-05-19 | 1 | -0/+1 |
* | Slightly improve gjournal documentation. | trasz | 2009-04-29 | 1 | -1/+2 |
* | Man page accompanying r190423 - introduce UFS ID labels. | ivoras | 2009-03-25 | 1 | -2/+8 |
* | - Punctuation fixes. | pjd | 2009-02-22 | 1 | -9/+18 |
* | Correct the year. | pjd | 2009-02-17 | 1 | -1/+1 |
* | Document kern.geom.journal.* sysctls. | pjd | 2009-02-17 | 1 | -6/+102 |
* | Prefer the start and end attributes over the offset and size | marcel | 2009-02-08 | 1 | -14/+31 |
* | - Use a separate pointer to the allocated memory for freeing, as strsep may | lulf | 2009-02-02 | 1 | -3/+3 |
* | - grammar and language fixes | danger | 2009-01-04 | 1 | -45/+49 |
* | Several significant updates: | ivoras | 2009-01-04 | 1 | -49/+105 |
* | - Back out r186038. Rather than changing the intent of the caller, the problem | lulf | 2008-12-27 | 1 | -1/+1 |
* | - When writing metadata to a geom provider, open the it as read-write since it | lulf | 2008-12-13 | 1 | -1/+1 |
* | Print error messages as-is, when they don't conform to | marcel | 2008-11-30 | 1 | -6/+9 |