1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdm
Joe Thornber 7def56f1e4 [REGEX] Parse regexes that contain chars with value > 0x80
This is a long standing issue.  Fixed by casting a char value to
unsigned char before using it as an index into a bitset.
2010-08-09 10:29:42 +00:00
..
datastruct Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
ioctl Fix 'void*' arithmetic warning in some functions from libdm-iface.c. 2010-08-03 13:16:21 +00:00
misc Use flexible data[] in cmirrord request to prevent abort in runtime size checks. 2010-06-22 13:11:29 +00:00
mm Fix 'void*' arithmetic warnings in dbg_malloc.c. 2010-08-03 13:24:07 +00:00
regex [REGEX] Parse regexes that contain chars with value > 0x80 2010-08-09 10:29:42 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h It's not enough to check for the kernel module in the case of cluster 2010-07-21 13:40:21 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Use void parameter for function definition. 2010-08-03 13:06:35 +00:00
libdm-common.h Several changes to udev support code: 2009-10-26 14:29:33 +00:00
libdm-deptree.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
libdm-file.c Fix dm_create_lockfile error paths - incorrectly unlinked in-use lockfile. 2010-07-27 21:56:14 +00:00
libdm-report.c Remove C++ private keyword from headers. 2010-06-16 13:01:25 +00:00
libdm-string.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00