summaryrefslogtreecommitdiffstats
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* When user specifies the bootcode with size smaller than VTOC_BOOTCODE,ae2011-06-211-1/+4
* Mod the offset padding by alignment. Without this change we maydelphij2011-06-211-2/+2
* The "size" param needs no adjusting to stripeoffset.ae2011-06-211-2/+2
* Add "alignment" param to the request before calling gpart_autofill().ae2011-06-161-0/+1
* Do not use LCM from stripesize and user specified alignment value.ae2011-06-071-7/+4
* Rework parts of this man page to improve grammar.gavin2011-06-061-37/+37
* Remove redundant assignments to WARNS.ed2011-06-061-2/+0
* Generally clean up markup.ru2011-06-031-71/+85
* Always use LCM when stripesize > 0.ae2011-06-021-2/+2
* Use stripesize and stripeoffset in the automatic calculation ofae2011-06-021-18/+33
* mdoc: fix markupuqs2011-06-021-0/+1
* Document kern.geom.part.check_integrity sysctl variable.ae2011-05-301-1/+17
* Add example how to create MBR and BSD schemes and install boot code.ae2011-05-271-1/+28
* Synchronize manpage's synopsis with program's usage. Since -l and -rae2011-05-272-5/+6
* Simplify ALIGNDOWN macro.ae2011-05-241-1/+1
* Fix calculation of alignment for odd values. Also do not change valueae2011-05-241-2/+2
* Some partitioning schemes want to have partitions that are alignedae2011-05-151-10/+14
* Simplify the code a bit. For own providers GEOM_PART always providesae2011-05-151-61/+14
* Document the following sysctls:pjd2011-05-081-2/+22
* Add "-a alignment" option to gpart(8). When it specified gpart(8)ae2011-05-032-27/+99
* MFgraid/head:mav2011-03-244-0/+368
* MFgraid/head r217014:mav2011-03-242-42/+161
* Fix grammar.ae2011-03-121-2/+2
* Document GEOM_PART_EBR_COMPAT option.ae2011-03-121-1/+7
* Change example to not be controversial.pjd2011-03-091-6/+8
* It is better to sometimes have not aligned columns thanae2011-03-081-6/+0
* Add -p option to `gpart show` command to show provider's names ofae2011-03-082-14/+40
* Document the "bios-boot" partition type.ae2011-01-281-1/+6
* Added a blurb about thin provisioning, fixed some formatting.ivoras2011-01-241-2/+6
* o Somehow I revert Dd macro in the previous commit.maxim2011-01-131-1/+1
* o Start each sentence on a new line. No content changes.maxim2011-01-131-19/+25
* o Typo fixes.maxim2011-01-131-2/+2
* Fix formatting of cross-references.brucec2011-01-121-2/+2
* Fix sorting of cross-references.brucec2011-01-121-1/+1
* Fix cross-reference to gvinum(8).brucec2011-01-121-1/+1
* Fix up the grammar.ae2011-01-121-3/+3
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesae2011-01-121-0/+5
* Check number of arguments before trying to read arg0. This prevents accessae2010-12-211-0/+2
* Revert r216473.obrien2010-12-161-1/+1
* Bump WARNS to 6.obrien2010-12-161-1/+1
* GEOM virstor .so does not need libmd.obrien2010-12-161-3/+0
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-154-4/+3
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-1516-32/+26
* * Recommend a overwrite of whole geli provider before use.delphij2010-12-031-2/+6
* Fix some more warnings found by clang.brucec2010-11-223-8/+8
* Add SIGINT handler to `gpart restore` action.ae2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`ae2010-11-222-29/+32
* Add to gpart(8) an ability to backup partition table andae2010-11-202-1/+371
* Use fprintf(stderr) instead of gctl_error() to print a warning about toopjd2010-10-261-2/+2
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-252-84/+99
OpenPOWER on IntegriCloud