summaryrefslogtreecommitdiffstats
path: root/lib/misc/sharedlib.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-2/+0
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-2/+4
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* lvm.static uses built-in cluster locking instead of external locking.Alasdair Kergon2006-08-311-0/+7
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-1/+1
* add dlerror to another error pathAlasdair Kergon2006-07-051-2/+2
* Use RTLD_GLOBAL when loading shared libraries.Alasdair Kergon2006-07-041-3/+3
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-4/+4
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* Suppress locking library load failure message if --ignorelockingfailure.Alasdair Kergon2006-04-031-3/+9
* Fix dmeventd sharedlib path & start tidying registration code.Alasdair Kergon2006-01-271-3/+3
* Factor out _get_library_path().Alasdair Kergon2005-08-091-6/+13
* Update copyright notices.Alasdair Kergon2004-03-301-2/+10
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-3/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-0/+1
* Refactoring.Alasdair Kergon2002-11-181-0/+39