summaryrefslogtreecommitdiffstats
path: root/tools/lvm.c
Commit message (Expand)AuthorAgeFilesLines
* config: add silent modeAlasdair G Kergon2012-08-251-0/+1
* Remove unneeded assignmentsZdenek Kabelac2012-02-081-1/+1
* Thin remove unused defineZdenek Kabelac2011-11-121-1/+0
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-2/+2
* Fix potential NULL pointer dereferenceZdenek Kabelac2010-10-251-3/+3
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Fix lvm shell crash when input is entirely whitespace. (Xinwei Hu)Alasdair Kergon2010-07-011-0/+3
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-1/+1
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
* post-releaseAlasdair Kergon2008-06-061-0/+4
* back out unnecessary changes for this releaseAlasdair Kergon2008-06-061-4/+0
* suppress warning on silent failure with ECMD_PROCESSEDAlasdair Kergon2008-06-031-1/+1
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-301-0/+4
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-1/+1
* Exclude readline support from lvm.staticAlasdair Kergon2007-02-141-0/+224
* Static binary invokes dynamic binary if appropriate.Alasdair Kergon2005-02-181-1/+1
* More build fixesAlasdair Kergon2004-04-061-1/+2
* Update copyright notices.Alasdair Kergon2004-03-301-1/+9
* Move main() into separate file.Alasdair Kergon2004-03-261-1228/+2
* Indent; _init -> _init_lvmAlasdair Kergon2004-03-261-8/+6
* Rebaseline internal verbose level.Alasdair Kergon2004-03-261-1/+1
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-16/+16
* host tagsAlasdair Kergon2004-03-081-2/+5
* taggingAlasdair Kergon2004-03-081-0/+14
* Fix (rare) bug in recognition of long argument forms.Alasdair Kergon2004-03-081-1/+2
* Don't forget to set 64-bit arg values too.Alasdair Kergon2003-10-151-0/+2
* macro changesAlasdair Kergon2003-10-151-4/+1
* Prevent cmdline flags that take args getting repeated.Alasdair Kergon2003-09-151-0/+9
* Log each command & args.Alasdair Kergon2003-08-261-0/+2
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1
* Store argvAlasdair Kergon2003-05-061-0/+1
* fix optind after last change to itAlasdair Kergon2003-04-241-3/+7
* Improve build robustness.Alasdair Kergon2003-04-151-8/+17
* Allow for specification of major number as well as minor.Alasdair Kergon2003-04-021-0/+17
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-39/+52
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-1/+13
* Fix long arg processing.Alasdair Kergon2002-12-051-4/+10
* Default size unit normally MB not KB.Alasdair Kergon2002-12-031-2/+14
* Further help text tidying & support for -?.Alasdair Kergon2002-11-291-3/+3
* Some new features.Alasdair Kergon2002-11-181-616/+273
* Add --ignorelockingfailureAlasdair Kergon2002-07-101-0/+5
* Always call init_log() to initialise logging defaults.Alasdair Kergon2002-05-081-8/+6
* log/{prefix,command_names} use defaults.h & reset between shell cmdsAlasdair Kergon2002-05-071-7/+14
* o Updated *display output for LVM1 compatibilityAJ Lewis2002-04-291-0/+3
* Merge with text format branch.Alasdair Kergon2002-04-241-6/+39
* add setlocale() call so that localisation of things like number entryPatrick Caulfield2002-04-241-0/+2
* o misc little fixes.Joe Thornber2002-02-211-4/+1