summaryrefslogtreecommitdiff
path: root/lib/libgeom/geom_xml2tree.c
AgeCommit message (Expand)Author
2026-01-03libgeom: Fix 32-bit gcc buildDag-Erling Smørgrav
2026-01-03libgeom: Improve type safety of xml2tree codeDag-Erling Smørgrav
2026-01-03libgeom: Clean up xml2tree codeDag-Erling Smørgrav
2026-01-03libgeom: Fix segfault in 32-on-64 caseDag-Erling Smørgrav
2024-07-19libgeom: Consistently use item count as the first argument to callocJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-3-Clause-FreeBSD identifier never was, drop -FreeBSDWarner Losh
2022-03-16GEOM: Fix regression after 7f16b501e25.Alexander Motin
2022-03-12GEOM: Introduce partial confxml APIAlexander Motin
2021-07-07[skip ci] correct a few SPDX license tagsAlan Somers
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-28Plug memory leaks when running out of memory.Xin LI
2015-08-13Revert part of r280687, reporting "1" (true) for empty value.Alexander Motin
2015-04-22libgeom: plug memory leak in EndElement.Pedro F. Giffuni
2015-03-26Make GEOM_PART work in presence of previous withered self.Alexander Motin
2013-07-19Since there's no defined schema for the XML that's generated by theScott Long
2013-07-12Revert r253247. This change should be improved based on a lesson learntHiroki Sato
2013-07-12Use strtoumax() instead of strtoul() for id/ref attr in XML elements.Hiroki Sato
2012-10-26Improve libgeom XML parsing error handling.Jaakko Heinonen
2012-04-10Back out r233646. Although it fixed most libgeom consumers under 32-bitJuli Mallett
2012-03-29Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.Juli Mallett
2010-10-05Handle null return from XML_ParserCreate and fix a few memory leaks onEd Maste
2010-01-17Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI
2008-08-09Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav
2008-07-08- Simplify the procedure of retrieving XML-data from the kernel.Ulf Lilleengen
2005-05-24Check for NULL pointer return.Poul-Henning Kamp
2004-03-09Make libgeom usable by C++ programs:John Baldwin
2004-03-08String the consumers into the list of the provider they are attached to.Poul-Henning Kamp
2003-03-17Constify arg to geom_lookupid().Poul-Henning Kamp
2003-02-10Leak more stuff into libgeom.Poul-Henning Kamp