summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add dm_event_handler_[gs]et_timeout functions.v1_02_18v1_02_17v1_02_16old-v1_02_18old-v1_02_17old-v1_02_16Alasdair Kergon2007-01-2213-59/+119
* register->monitor etc.Alasdair Kergon2007-01-1912-104/+82
* var dev_name->device_name (lvm2 has dev_name())Alasdair Kergon2007-01-191-5/+5
* fix exit status; always print message on child failureAlasdair Kergon2007-01-191-6/+3
* Add cmdline debug & version options to dmeventd.Alasdair Kergon2007-01-192-40/+112
* Add DM_LIB_VERSION definition to configure.h.Alasdair Kergon2007-01-192-2/+1
* Update reporting man pages.Alasdair Kergon2007-01-184-3/+14
* Suppress 'Unrecognised field' error if report field is 'help'.Alasdair Kergon2007-01-182-2/+4
* fix last checkinAlasdair Kergon2007-01-181-1/+1
* No longer necessary to specify alignment for report fields.Alasdair Kergon2007-01-182-2/+3
* Some internal renaming.Alasdair Kergon2007-01-184-46/+69
* post-releaseAlasdair Kergon2007-01-173-1/+6
* pre-releasev2_02_19old-v2_02_19old-dm_v1_02_15dm_v1_02_15Alasdair Kergon2007-01-173-3/+3
* Fix a segfault if an empty config file section encountered.Alasdair Kergon2007-01-172-1/+2
* merge _target_*register_eventsAlasdair Kergon2007-01-171-58/+46
* stat oom_adj and stay silent if it doesn't existAlasdair Kergon2007-01-173-32/+104
* use updated dm_event_get_registered_device interfaceAlasdair Kergon2007-01-161-1/+14
* more fixesAlasdair Kergon2007-01-163-39/+60
* more little fixesAlasdair Kergon2007-01-164-7/+10
* clean up global mutex usage and fix a race in thread finalisation codeAlasdair Kergon2007-01-161-13/+45
* dmeventd oom_adj + reduce thread stack sizeAlasdair Kergon2007-01-161-3/+31
* Move basic reporting functions into libdevmapper.Alasdair Kergon2007-01-165-920/+287
* Add basic reporting functions to libdevmapper.v1_02_15old-v1_02_15Alasdair Kergon2007-01-169-40/+943
* reduce some if/else complexityAlasdair Kergon2007-01-151-15/+20
* Fix a malloc error path in dmsetup message.Alasdair Kergon2007-01-153-12/+6
* Fix partition table processing after sparc changes (introduced in 2.02.16).Alasdair Kergon2007-01-153-2/+4
* fix recent checkinsAlasdair Kergon2007-01-152-2/+3
* fail registration if timeout thread cannot be startedAlasdair Kergon2007-01-151-9/+14
* use DMEVENTD_PATHAlasdair Kergon2007-01-151-2/+1
* static namingAlasdair Kergon2007-01-151-179/+179
* Some libdevmapper-event interface changes.Alasdair Kergon2007-01-154-25/+26
* More libdevmapper-event interface changes and fixes.Alasdair Kergon2007-01-158-176/+206
* Report error if NULL pointer supplied to dm_strdup_aux().Alasdair Kergon2007-01-152-2/+8
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-1210-41/+131
* Reinstate dm_event_get_registered_deviceAlasdair Kergon2007-01-124-2/+8
* post-releaseAlasdair Kergon2007-01-113-1/+7
* pre-releasev2_02_18old-v2_02_18old-dm_v1_02_14dm_v1_02_14Alasdair Kergon2007-01-113-5/+5
* updated dmeventd interfaceAlasdair Kergon2007-01-114-54/+41
* Lots of dmeventd-related changes.v1_02_14old-v1_02_14Alasdair Kergon2007-01-118-324/+565
* fail if status args are missingAlasdair Kergon2007-01-112-6/+8
* Remove dmeventd mirror status line word limitAlasdair Kergon2007-01-113-74/+75
* Use CFLAGS when linking so mixed sparc builds can supply -m64Alasdair Kergon2007-01-115-8/+15
* Use CFLAGS when linking so mixed sparc builds can supply -m64.Alasdair Kergon2007-01-113-3/+4
* Prevent permission changes on active mirrors.Alasdair Kergon2007-01-103-3/+12
* Print warning instead of error message if cannot zero volumeMilan Broz2007-01-105-6/+50
* dumpconfig accepts a list of configuration variables to display.Alasdair Kergon2007-01-095-18/+35
* Avoid vgreduce error when mirror code removes the log LV.Alasdair Kergon2007-01-092-1/+4
* Remove 3 redundant AC_MSG_RESULTs from configure.in.Alasdair Kergon2007-01-093-18/+1
* Free memory in _raw_read_mda_header() error paths.Alasdair Kergon2007-01-094-10/+16
* Add configure --with-dmdir to compile against a device-mapper source tree.Alasdair Kergon2007-01-095-1/+31