Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add a new ioctl for getting the provider name of a geom provider. | lulf | 2008-09-07 | 1 | -0/+2 |
| | | | | | | | | - Add a routine for looking up a device and checking if it is a valid geom provider given a partial or full path to its device node. Reviewed by: phk Approved by: pjd (mentor) | ||||
* | Remove parameter names from prototypes to avoid namespace issues. | des | 2007-05-06 | 1 | -22/+22 |
| | |||||
* | Implement and document some utility functions that can be used to communicate | pjd | 2007-05-06 | 1 | -0/+11 |
| | | | | | | with GEOM providers. OK'ed by: phk | ||||
* | Make libgeom usable by C++ programs: | jhb | 2004-03-09 | 1 | -37/+43 |
| | | | | | | | | | | - Add DECL wrappers to libgeom.h. - Rename structure members in libgeom.h to use a lg_ prefix for member names. This is required because a few structures had members named 'class' which made g++ very unhappy. - Catch gstat(8) and gconcat(8) up to these API changes. Reviewed by: phk | ||||
* | Add the part of the last commit which cvs appearantly didn't like | phk | 2003-06-01 | 1 | -1/+1 |
| | | | | the first time. | ||||
* | Collapse the meta arguments into normal arguments, trying to distinguish | phk | 2003-04-22 | 1 | -2/+0 |
| | | | | just makes our own life harder. | ||||
* | Run a revision on the OAM api. | phk | 2003-03-27 | 1 | -15/+9 |
| | | | | | | | Use prefix gctl_ systematically. Add flag with access perms for each argument. Add ro/rw versions of argument building functions. General cleanup. | ||||
* | Add marshalling functions for OAM api. | phk | 2003-03-23 | 1 | -0/+23 |
| | |||||
* | Use devstat instead of GEOM private statistics structure. | phk | 2003-03-18 | 1 | -2/+1 |
| | |||||
* | Constify arg to geom_lookupid(). | phk | 2003-03-17 | 1 | -1/+1 |
| | | | | Improve a diagnostic printf. | ||||
* | Leak more stuff into libgeom. | phk | 2003-02-10 | 1 | -0/+83 |
| | |||||
* | Include <sys/time.h>, it's not the users problem that we use bintime | phk | 2003-02-08 | 1 | -0/+1 |
| | | | | internally. | ||||
* | Add libgeom to the system. | phk | 2003-02-08 | 1 | -0/+45 |
Initially this only contains the functions for accessing the I/O statistics data. |