| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r296653: Allow standard commands for "unknown" classes in RESCUE mode. | mav | 2016-03-18 | 1 | -2/+1 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -1/+1 |
* | MFgraid/head r217014: | mav | 2011-03-24 | 1 | -40/+147 |
* | Rename the generic "CLASS" to the more specific "GEOM_CLASS". | obrien | 2010-12-15 | 1 | -1/+1 |
* | Remove dead code. | pjd | 2010-09-14 | 1 | -15/+6 |
* | Remove now unused G_TYPE_ASCNUM. | pjd | 2010-09-14 | 1 | -2/+1 |
* | Remove dot which shouldn't be here, as err(3) will attach error message | pjd | 2010-09-14 | 1 | -1/+1 |
* | Introduce special G_VAL_OPTIONAL define, which when given in value field | pjd | 2010-09-14 | 1 | -3/+2 |
* | Add G_TYPE_MULTI flag, which when set for the given option, will | pjd | 2010-09-13 | 1 | -6/+34 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | pjd | 2010-09-13 | 1 | -34/+17 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 1 | -15/+17 |
* | expand_number(3) takes a uint64_t * now; intmax_t was never correct | des | 2010-08-19 | 1 | -1/+1 |
* | Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. | ae | 2010-06-21 | 1 | -90/+1 |
* | Also output stripeoffset for consumer even if stripesize is zero, while | delphij | 2010-01-18 | 1 | -1/+1 |
* | Stripe offset may be usable even without stripe size known, | delphij | 2010-01-17 | 1 | -1/+1 |
* | Expose stripe offset and stripe size through libgeom and geom(8) userland | delphij | 2010-01-17 | 1 | -0/+8 |
* | Update copyright years. | pjd | 2009-09-06 | 1 | -1/+1 |
* | For any given subcommand allow to specify multi-line usage (separated by \n). | pjd | 2009-09-06 | 1 | -2/+12 |
* | Allow humanized numbers for LBAs, as well as partition indices for | marcel | 2009-06-07 | 1 | -10/+107 |
* | - Use a separate pointer to the allocated memory for freeing, as strsep may | lulf | 2009-02-02 | 1 | -3/+3 |
* | Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSES | marcel | 2008-06-04 | 1 | -5/+5 |
* | Make it possible to build glabel into rescue geom(8) utility. | delphij | 2008-03-05 | 1 | -0/+5 |
* | - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATH | lulf | 2008-02-04 | 1 | -11/+31 |
* | Allow building of a special rescue version of geom that | marcel | 2007-11-04 | 1 | -1/+17 |
* | For arguments declared as numbers always use expand_number(3). | pjd | 2007-09-21 | 1 | -3/+1 |
* | Use 'val' function argument instead of 'optarg' global variable. | pjd | 2007-09-21 | 1 | -2/+2 |
* | Fix the construction of the gctl_req that got broken by my | marcel | 2007-05-17 | 1 | -1/+3 |
* | Add gpart(8). | marcel | 2007-05-15 | 1 | -15/+26 |
* | Exit status should be 1 on error. | pjd | 2007-03-23 | 1 | -8/+5 |
* | MFp4: | pjd | 2006-09-30 | 1 | -41/+37 |
* | Allocate memory for NUL-termination as well. | pjd | 2006-04-07 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 1 | -1/+1 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | pjd | 2005-12-07 | 1 | -53/+20 |
* | Unfortunately dlerror(3) returns string, so there is no clean way to | pjd | 2005-08-14 | 1 | -11/+12 |
* | Remove trailing spaces. | pjd | 2005-04-29 | 1 | -1/+1 |
* | Empty error buffer is not an error. | pjd | 2005-04-07 | 1 | -1/+1 |
* | Fix use of uninitialized buf[0]. | pjd | 2005-03-22 | 1 | -2/+2 |
* | Be sure that class name storaed in 'class_name' is lower case. | pjd | 2005-03-14 | 1 | -0/+3 |
* | - Add gc_usage field to g_command structure. This will allow to define | pjd | 2005-03-14 | 1 | -54/+49 |
* | Add '-s' option to 'status' subcommand. It produces script-friendly output: | pjd | 2005-03-14 | 1 | -26/+50 |
* | Use int instead of size_t (%*s needs int). | pjd | 2005-03-14 | 1 | -9/+9 |
* | printf(3) expects that %*s having an int parameter, which generates | delphij | 2005-03-14 | 1 | -5/+5 |
* | Add 'status' command which prints general information about devices. | pjd | 2005-03-13 | 1 | -0/+176 |
* | Update copyrights. | pjd | 2005-03-13 | 1 | -1/+1 |
* | Change function names related to 'list' command from 'show_one_*' to | pjd | 2005-03-13 | 1 | -7/+7 |
* | When listing all devices (geoms) from the given class, skip geoms without | pjd | 2005-03-13 | 1 | -0/+2 |
* | - Add GEOM_LIBRARY_PATH environment variable which allows to specify an | pjd | 2005-02-27 | 1 | -3/+19 |
* | Detect if class name is '-h' or 'help' and if it is, show general help | pjd | 2004-12-28 | 1 | -0/+6 |
* | - Show all commands in usage, even if those commands are not available. | pjd | 2004-09-17 | 1 | -19/+32 |
* | - If error string begins with "warning: ", don't exit, treat it as a warning | pjd | 2004-08-28 | 1 | -4/+6 |