1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/lib/misc
Dave Wysochanski 0296197999 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
..
configure.h.in no need for libdevmapper.h on system any more 2008-11-10 21:25:45 +00:00
crc.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
crc.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
intl.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
last-path-component.h cleaner const char* usage for last_path_component() 2008-11-12 09:53:33 +00:00
lib.h more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
lvm-exec.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
lvm-exec.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
lvm-file.c Make _init_rand() thread safe - use rand_r() instead of rand(). 2008-12-07 04:27:56 +00:00
lvm-file.h Make _init_rand() thread safe - use rand_r() instead of rand(). 2008-12-07 04:27:56 +00:00
lvm-globals.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvm-globals.h Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
lvm-string.c Escape double quotes and backslashes in external metadata and config data. 2008-03-12 16:03:22 +00:00
lvm-string.h Escape double quotes and backslashes in external metadata and config data. 2008-03-12 16:03:22 +00:00
lvm-wrappers.c Add generic function to read /dev/urandom, used in uuid calculation. 2008-12-07 04:23:37 +00:00
lvm-wrappers.h Add generic function to read /dev/urandom, used in uuid calculation. 2008-12-07 04:23:37 +00:00
sharedlib.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
sharedlib.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
timestamp.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
timestamp.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
util.c Fix the fsadm build failure without using -llvm. 2007-10-03 16:10:04 +00:00
util.h Add uninitialized_var macro to suppress invalid compiler warnings. 2008-06-23 19:04:34 +00:00