aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/core/geom.c
Commit message (Expand)AuthorAgeFilesLines
* geom(8): list geoms with /dev/ prefixRobert Wing2020-12-121-0/+4
* Add the "-t" option to geom(8) utility, to display geoms hierarchy.Edward Tomasz Napierala2018-09-141-3/+137
* Add new option to the geom(8) utility, "-p". It makes it easy to look upEdward Tomasz Napierala2018-09-131-0/+69
* Minor usability improvements to geom(8).Edward Tomasz Napierala2018-09-111-9/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow standard commands for "unknown" classes in RESCUE mode.Alexander Motin2016-03-111-2/+1
* Fix geom's "usage" generation to not fabricate usage/help output for anyMark Felder2014-11-171-0/+5
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* MFgraid/head r217014:Alexander Motin2011-03-241-40/+147
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".David E. O'Brien2010-12-151-1/+1
* Remove dead code.Pawel Jakub Dawidek2010-09-141-15/+6
* Remove now unused G_TYPE_ASCNUM.Pawel Jakub Dawidek2010-09-141-2/+1
* Remove dot which shouldn't be here, as err(3) will attach error messagePawel Jakub Dawidek2010-09-141-1/+1
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldPawel Jakub Dawidek2010-09-141-3/+2
* Add G_TYPE_MULTI flag, which when set for the given option, willPawel Jakub Dawidek2010-09-131-6/+34
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-131-34/+17
* - Allow to specify value as const pointers.Pawel Jakub Dawidek2010-09-131-15/+17
* expand_number(3) takes a uint64_t * now; intmax_t was never correctDag-Erling Smørgrav2010-08-191-1/+1
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov2010-06-211-90/+1
* Also output stripeoffset for consumer even if stripesize is zero, whileXin LI2010-01-181-1/+1
* Stripe offset may be usable even without stripe size known,Xin LI2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-171-0/+8
* Update copyright years.Pawel Jakub Dawidek2009-09-061-1/+1
* For any given subcommand allow to specify multi-line usage (separated by \n).Pawel Jakub Dawidek2009-09-061-2/+12
* Allow humanized numbers for LBAs, as well as partition indices forMarcel Moolenaar2009-06-071-10/+107
* - Use a separate pointer to the allocated memory for freeing, as strsep mayUlf Lilleengen2009-02-021-3/+3
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESMarcel Moolenaar2008-06-041-5/+5
* Make it possible to build glabel into rescue geom(8) utility.Xin LI2008-03-051-0/+5
* - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATHUlf Lilleengen2008-02-041-11/+31
* Allow building of a special rescue version of geom thatMarcel Moolenaar2007-11-041-1/+17
* For arguments declared as numbers always use expand_number(3).Pawel Jakub Dawidek2007-09-211-3/+1
* Use 'val' function argument instead of 'optarg' global variable.Pawel Jakub Dawidek2007-09-211-2/+2
* Fix the construction of the gctl_req that got broken by myMarcel Moolenaar2007-05-171-1/+3
* Add gpart(8).Marcel Moolenaar2007-05-151-15/+26
* Exit status should be 1 on error.Pawel Jakub Dawidek2007-03-231-8/+5
* MFp4:Pawel Jakub Dawidek2006-09-301-41/+37
* Allocate memory for NUL-termination as well.Pawel Jakub Dawidek2006-04-071-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-1/+1
* - The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek2005-12-071-53/+20
* Unfortunately dlerror(3) returns string, so there is no clean way toPawel Jakub Dawidek2005-08-141-11/+12
* Remove trailing spaces.Pawel Jakub Dawidek2005-04-291-1/+1
* Empty error buffer is not an error.Pawel Jakub Dawidek2005-04-071-1/+1
* Fix use of uninitialized buf[0].Pawel Jakub Dawidek2005-03-221-2/+2
* Be sure that class name storaed in 'class_name' is lower case.Pawel Jakub Dawidek2005-03-141-0/+3
* - Add gc_usage field to g_command structure. This will allow to definePawel Jakub Dawidek2005-03-141-54/+49
* Add '-s' option to 'status' subcommand. It produces script-friendly output:Pawel Jakub Dawidek2005-03-141-26/+50
* Use int instead of size_t (%*s needs int).Pawel Jakub Dawidek2005-03-141-9/+9
* printf(3) expects that %*s having an int parameter, which generatesXin LI2005-03-141-5/+5
* Add 'status' command which prints general information about devices.Pawel Jakub Dawidek2005-03-131-0/+176
* Update copyrights.Pawel Jakub Dawidek2005-03-131-1/+1