summaryrefslogtreecommitdiffstats
path: root/lib/log
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-3/+0
* Minor fixesZdenek Kabelac2012-03-281-3/+4
* Few more close and dev_close traceZdenek Kabelac2012-03-011-1/+1
* Explicitely ignore fail error on hash_insertZdenek Kabelac2012-02-271-1/+1
* Move done jump lowerZdenek Kabelac2012-02-081-1/+1
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-1/+1
* Reduce stack size usage in print_logZdenek Kabelac2011-10-221-4/+4
* Trivial, add void to ignore dm_snprinf resultZdenek Kabelac2011-08-111-2/+2
* Suppress low-level locking errors and warnings while using --sysinit.Peter Rajnoha2011-08-091-0/+2
* pre-release clean-upsAlasdair Kergon2011-04-291-0/+1
* Fix some forgotten -Wold-style-definition gcc warningsZdenek Kabelac2011-04-081-1/+1
* Optimise error message write to _lvm_errmsgZdenek Kabelac2011-03-301-8/+23
* Critical sectionZdenek Kabelac2011-02-181-3/+3
* Remove bufused for calculationZdenek Kabelac2010-10-261-1/+1
* Various cleanups following recent commits.Alasdair Kergon2010-06-211-2/+0
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-053-2/+27
* Also honour abort_on_internal_errors when log_fn is set.Petr Rockai2010-03-231-1/+2
* Add LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable to suppress errorPeter Rajnoha2010-02-151-0/+3
* Use _LOG_FATAL when aborting on an internal error.Alasdair Kergon2010-01-111-11/+15
* Internal errors triggering abort cannot be suppressed. (kabi)Alasdair Kergon2010-01-111-2/+2
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-162-2/+3
* If aborting due to an internal error, always print the message causing this.Petr Rockai2009-12-011-8/+9
* Optionally abort on internal errors (and leverage this option in thePetr Rockai2009-11-302-0/+16
* Fix so only log_error and log_fatal set EUNCLASSIFIED.Alasdair Kergon2009-07-162-4/+6
* Change default errno value to 0 (no error) and add prototypes in lvm.hDave Wysochanski2009-07-161-3/+1
* Add log_errno to set a specific errno and replace log_error in due course.Alasdair Kergon2009-07-162-2/+10
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-162-5/+6
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-152-7/+55
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-102-8/+8
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-2/+0
* Split out lvm-logging.h from log.h.Alasdair Kergon2008-10-303-260/+77
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-192-13/+0
* Fix identifier 'error_message_produced' used ambiguously.Dave Wysochanski2008-06-171-2/+2
* post-releaseAlasdair Kergon2008-06-062-0/+16
* back out unnecessary changes for this releaseAlasdair Kergon2008-06-062-16/+0
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-302-0/+16
* Fix output if overriding command_names on cmdline.Milan Broz2008-04-071-10/+17
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-202-6/+6
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-241-2/+9
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-282-5/+10
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-0/+1
* Add devices/ignore_suspended_devices to ignore suspended dm devices.Alasdair Kergon2007-01-252-0/+13
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-1/+2
* lvm.static no longer interacts with dmeventd unless explicitly asked to.Alasdair Kergon2007-01-241-0/+2
* register->monitor etc.Alasdair Kergon2007-01-192-7/+7
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-2/+2
* Add --trustcache option to reporting commands in preparation for supportingAlasdair Kergon2006-08-012-0/+13
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-122-0/+14
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-112-0/+13