| Commit message (Expand) | Author | Age | Files | Lines |
| * | geom(8): list geoms with /dev/ prefix | Robert Wing | 2020-12-12 | 1 | -0/+4 |
| * | Add the "-t" option to geom(8) utility, to display geoms hierarchy. | Edward Tomasz Napierala | 2018-09-14 | 1 | -3/+137 |
| * | Add new option to the geom(8) utility, "-p". It makes it easy to look up | Edward Tomasz Napierala | 2018-09-13 | 1 | -0/+69 |
| * | Minor usability improvements to geom(8). | Edward Tomasz Napierala | 2018-09-11 | 1 | -9/+12 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Allow standard commands for "unknown" classes in RESCUE mode. | Alexander Motin | 2016-03-11 | 1 | -2/+1 |
| * | Fix geom's "usage" generation to not fabricate usage/help output for any | Mark Felder | 2014-11-17 | 1 | -0/+5 |
| * | More -Wmissing-variable-declarations fixes. | Ed Schouten | 2012-10-19 | 1 | -1/+1 |
| * | MFgraid/head r217014: | Alexander Motin | 2011-03-24 | 1 | -40/+147 |
| * | Rename the generic "CLASS" to the more specific "GEOM_CLASS". | David E. O'Brien | 2010-12-15 | 1 | -1/+1 |
| * | Remove dead code. | Pawel Jakub Dawidek | 2010-09-14 | 1 | -15/+6 |
| * | Remove now unused G_TYPE_ASCNUM. | Pawel Jakub Dawidek | 2010-09-14 | 1 | -2/+1 |
| * | Remove dot which shouldn't be here, as err(3) will attach error message | Pawel Jakub Dawidek | 2010-09-14 | 1 | -1/+1 |
| * | Introduce special G_VAL_OPTIONAL define, which when given in value field | Pawel Jakub Dawidek | 2010-09-14 | 1 | -3/+2 |
| * | Add G_TYPE_MULTI flag, which when set for the given option, will | Pawel Jakub Dawidek | 2010-09-13 | 1 | -6/+34 |
| * | - Remove gc_argname field. It was introduced for gpart(8), but if I | Pawel Jakub Dawidek | 2010-09-13 | 1 | -34/+17 |
| * | - Allow to specify value as const pointers. | Pawel Jakub Dawidek | 2010-09-13 | 1 | -15/+17 |
| * | expand_number(3) takes a uint64_t * now; intmax_t was never correct | Dag-Erling Smørgrav | 2010-08-19 | 1 | -1/+1 |
| * | Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. | Andrey V. Elsukov | 2010-06-21 | 1 | -90/+1 |
| * | Also output stripeoffset for consumer even if stripesize is zero, while | Xin LI | 2010-01-18 | 1 | -1/+1 |
| * | Stripe offset may be usable even without stripe size known, | Xin LI | 2010-01-17 | 1 | -1/+1 |
| * | Expose stripe offset and stripe size through libgeom and geom(8) userland | Xin LI | 2010-01-17 | 1 | -0/+8 |
| * | Update copyright years. | Pawel Jakub Dawidek | 2009-09-06 | 1 | -1/+1 |
| * | For any given subcommand allow to specify multi-line usage (separated by \n). | Pawel Jakub Dawidek | 2009-09-06 | 1 | -2/+12 |
| * | Allow humanized numbers for LBAs, as well as partition indices for | Marcel Moolenaar | 2009-06-07 | 1 | -10/+107 |
| * | - Use a separate pointer to the allocated memory for freeing, as strsep may | Ulf Lilleengen | 2009-02-02 | 1 | -3/+3 |
| * | Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSES | Marcel Moolenaar | 2008-06-04 | 1 | -5/+5 |
| * | Make it possible to build glabel into rescue geom(8) utility. | Xin LI | 2008-03-05 | 1 | -0/+5 |
| * | - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATH | Ulf Lilleengen | 2008-02-04 | 1 | -11/+31 |
| * | Allow building of a special rescue version of geom that | Marcel Moolenaar | 2007-11-04 | 1 | -1/+17 |
| * | For arguments declared as numbers always use expand_number(3). | Pawel Jakub Dawidek | 2007-09-21 | 1 | -3/+1 |
| * | Use 'val' function argument instead of 'optarg' global variable. | Pawel Jakub Dawidek | 2007-09-21 | 1 | -2/+2 |
| * | Fix the construction of the gctl_req that got broken by my | Marcel Moolenaar | 2007-05-17 | 1 | -1/+3 |
| * | Add gpart(8). | Marcel Moolenaar | 2007-05-15 | 1 | -15/+26 |
| * | Exit status should be 1 on error. | Pawel Jakub Dawidek | 2007-03-23 | 1 | -8/+5 |
| * | MFp4: | Pawel Jakub Dawidek | 2006-09-30 | 1 | -41/+37 |
| * | Allocate memory for NUL-termination as well. | Pawel Jakub Dawidek | 2006-04-07 | 1 | -1/+1 |
| * | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-02-01 | 1 | -1/+1 |
| * | - The geom(8) utility only uses three types of arguments: string (char *), | Pawel Jakub Dawidek | 2005-12-07 | 1 | -53/+20 |
| * | Unfortunately dlerror(3) returns string, so there is no clean way to | Pawel Jakub Dawidek | 2005-08-14 | 1 | -11/+12 |
| * | Remove trailing spaces. | Pawel Jakub Dawidek | 2005-04-29 | 1 | -1/+1 |
| * | Empty error buffer is not an error. | Pawel Jakub Dawidek | 2005-04-07 | 1 | -1/+1 |
| * | Fix use of uninitialized buf[0]. | Pawel Jakub Dawidek | 2005-03-22 | 1 | -2/+2 |
| * | Be sure that class name storaed in 'class_name' is lower case. | Pawel Jakub Dawidek | 2005-03-14 | 1 | -0/+3 |
| * | - Add gc_usage field to g_command structure. This will allow to define | Pawel Jakub Dawidek | 2005-03-14 | 1 | -54/+49 |
| * | Add '-s' option to 'status' subcommand. It produces script-friendly output: | Pawel Jakub Dawidek | 2005-03-14 | 1 | -26/+50 |
| * | Use int instead of size_t (%*s needs int). | Pawel Jakub Dawidek | 2005-03-14 | 1 | -9/+9 |
| * | printf(3) expects that %*s having an int parameter, which generates | Xin LI | 2005-03-14 | 1 | -5/+5 |
| * | Add 'status' command which prints general information about devices. | Pawel Jakub Dawidek | 2005-03-13 | 1 | -0/+176 |
| * | Update copyrights. | Pawel Jakub Dawidek | 2005-03-13 | 1 | -1/+1 |