summaryrefslogtreecommitdiffstats
path: root/libdm/datastruct/bitset.c
Commit message (Expand)AuthorAgeFilesLines
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+2
* Minor optimalization of _test_word.Zdenek Kabelac2010-07-081-2/+2
* Add dm_bitset_equal to libdevmapper.Alasdair Kergon2010-04-201-0/+11
* Add dm_bit_and. (ejt)Alasdair Kergon2010-04-191-0/+7
* fix last commitAlasdair Kergon2010-04-191-1/+1
* Simplify dm_bitset_create. (ejt)Alasdair Kergon2010-04-191-5/+2
* Speed up dm_bit_get_next with ffs().Alasdair Kergon2010-04-191-10/+3
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-211-3/+3
* Rename _log to dm_log and export.Alasdair Kergon2006-01-311-2/+5
* export bitset, pool, hash, mallocAlasdair Kergon2005-10-161-19/+18
* Code to build and display device dependency tree.Alasdair Kergon2005-10-161-0/+95