aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
...
* Clarity improvements.Warren Block2012-01-091-8/+8
* Correct and expand BSD partitioning scheme description.Warren Block2011-11-211-7/+9
* Fix date.Warren Block2011-11-211-1/+1
* Add a section that explicitly describes partitioning schemes. ModifyWarren Block2011-11-211-126/+154
* Fix build on some archs after r227464.Alexander Motin2011-11-121-3/+4
* Fix buildworld breakage due after r227464.Dimitry Andric2011-11-121-1/+1
* Major GEOM MULTIPATH class rewrite:Alexander Motin2011-11-122-98/+194
* Clarify disks/volumes above 2TiB support in geom_raid:Alexander Motin2011-10-261-1/+4
* Add support for creating GELI devices with older metadata version for usePawel Jakub Dawidek2011-10-252-7/+84
* Add 'geli version' subcommand, which will print GELI metadata version of eachPawel Jakub Dawidek2011-10-252-0/+62
* When we detect GELI metadata version that is newer than the highest wePawel Jakub Dawidek2011-10-251-5/+35
* Simplify eli_resize() function.Pawel Jakub Dawidek2011-10-251-10/+4
* Simplify eli_dump() function and allow to dump metadata stored in backup file.Pawel Jakub Dawidek2011-10-251-13/+3
* If 'req' is NULL, print error on stderr.Pawel Jakub Dawidek2011-10-251-2/+7
* Simplify eli_is_attached() function and make it return boot instead of int.Pawel Jakub Dawidek2011-10-251-6/+2
* Simplify eli_backup_create() and eli_backup_restore() functions.Pawel Jakub Dawidek2011-10-251-87/+28
* Sort includes.Pawel Jakub Dawidek2011-10-251-13/+13
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Don't use the whole free space when resizing partition to a larger sizeAndrey V. Elsukov2011-09-081-6/+6
* o Fix mdoc formatting for the '.Fx' macro. [1]Andrey V. Elsukov2011-08-201-3/+13
* Add new section "BOOTSTRAPPING" to the gpart(8), that describesAndrey V. Elsukov2011-08-191-12/+90
* When user specifies the bootcode with size smaller than VTOC_BOOTCODE,Andrey V. Elsukov2011-06-211-1/+4
* Mod the offset padding by alignment. Without this change we mayXin LI2011-06-211-2/+2
* The "size" param needs no adjusting to stripeoffset.Andrey V. Elsukov2011-06-211-2/+2
* Add "alignment" param to the request before calling gpart_autofill().Andrey V. Elsukov2011-06-161-0/+1
* Do not use LCM from stripesize and user specified alignment value.Andrey V. Elsukov2011-06-071-7/+4
* Rework parts of this man page to improve grammar.Gavin Atkinson2011-06-061-37/+37
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-2/+0
* Generally clean up markup.Ruslan Ermilov2011-06-031-71/+85
* Always use LCM when stripesize > 0.Andrey V. Elsukov2011-06-021-2/+2
* Use stripesize and stripeoffset in the automatic calculation ofAndrey V. Elsukov2011-06-021-18/+33
* mdoc: fix markupUlrich Spörlein2011-06-021-0/+1
* Document kern.geom.part.check_integrity sysctl variable.Andrey V. Elsukov2011-05-301-1/+17
* Add example how to create MBR and BSD schemes and install boot code.Andrey V. Elsukov2011-05-271-1/+28
* Synchronize manpage's synopsis with program's usage. Since -l and -rAndrey V. Elsukov2011-05-272-5/+6
* Simplify ALIGNDOWN macro.Andrey V. Elsukov2011-05-241-1/+1
* Fix calculation of alignment for odd values. Also do not change valueAndrey V. Elsukov2011-05-241-2/+2
* Some partitioning schemes want to have partitions that are alignedAndrey V. Elsukov2011-05-151-10/+14
* Simplify the code a bit. For own providers GEOM_PART always providesAndrey V. Elsukov2011-05-151-61/+14
* Document the following sysctls:Pawel Jakub Dawidek2011-05-081-2/+22
* Add "-a alignment" option to gpart(8). When it specified gpart(8)Andrey V. Elsukov2011-05-032-27/+99
* MFgraid/head:Alexander Motin2011-03-244-0/+368
* MFgraid/head r217014:Alexander Motin2011-03-242-42/+161
* Fix grammar.Andrey V. Elsukov2011-03-121-2/+2
* Document GEOM_PART_EBR_COMPAT option.Andrey V. Elsukov2011-03-121-1/+7
* Change example to not be controversial.Pawel Jakub Dawidek2011-03-091-6/+8
* It is better to sometimes have not aligned columns thanAndrey V. Elsukov2011-03-081-6/+0
* Add -p option to `gpart show` command to show provider's names ofAndrey V. Elsukov2011-03-082-14/+40
* Document the "bios-boot" partition type.Andrey V. Elsukov2011-01-281-1/+6
* Added a blurb about thin provisioning, fixed some formatting.Ivan Voras2011-01-241-2/+6