aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom/geom_xml2tree.c
Commit message (Expand)AuthorAgeFilesLines
* libgeom: Consistently use item count as the first argument to callocJohn Baldwin2024-11-291-1/+1
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-3-Clause-FreeBSD identifier never was, drop -FreeBSDWarner Losh2023-07-251-1/+1
* GEOM: Fix regression after 7f16b501e25.Alexander Motin2022-05-111-0/+3
* GEOM: Introduce partial confxml APIAlexander Motin2022-05-111-14/+36
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-271-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Plug memory leaks when running out of memory.Xin LI2015-08-281-1/+3
* Revert part of r280687, reporting "1" (true) for empty value.Alexander Motin2015-08-131-1/+1
* libgeom: plug memory leak in EndElement.Pedro F. Giffuni2015-04-221-0/+1
* Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-3/+12
* 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