summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/part
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add "-a alignment" option to gpart(8). When it specified gpart(8)ae2011-05-032-27/+99
* Fix grammar.ae2011-03-121-2/+2
* Document GEOM_PART_EBR_COMPAT option.ae2011-03-121-1/+7
* 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
* 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 up the grammar.ae2011-01-121-3/+3
* Check number of arguments before trying to read arg0. This prevents accessae2010-12-211-0/+2
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-151-1/+1
* Fix some more warnings found by clang.brucec2010-11-221-1/+1
* 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
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-252-84/+99
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-2/+2
* 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
* Implement "force" (-F) option for gpart destroy verb.ae2010-09-242-15/+106
* GPART_PARAM_INDEX is now G_TYPE_NUMBER.pjd2010-09-151-8/+4
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-8/+8
* Update two last places where "arg0" should be used instead of "geom".pjd2010-09-141-2/+2
* All gpart(8) subcommands apart from the 'bootcode' subcommand handlepjd2010-09-141-0/+2
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldpjd2010-09-141-8/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-50/+59
* - Allow to specify value as const pointers.pjd2010-09-131-9/+8
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Small typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Document that SI unit suffixes are supported for -b and -s optionsae2010-07-231-7/+11
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.ae2010-06-211-86/+118
* - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well.marius2010-06-031-14/+43
* - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrapmarius2010-06-031-37/+102
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-1/+1
* Add and describe GEOM_PART_EBR.marcel2010-04-231-0/+5
* Implement the resize command for resizing partitions. Without newmarcel2010-04-232-1/+134
* Fixed dependencies (make checkdpadd).ru2010-02-251-0/+1
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.lulf2009-10-262-2/+1
* Clean up markup (mainly).ru2009-10-191-77/+149
* Emit a proper error message instead of dumping core when 1)marcel2009-08-161-2/+14
* Change the printf format string to match the variable type to quietjhb2009-06-081-2/+2
* Make the size (-s) and start (-b) parameters of the add verb optional.marcel2009-06-081-2/+126
* Allow humanized numbers for LBAs, as well as partition indices formarcel2009-06-071-9/+9
* Prefer the start and end attributes over the offset and sizemarcel2009-02-081-14/+31
* Print error messages as-is, when they don't conform tomarcel2008-11-301-6/+9
OpenPOWER on IntegriCloud