aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom/geom_xml2tree.c
Commit message (Expand)AuthorAgeFilesLines
* Since there's no defined schema for the XML that's generated by theScott Long2013-07-191-0/+2
* Revert r253247. This change should be improved based on a lesson learntHiroki Sato2013-07-121-2/+2
* Use strtoumax() instead of strtoul() for id/ref attr in XML elements.Hiroki Sato2013-07-121-2/+2
* Improve libgeom XML parsing error handling.Jaakko Heinonen2012-10-261-8/+33
* Back out r233646. Although it fixed most libgeom consumers under 32-bitJuli Mallett2012-04-101-80/+28
* Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.Juli Mallett2012-03-291-28/+80
* Handle null return from XML_ParserCreate and fix a few memory leaks onEd Maste2010-10-051-4/+10
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-171-0/+10
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* - Simplify the procedure of retrieving XML-data from the kernel.Ulf Lilleengen2008-07-081-1/+36
* Check for NULL pointer return.Poul-Henning Kamp2005-05-241-0/+2
* Make libgeom usable by C++ programs:John Baldwin2004-03-091-90/+97
* String the consumers into the list of the provider they are attached to.Poul-Henning Kamp2004-03-081-1/+5
* Constify arg to geom_lookupid().Poul-Henning Kamp2003-03-171-2/+2
* Leak more stuff into libgeom.Poul-Henning Kamp2003-02-101-0/+428