1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00
lvm2/tools
Dave Wysochanski 211b07a2e2 Create global is_static() to eliminate from the library init function.
Very simple / crude method of removing 'is_static' from initialization.
Why should we require an application tell us whether it is linked
statically or dynamically to libLVM?  If the application is linked
statically, but libraries exist and dlopen() calls succeed, why
do we care if it's statically linked?
2008-12-18 05:27:17 +00:00
..
.exported_symbols .export.sym generation 2004-03-26 14:51:23 +00:00
args.h Add --rows to reports. 2008-06-24 22:48:53 +00:00
cmdnames.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
commands.h . 2008-09-19 07:18:03 +00:00
dmsetup.c drop explicit libdevmapper.h 2008-10-30 17:52:06 +00:00
dumpconfig.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
formats.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvchange.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvconvert.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
lvcreate.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
lvdisplay.c Added displayable_lvs_in_vg and lv_is_displayable functions to deal with 2008-12-04 15:54:26 +00:00
lvextend.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvm2cmd-static.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmd.c Fix mirror log name construction during lvconvert. (2.02.30) 2008-01-31 12:19:36 +00:00
lvm2cmd.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm2cmdline.h Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvm-static.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvm.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvmchange.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvmcmdlib.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvmcmdline.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvmdiskscan.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvreduce.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvremove.c Fix "lvremove -f vgname" when vgname contains snapshots. 2008-11-17 18:20:13 +00:00
lvrename.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvresize.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
lvscan.c Added displayable_lvs_in_vg and lv_is_displayable functions to deal with 2008-12-04 15:54:26 +00:00
Makefile.in some makefile fixes for liblvm2cmd & remove some hardcoded .so 2008-11-14 20:59:56 +00:00
polldaemon.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
polldaemon.h Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvchange.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvck.c Clean up numerous compiler warnings that crept in recently. 2007-08-22 14:38:18 +00:00
pvcreate.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvdisplay.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
pvmove.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvremove.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvresize.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
pvscan.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
reporter.c Added displayable_lvs_in_vg and lv_is_displayable functions to deal with 2008-12-04 15:54:26 +00:00
segtypes.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
stub.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
toollib.c Move arg_* functions from toollib.c to lvmcmdline.c. 2008-12-17 16:45:32 +00:00
toollib.h Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
tools.h more missing bits 2008-11-04 14:57:06 +00:00
version.h.in Make SIZE_SHORT the default for display_size(). 2006-05-09 21:23:51 +00:00
vgcfgbackup.c Improve the way VGs with PVs missing are handled so manual intervention 2008-09-19 06:42:00 +00:00
vgcfgrestore.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgchange.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
vgck.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgconvert.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgcreate.c Fix vgcreate race which could allow two parallel vgcreates to succeed, 2008-12-01 20:14:33 +00:00
vgdisplay.c Fix vgdisplay return code and exit status. 2008-11-07 19:02:47 +00:00
vgexport.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgextend.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgimport.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgmerge.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgmknodes.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgreduce.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgremove.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
vgrename.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
vgscan.c Fix vgreduce to use vg_split_mdas to check sufficient mdas remain. 2008-04-08 12:49:21 +00:00
vgsplit.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00