freebsd-dev/lib/libgeom
Juli Mallett 019100de26 Back out r233646. Although it fixed most libgeom consumers under 32-bit
compatibility, it broke programs using devstat, under 32-bit compatibility and
not.

It's very difficult to fix the identifiers used by devstat, so this change is
simply being backed out.  Since changes to 3rd-party code seem likely, and may be
necessary to properly fix 32-bit binaries on 64-bit kernel, it would seem better
to make more invasive changes to fix GEOM's problems with 32-bit compatibility in
general.

The right thing to do is to replace all of the use of pointers as opaque
identifiers with a fixed-size (64-bit or even 32-bit should be enough for tracking
unique GEOM elments) field.  That probably maintains source compatibility with
most GEOM consumers, and allows xml2tree to make better assumptions about how to
decode the identifiers.

Submitted by:	Anton Yuzhaninov
2012-04-10 17:37:24 +00:00
..
geom_ctl.c Remove code duplication by introducing static gctl_param_add() function which 2010-10-21 10:38:14 +00:00
geom_getxml.c Add missing `void' keyword. 2009-12-31 01:37:26 +00:00
geom_stats.c
geom_util.c Expose stripe offset and stripe size through libgeom and geom(8) userland 2010-01-17 06:20:30 +00:00
geom_xml2tree.c Back out r233646. Although it fixed most libgeom consumers under 32-bit 2012-04-10 17:37:24 +00:00
libgeom.3 Remove stale link. 2010-12-04 08:44:56 +00:00
libgeom.h Back out r233646. Although it fixed most libgeom consumers under 32-bit 2012-04-10 17:37:24 +00:00
Makefile Add links to libgeom(3) where appropriate. 2009-05-19 12:10:48 +00:00