summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/part/geom_part.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore start offset value when user specifies it togetherae2012-05-041-1/+4
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Don't use the whole free space when resizing partition to a larger sizeae2011-09-081-6/+6
* When user specifies the bootcode with size smaller than VTOC_BOOTCODE,ae2011-06-211-1/+4
* Mod the offset padding by alignment. Without this change we maydelphij2011-06-211-2/+2
* The "size" param needs no adjusting to stripeoffset.ae2011-06-211-2/+2
* Add "alignment" param to the request before calling gpart_autofill().ae2011-06-161-0/+1
* Do not use LCM from stripesize and user specified alignment value.ae2011-06-071-7/+4
* Always use LCM when stripesize > 0.ae2011-06-021-2/+2
* Use stripesize and stripeoffset in the automatic calculation ofae2011-06-021-18/+33
* Synchronize manpage's synopsis with program's usage. Since -l and -rae2011-05-271-4/+4
* 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-031-24/+69
* 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-081-12/+36
* Check number of arguments before trying to read arg0. This prevents accessae2010-12-211-0/+2
* 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
OpenPOWER on IntegriCloud