index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libgeom
/
geom_xml2tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since there's no defined schema for the XML that's generated by the
scottl
2013-07-19
1
-0
/
+2
*
Revert r253247. This change should be improved based on a lesson learnt
hrs
2013-07-12
1
-2
/
+2
*
Use strtoumax() instead of strtoul() for id/ref attr in XML elements.
hrs
2013-07-12
1
-2
/
+2
*
Improve libgeom XML parsing error handling.
jh
2012-10-26
1
-8
/
+33
*
Back out r233646. Although it fixed most libgeom consumers under 32-bit
jmallett
2012-04-10
1
-80
/
+28
*
Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.
jmallett
2012-03-29
1
-28
/
+80
*
Handle null return from XML_ParserCreate and fix a few memory leaks on
emaste
2010-10-05
1
-4
/
+10
*
Expose stripe offset and stripe size through libgeom and geom(8) userland
delphij
2010-01-17
1
-0
/
+10
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-1
/
+1
*
- Simplify the procedure of retrieving XML-data from the kernel.
lulf
2008-07-08
1
-1
/
+36
*
Check for NULL pointer return.
phk
2005-05-24
1
-0
/
+2
*
Make libgeom usable by C++ programs:
jhb
2004-03-09
1
-90
/
+97
*
String the consumers into the list of the provider they are attached to.
phk
2004-03-08
1
-1
/
+5
*
Constify arg to geom_lookupid().
phk
2003-03-17
1
-2
/
+2
*
Leak more stuff into libgeom.
phk
2003-02-10
1
-0
/
+428