summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/geom_xml2tree.c
Commit message (Expand)AuthorAgeFilesLines
* Since there's no defined schema for the XML that's generated by thescottl2013-07-191-0/+2
* Revert r253247. This change should be improved based on a lesson learnthrs2013-07-121-2/+2
* Use strtoumax() instead of strtoul() for id/ref attr in XML elements.hrs2013-07-121-2/+2
* Improve libgeom XML parsing error handling.jh2012-10-261-8/+33
* Back out r233646. Although it fixed most libgeom consumers under 32-bitjmallett2012-04-101-80/+28
* Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.jmallett2012-03-291-28/+80
* Handle null return from XML_ParserCreate and fix a few memory leaks onemaste2010-10-051-4/+10
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+10
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* - Simplify the procedure of retrieving XML-data from the kernel.lulf2008-07-081-1/+36
* Check for NULL pointer return.phk2005-05-241-0/+2
* Make libgeom usable by C++ programs:jhb2004-03-091-90/+97
* String the consumers into the list of the provider they are attached to.phk2004-03-081-1/+5
* Constify arg to geom_lookupid().phk2003-03-171-2/+2
* Leak more stuff into libgeom.phk2003-02-101-0/+428
OpenPOWER on IntegriCloud