summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/part/geom_part.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-18/+17
* Add to gpart(8) an ability to backup partition table andae2010-11-201-0/+303
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-251-83/+13
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-2/+2
* Remove superfluous word from "gpart bootcode" usage message.ae2010-09-261-1/+1
* Implement "force" (-F) option for gpart destroy verb.ae2010-09-241-14/+102
* 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
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.ae2010-06-211-86/+118
* - 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
* Implement the resize command for resizing partitions. Without newmarcel2010-04-231-0/+102
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.lulf2009-10-261-0/+1
* 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
* Use humanize_number(), rather than a home-grown algorithm formarcel2008-11-181-13/+5
* 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
* Implement the set and unset verbs. While here, have the manpagemarcel2008-06-181-4/+31
* Implement the -l and -r options for gpart show.marcel2008-06-131-6/+32
* Enhance the bootcode command to also allow bootcode to be writtenmarcel2008-06-061-25/+143
* 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-211-1/+183
* Add gpart(8).marcel2007-05-151-0/+91
OpenPOWER on IntegriCloud