summaryrefslogtreecommitdiffstats
path: root/lib/mm
Commit message (Expand)AuthorAgeFilesLines
...
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+3
* Fix loopfiles mem alloc.Alasdair Kergon2005-05-091-0/+2
* Un-inline dbg_strdup.Alasdair Kergon2005-05-092-11/+13
* Fix some size_t printing.Alasdair Kergon2005-01-201-4/+5
* Fix 64 bit xlate consts.Alasdair Kergon2005-01-201-8/+8
* Trap large memory allocation requests.Alasdair Kergon2004-11-242-11/+24
* pool debuggingAlasdair Kergon2004-11-233-11/+65
* Fix pool_empty so it really does empty the memory pool.Alasdair Kergon2004-09-161-2/+2
* Some fixes to memory debugging code.Alasdair Kergon2004-09-162-8/+14
* Restructure xlate.hAlasdair Kergon2004-09-021-35/+35
* Update copyright notices.Alasdair Kergon2004-03-309-18/+98
* tweak memlock includesAlasdair Kergon2004-03-262-1/+3
* Add string display to mem leak dump.Alasdair Kergon2004-03-261-2/+15
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-6/+6
* don't inline pool_zalloc(); lift duplicated pool_str(n)dup to pool.cAlasdair Kergon2004-02-134-54/+33
* Immediate error on big memory allocations when --enable-debug.Alasdair Kergon2003-11-131-0/+6
* Some tidyups and minor fixes.Alasdair Kergon2003-08-202-14/+30
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-043-5/+193
* Add pool_strndupAlasdair Kergon2003-04-243-0/+25
* Improve build robustness.Alasdair Kergon2003-04-151-8/+8
* size_t tidyingAlasdair Kergon2003-04-022-4/+4
* 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-193-9/+6
* Refactoring.Alasdair Kergon2002-11-184-18/+10
* Revert to standard linux macros (for correct behaviour on rare architectures).Alasdair Kergon2002-05-211-41/+5
* implement our own swabbing functions, instead of relying on the kernel's.Andres Salomon2002-05-071-7/+32
* Make lvm2 compile on big endian archs; use the kernel/glibc's endianAndres Salomon2002-05-071-17/+13
* Merge with text format branch.Alasdair Kergon2002-04-242-16/+17
* use portable <inttypes.h> macros for printing.Patrick Caulfield2002-02-121-3/+4
* o There were some alignment problems with pool-debug which I've resolvedJoe Thornber2002-01-281-6/+22
* Tweak some error message levels.Alasdair Kergon2002-01-271-2/+2
* #include <string.h>Patrick Caulfield2002-01-161-0/+1
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-1/+6
* o Reformat comment and correct typo.Joe Thornber2002-01-141-31/+24
* More detail in error msgs.Alasdair Kergon2002-01-102-4/+6
* o Put in the 'out of memory' log_err for pool.Joe Thornber2002-01-102-2/+4
* Allow pool_begin_object in empty pool.Alasdair Kergon2002-01-091-2/+4
* o Remove anomalous punctuation.Joe Thornber2002-01-081-3/+3
* o Introduction to pool for those without psychic powers.Joe Thornber2002-01-081-0/+41
* o Debug version of the pool_grow stuff.Joe Thornber2001-12-201-26/+40
* o sync backup changesJoe Thornber2001-12-202-13/+13
* o I figure if I can't remember how to use my code, then I should addJoe Thornber2001-12-131-3/+46
* Add internal cache holding a 'hint' list of the PVs belonging to each VG.Alasdair Kergon2001-12-131-1/+10
* fix for clean compilationAlasdair Kergon2001-12-124-23/+8
* o pool-debug version of end_object wasn't returning the object.Joe Thornber2001-12-121-0/+1
* o Add error checking in _new_chunkJoe Thornber2001-12-121-4/+17
* o pool-debug versions of begin_object, grow_object etc.Joe Thornber2001-12-123-21/+47
* o pool_free was leaving one block hanging around.Joe Thornber2001-11-281-8/+3
* o pool-debug.c contains an alternative implementation of pool that getsJoe Thornber2001-11-283-221/+383
* size_ts aren't really pointers but there are no format specifiers for them,Patrick Caulfield2001-11-161-2/+3