]> sourceware.org Git - lvm2.git/commit - configure
Default stripesize 64k & config file setting for it;
authorAlasdair Kergon <agk@redhat.com>
Thu, 19 Dec 2002 23:25:55 +0000 (23:25 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 19 Dec 2002 23:25:55 +0000 (23:25 +0000)
commit8ef2b021edcdec38f160675349c4797335f7a264
tree9abf06514583ded09112a98cb066879f557bee87
parent4c64ed4ced7dcd3a98a63da1cd3a6f2f1f2d1701
Default stripesize 64k & config file setting for it;
Clear many compiler warnings (i386) & associated bugs - hopefully without
introducing too many new bugs:-)  (Same exercise required for other archs.)
Default compilation has optimisation - or else use ./configure --enable-debug
98 files changed:
VERSION
configure
configure.in
lib/Makefile.in
lib/activate/activate.c
lib/activate/activate.h
lib/activate/dev_manager.c
lib/activate/dev_manager.h
lib/activate/fs.h
lib/cache/cache.c
lib/cache/cache.h
lib/commands/errors.h
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/config/config.c
lib/config/config.h
lib/config/defaults.h
lib/datastruct/bitset.c
lib/datastruct/bitset.h
lib/datastruct/btree.c
lib/datastruct/hash.c
lib/datastruct/hash.h
lib/datastruct/list.h
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/dev-io.c
lib/device/device.h
lib/display/display.c
lib/filters/filter-regex.c
lib/filters/filter.c
lib/format1/disk-rep.c
lib/format1/disk-rep.h
lib/format1/format1.c
lib/format1/import-export.c
lib/format1/layout.c
lib/format1/lvm1-label.c
lib/format_text/archive.c
lib/format_text/export.c
lib/format_text/flags.c
lib/format_text/format-text.c
lib/format_text/format-text.h
lib/format_text/import_vsn1.c
lib/format_text/text_label.c
lib/label/label.c
lib/label/label.h
lib/locking/file_locking.c
lib/locking/locking.c
lib/locking/locking_types.h
lib/metadata/lv_manip.c
lib/metadata/merge.c
lib/metadata/metadata.c
lib/metadata/metadata.h
lib/metadata/pv_map.c
lib/metadata/snapshot_manip.c
lib/misc/crc.c
lib/misc/lib.h
lib/misc/lvm-string.c [new file with mode: 0644]
lib/misc/lvm-string.h
lib/misc/sharedlib.c
lib/mm/dbg_malloc.c
lib/mm/pool-debug.c
lib/mm/pool.h
lib/regex/matcher.c
lib/regex/matcher.h
lib/regex/ttree.c
lib/report/report.c
lib/uuid/uuid.c
lib/uuid/uuid.h
libdm/datastruct/list.h
make.tmpl.in
old-tests/datastruct/hash_t.c
old-tests/dev-mgr/dev_cache_t.c
tools/archive.c
tools/lvchange.c
tools/lvcreate.c
tools/lvdisplay.c
tools/lvm.c
tools/lvmdiskscan.c
tools/lvrename.c
tools/lvresize.c
tools/lvscan.c
tools/pvchange.c
tools/pvcreate.c
tools/pvdisplay.c
tools/pvremove.c
tools/pvscan.c
tools/report.c
tools/toollib.c
tools/toollib.h
tools/tools.h
tools/vgchange.c
tools/vgconvert.c
tools/vgcreate.c
tools/vgmerge.c
tools/vgreduce.c
tools/vgremove.c
tools/vgrename.c
tools/vgsplit.c
This page took 0.047194 seconds and 5 git commands to generate.