Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Simplify the procedure of retrieving XML-data from the kernel. | lulf | 2008-07-08 | 1 | -6/+16 |
| | | | | | | | | | | | | | - Fix a number of potential memory leaks in libgeom related to doing realloc without freeing old pointer if things go wrong. - Fix a number of places in libgeom where malloc and calloc return values were not checked. - Check malloc return value and provide sufficient warning messages when XML parsing fails. PR: kern/83464 Submitted by: Dan Lukes <dan - at - obluda.cz> Approved by: kib (mentor) | ||||
* | Add the part of the last commit which cvs appearantly didn't like | phk | 2003-06-01 | 1 | -16/+3 |
| | | | | the first time. | ||||
* | Collapse the meta arguments into normal arguments, trying to distinguish | phk | 2003-04-22 | 1 | -36/+1 |
| | | | | just makes our own life harder. | ||||
* | Run a revision on the OAM api. | phk | 2003-03-27 | 1 | -78/+127 |
| | | | | | | | 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/+237 |