aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/core
Commit message (Expand)AuthorAgeFilesLines
* 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-072-12/+111
* Add links to libgeom(3) where appropriate.Edward Tomasz Napierala2009-05-191-0/+1
* - 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
* Add info about few missing GEOM classes that use geom(8).Pawel Jakub Dawidek2008-03-051-1/+13
* - Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separatedUlf Lilleengen2008-02-051-0/+1
* - 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
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMPawel Jakub Dawidek2007-09-231-1/+4
* 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
* Bump G_LIB_VERSION to reflect the ABI change.Marcel Moolenaar2007-05-161-1/+1
* Add gpart(8).Marcel Moolenaar2007-05-152-16/+28
* Exit status should be 1 on error.Pawel Jakub Dawidek2007-03-231-8/+5
* MFp4:Pawel Jakub Dawidek2006-09-302-47/+47
* Allocate memory for NUL-termination as well.Pawel Jakub Dawidek2006-04-071-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-2/+2
* Add a reference to geli(8).Pawel Jakub Dawidek2006-01-291-0/+3
* - 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-142-56/+52
* Document subcommands' arguments.Pawel Jakub Dawidek2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.Pawel Jakub Dawidek2005-03-141-0/+6
* 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
* - Document 'status' subcommand.Pawel Jakub Dawidek2005-03-131-2/+6
* 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
* Change function names related to 'list' command from 'show_one_*' toPawel Jakub Dawidek2005-03-131-7/+7
* When listing all devices (geoms) from the given class, skip geoms withoutPawel Jakub Dawidek2005-03-131-0/+2
* - Add GEOM_LIBRARY_PATH environment variable which allows to specify anPawel Jakub Dawidek2005-02-272-3/+27
* Add SHSEC class to the list of geom(8)-aware classes.Pawel Jakub Dawidek2005-02-271-0/+2
* Add a missing comma.Pawel Jakub Dawidek2005-02-251-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Connect SHSEC GEOM class to the build.Pawel Jakub Dawidek2005-01-111-0/+1
* Detect if class name is '-h' or 'help' and if it is, show general helpPawel Jakub Dawidek2004-12-281-0/+6
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Grammatical and spelling improvements.Ceri Davies2004-11-041-2/+2
* - Show all commands in usage, even if those commands are not available.Pawel Jakub Dawidek2004-09-171-19/+32
* - If error string begins with "warning: ", don't exit, treat it as a warningPawel Jakub Dawidek2004-08-281-4/+6