summaryrefslogtreecommitdiffstats
path: root/sbin/geom/core/geom.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.pjd2009-09-061-1/+1
* For any given subcommand allow to specify multi-line usage (separated by \n).pjd2009-09-061-2/+12
* Allow humanized numbers for LBAs, as well as partition indices formarcel2009-06-071-10/+107
* - Use a separate pointer to the allocated memory for freeing, as strsep maylulf2009-02-021-3/+3
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESmarcel2008-06-041-5/+5
* Make it possible to build glabel into rescue geom(8) utility.delphij2008-03-051-0/+5
* - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATHlulf2008-02-041-11/+31
* Allow building of a special rescue version of geom thatmarcel2007-11-041-1/+17
* For arguments declared as numbers always use expand_number(3).pjd2007-09-211-3/+1
* Use 'val' function argument instead of 'optarg' global variable.pjd2007-09-211-2/+2
* Fix the construction of the gctl_req that got broken by mymarcel2007-05-171-1/+3
* Add gpart(8).marcel2007-05-151-15/+26
* Exit status should be 1 on error.pjd2007-03-231-8/+5
* MFp4:pjd2006-09-301-41/+37
* Allocate memory for NUL-termination as well.pjd2006-04-071-1/+1
* Remove trailing spaces.pjd2006-02-011-1/+1
* - The geom(8) utility only uses three types of arguments: string (char *),pjd2005-12-071-53/+20
* Unfortunately dlerror(3) returns string, so there is no clean way topjd2005-08-141-11/+12
* Remove trailing spaces.pjd2005-04-291-1/+1
* Empty error buffer is not an error.pjd2005-04-071-1/+1
* Fix use of uninitialized buf[0].pjd2005-03-221-2/+2
* Be sure that class name storaed in 'class_name' is lower case.pjd2005-03-141-0/+3
* - Add gc_usage field to g_command structure. This will allow to definepjd2005-03-141-54/+49
* Add '-s' option to 'status' subcommand. It produces script-friendly output:pjd2005-03-141-26/+50
* Use int instead of size_t (%*s needs int).pjd2005-03-141-9/+9
* printf(3) expects that %*s having an int parameter, which generatesdelphij2005-03-141-5/+5
* Add 'status' command which prints general information about devices.pjd2005-03-131-0/+176
* Update copyrights.pjd2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' topjd2005-03-131-7/+7
* When listing all devices (geoms) from the given class, skip geoms withoutpjd2005-03-131-0/+2
* - Add GEOM_LIBRARY_PATH environment variable which allows to specify anpjd2005-02-271-3/+19
* Detect if class name is '-h' or 'help' and if it is, show general helppjd2004-12-281-0/+6
* - Show all commands in usage, even if those commands are not available.pjd2004-09-171-19/+32
* - If error string begins with "warning: ", don't exit, treat it as a warningpjd2004-08-281-4/+6
* Don't use version number in library name. The library version is checkedpjd2004-08-021-2/+1
* After changing LIBDIR to SHLIBDIR, because of dependencies problems,pjd2004-08-011-1/+2
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-261-46/+71
* Print provider's size in human-readable form as well.pjd2004-05-261-1/+5
* Add standard command "help" to print usage.pjd2004-05-221-3/+14
* Bring in geom(8) utility. It is an universal utility for operating onpjd2004-05-201-0/+755
OpenPOWER on IntegriCloud