aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* Flush disk write cache after storing and clearing metadata.Pawel Jakub Dawidek2010-04-151-0/+2
* fix copyright format, as requested by Joel DahlLuigi Rizzo2010-04-132-3/+6
* use correct .PATH, remove unused CFLAGSLuigi Rizzo2010-04-131-3/+2
* Bring in geom_sched, support for scheduling disk I/O requestsLuigi Rizzo2010-04-124-0/+304
* Change how multipath labels are created and managed. This makes it easierMatt Jacob2010-03-291-45/+51
* Add 'rotate' and 'getactive' verbs to provide some control and informationMatt Jacob2010-03-211-0/+8
* Use our standard license text. No more voices in the authors head. :-)Joel Dahl2010-03-042-16/+16
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-0/+1
* Add the long missing "destroy" option.Matt Jacob2010-02-041-0/+4
* Also output stripeoffset for consumer even if stripesize is zero, whileXin LI2010-01-181-1/+1
* Small fixes.Christian Brueffer2010-01-171-3/+4
* Stripe offset may be usable even without stripe size known,Xin LI2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-171-0/+8
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-165-0/+194
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,Alexander Motin2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.Alexander Motin2010-01-052-3/+13
* Add manual page for gcache(8).Edward Tomasz Napierala2010-01-033-2/+193
* The default balance algorithm has changed from "split" toRuslan Ermilov2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".Alexander Motin2009-12-081-1/+1
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.Ulf Lilleengen2009-10-262-2/+1
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-192-1/+1
* Clean up markup (mainly).Ruslan Ermilov2009-10-191-77/+149
* Fix the example, -w is the right switch for write failure probability.Christian Brueffer2009-09-171-3/+3
* Actually component with the greatest priority is used by the prefer balancePawel Jakub Dawidek2009-09-091-1/+1
* Add support for changing providers priority.Pawel Jakub Dawidek2009-09-062-9/+19
* Update copyright years.Pawel Jakub Dawidek2009-09-061-1/+1
* For any given subcommand allow to specify multi-line usage (separated by \n).Pawel Jakub Dawidek2009-09-061-2/+12
* Remove (c) line.Ivan Voras2009-08-231-1/+0
* Emit a proper error message instead of dumping core when 1)Marcel Moolenaar2009-08-161-2/+14
* Add support for labels derived from GPT metadata.Ivan Voras2009-06-131-2/+14
* Change the printf format string to match the variable type to quietJohn Baldwin2009-06-081-2/+2
* Make the size (-s) and start (-b) parameters of the add verb optional.Marcel Moolenaar2009-06-081-2/+126
* Allow humanized numbers for LBAs, as well as partition indices forMarcel Moolenaar2009-06-073-21/+120
* o Fix typo in the example.Maxim Konovalov2009-05-251-1/+1
* Add links to libgeom(3) where appropriate.Edward Tomasz Napierala2009-05-191-0/+1
* Slightly improve gjournal documentation.Edward Tomasz Napierala2009-04-291-1/+2
* Man page accompanying r190423 - introduce UFS ID labels.Ivan Voras2009-03-251-2/+8
* - Punctuation fixes.Pawel Jakub Dawidek2009-02-221-9/+18
* Correct the year.Pawel Jakub Dawidek2009-02-171-1/+1
* Document kern.geom.journal.* sysctls.Pawel Jakub Dawidek2009-02-171-6/+102
* Prefer the start and end attributes over the offset and sizeMarcel Moolenaar2009-02-081-14/+31
* - Use a separate pointer to the allocated memory for freeing, as strsep mayUlf Lilleengen2009-02-021-3/+3
* - grammar and language fixesDaniel Gerzo2009-01-041-45/+49
* Several significant updates:Ivan Voras2009-01-041-49/+105
* - Back out r186038. Rather than changing the intent of the caller, the problemUlf Lilleengen2008-12-271-1/+1
* - When writing metadata to a geom provider, open the it as read-write since itUlf Lilleengen2008-12-131-1/+1
* Print error messages as-is, when they don't conform toMarcel Moolenaar2008-11-301-6/+9
* Call gctl_free() after we processed the error string.Marcel Moolenaar2008-11-301-5/+11
* Parse the error string returned by the kernel. The format is:Marcel Moolenaar2008-11-291-14/+39
* Grammar improvements.Xin LI2008-11-181-4/+4