summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/part
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Call gctl_free() after we processed the error string.marcel2008-11-301-5/+11
* Parse the error string returned by the kernel. The format is:marcel2008-11-291-14/+39
* Grammar improvements.delphij2008-11-181-4/+4
* Use humanize_number(), rather than a home-grown algorithm formarcel2008-11-182-13/+7
* Sort includesmarcel2008-11-181-9/+10
* Pad the bootcode we write to the partition to a multiple of themarcel2008-11-181-1/+16
* Add support for multiple attributes. This is required for themarcel2008-10-201-6/+13
* Add some examples to demostrate gpart(8).delphij2008-10-091-1/+36
* Implement the set and unset verbs. While here, have the manpagemarcel2008-06-182-11/+84
* Implement the -l and -r options for gpart show.marcel2008-06-131-6/+32
* Document the new -p and -i options for writing bootstrap code intomarcel2008-06-071-8/+24
* Enhance the bootcode command to also allow bootcode to be writtenmarcel2008-06-061-25/+143
* Update the manpage to reflect reality:marcel2008-06-061-3/+32
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESmarcel2008-06-041-1/+1
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-3/+47
* Allow building of a special rescue version of geom thatmarcel2007-11-041-3/+9
* Fix a last-minute, but more importantly, an untested change thatmarcel2007-10-211-1/+1
* Add the show command to print the partition information ala gpt(8).marcel2007-10-212-6/+205
* Add gpart(8).marcel2007-05-153-0/+408
OpenPOWER on IntegriCloud