| Commit message (Expand) | Author | Age | Files | Lines |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -1/+1 |
* | MFgraid/head r217014: | mav | 2011-03-24 | 2 | -42/+161 |
* | Rename the generic "CLASS" to the more specific "GEOM_CLASS". | obrien | 2010-12-15 | 2 | -2/+2 |
* | Remove dead code. | pjd | 2010-09-14 | 1 | -15/+6 |
* | Remove now unused G_TYPE_ASCNUM. | pjd | 2010-09-14 | 2 | -3/+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 | 2 | -3/+4 |
* | Add G_TYPE_MULTI flag, which when set for the given option, will | pjd | 2010-09-13 | 2 | -6/+40 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | pjd | 2010-09-13 | 2 | -37/+19 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 2 | -16/+18 |
* | o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd. | maxim | 2010-09-01 | 1 | -1/+6 |
* | expand_number(3) takes a uint64_t * now; intmax_t was never correct | des | 2010-08-19 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. | ae | 2010-06-21 | 2 | -91/+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 |
* | Add gmountver, disk mount verification GEOM class. | trasz | 2010-01-16 | 1 | -0/+1 |
* | Add manual page for gcache(8). | trasz | 2010-01-03 | 1 | -1/+1 |
* | 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 | 2 | -12/+111 |
* | Add links to libgeom(3) where appropriate. | trasz | 2009-05-19 | 1 | -0/+1 |
* | - 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 |
* | Add info about few missing GEOM classes that use geom(8). | pjd | 2008-03-05 | 1 | -1/+13 |
* | - Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separated | lulf | 2008-02-05 | 1 | -0/+1 |
* | - 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 |
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | pjd | 2007-09-23 | 1 | -1/+4 |
* | 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 |
* | Bump G_LIB_VERSION to reflect the ABI change. | marcel | 2007-05-16 | 1 | -1/+1 |
* | Add gpart(8). | marcel | 2007-05-15 | 2 | -16/+28 |
* | Exit status should be 1 on error. | pjd | 2007-03-23 | 1 | -8/+5 |
* | MFp4: | pjd | 2006-09-30 | 2 | -47/+47 |
* | Allocate memory for NUL-termination as well. | pjd | 2006-04-07 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 2 | -2/+2 |
* | Add a reference to geli(8). | pjd | 2006-01-29 | 1 | -0/+3 |
* | - 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 | 2 | -56/+52 |
* | Document subcommands' arguments. | pjd | 2005-03-14 | 1 | -2/+18 |