| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't use version number in library name. The library version is checked | pjd | 2004-08-02 | 1 | -2/+1 |
* | After changing LIBDIR to SHLIBDIR, because of dependencies problems, | pjd | 2004-08-01 | 1 | -1/+2 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 1 | -46/+71 |
* | Print provider's size in human-readable form as well. | pjd | 2004-05-26 | 1 | -1/+5 |
* | Add standard command "help" to print usage. | pjd | 2004-05-22 | 1 | -3/+14 |
* | Bring in geom(8) utility. It is an universal utility for operating on | pjd | 2004-05-20 | 1 | -0/+755 |