summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/geom_xml2tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+10
| | | | | | utilities. Reviewed by: pjd, mav (earlier version)
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
| | | | | | | completely dynamic sbuf. Obtained from: Varnish MFC after: 2 weeks
* - Simplify the procedure of retrieving XML-data from the kernel.lulf2008-07-081-1/+36
| | | | | | | | | | | | | - 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)
* Check for NULL pointer return.phk2005-05-241-0/+2
| | | | Spotted by: marcus
* Make libgeom usable by C++ programs:jhb2004-03-091-90/+97
| | | | | | | | | | - 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
* String the consumers into the list of the provider they are attached to.phk2004-03-081-1/+5
| | | | Noticed by: jhb
* Constify arg to geom_lookupid().phk2003-03-171-2/+2
| | | | Improve a diagnostic printf.
* Leak more stuff into libgeom.phk2003-02-101-0/+428
OpenPOWER on IntegriCloud