freebsd-dev/lib/libgeom
Ulf Lilleengen 7b6942a110 - Simplify the procedure of retrieving XML-data from the kernel.
- Fix a number of potential memory leaks in libgeom related to doing realloc
  without freeing old pointer if things go wrong.
- Fix a number of places in libgeom where malloc and calloc return values
  were not checked.
- Check malloc return value and provide sufficient warning messages when XML
  parsing fails.

PR:		kern/83464
Submitted by:	Dan Lukes <dan - at - obluda.cz>
Approved by:	kib (mentor)
2008-07-08 17:34:50 +00:00
..
geom_ctl.c - Simplify the procedure of retrieving XML-data from the kernel. 2008-07-08 17:34:50 +00:00
geom_getxml.c - Simplify the procedure of retrieving XML-data from the kernel. 2008-07-08 17:34:50 +00:00
geom_stats.c Use devstat instead of GEOM private statistics structure. 2003-03-18 09:53:46 +00:00
geom_util.c Use 'dowrite' as an argument name instead of too general 'write'. 2008-05-20 11:45:05 +00:00
geom_xml2tree.c - Simplify the procedure of retrieving XML-data from the kernel. 2008-07-08 17:34:50 +00:00
libgeom.3 Fix spelling. 2008-06-13 21:49:21 +00:00
libgeom.h Remove parameter names from prototypes to avoid namespace issues. 2007-05-06 10:00:27 +00:00
Makefile Implement and document some utility functions that can be used to communicate 2007-05-06 01:17:46 +00:00