Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |