summaryrefslogtreecommitdiffstats
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring in geli suspend/resume functionality (finally).pjd2010-10-202-1/+152
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-099-21/+21
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-082-4/+0
* Document recently added GPT attributes (bootme, bootonce, bootfailed) andpjd2010-09-281-1/+104
* Remove superfluous word from "gpart bootcode" usage message.ae2010-09-261-1/+1
* - Add support for loading passphrase from a file (-J and -j options).pjd2010-09-252-122/+257
* Implement "force" (-F) option for gpart destroy verb.ae2010-09-242-15/+106
* - Simplify code by using g_*() API.pjd2010-09-232-83/+62
* Update copyright years.pjd2010-09-231-1/+1
* Document AES-XTS.pjd2010-09-231-17/+34
* - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.pjd2010-09-231-12/+64
* - Use g_*() API when doing backups.pjd2010-09-231-18/+12
* Because we first write metadata into new place and then trash old place wepjd2010-09-231-0/+4
* - Make use of g_*() API.pjd2010-09-231-18/+13
* Simplify code a bit by using g_*() API from libgeom.pjd2010-09-231-19/+10
* Add a geli resize subcommand to resize encrypted filesystems priorbrian2010-09-202-5/+187
* Fix indent.pjd2010-09-191-7/+7
* GPART_PARAM_INDEX is now G_TYPE_NUMBER.pjd2010-09-151-8/+4
* Remove dead code.pjd2010-09-141-15/+6
* Remove now unused G_TYPE_ASCNUM.pjd2010-09-142-3/+1
OpenPOWER on IntegriCloud