summaryrefslogtreecommitdiff
path: root/lib/blkid
AgeCommit message (Expand)AuthorFilesLines
2005-05-07Add new two new functions to the blkid library: blkid_dev_set_search(), andTheodore Ts'o5-10/+241
2005-05-05Fix libblkid's magic number recognition for the cramfs filesystem, Theodore Ts'o3-1/+40
2005-04-16Fix typo so that we actually ignore environment variables when gid != egid.Theodore Ts'o1-1/+1
2005-04-06Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o2-2/+47
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-21Ignore the BLKID_FILE environment variable if blkid_get_cache() is Theodore Ts'o2-1/+7
2005-03-16getsize.c (blkid_get_dev_size): Fix compilation problem onTheodore Ts'o2-1/+6
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-05Remove *.pc files on a "make distclean"Theodore Ts'o2-1/+6
2005-02-03Use inline instead of __inline__ in the blkid debugging code forTheodore Ts'o1-3/+3
2005-01-27blkid.c (main, compare_search_type): Make blkid -t work moreTheodore Ts'o6-7/+11
2005-01-26Add functions which allow an application program to do a run-time queryTheodore Ts'o4-2/+61
2005-01-26Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o3-3/+25
2005-01-25probe.c: Windows can perform a "quick format" that doesn't clearTheodore Ts'o2-1/+8
2005-01-21Add support to the blkid library to recognize Oracle ASM volumes.Theodore Ts'o3-9/+39
2005-01-19Makefile.in: Fix the kernel compile-time echo commands to beTheodore Ts'o2-12/+17
2005-01-13lib/blkid/getsize.c: Move #include "blkidP.h" before <sys/queues.h>Matthias Andree2-3/+8
2005-01-12we're reading unsigned long long, use %llu rather than %lld.Matthias Andree1-1/+1
2005-01-10Apply Janos Farkas's patch to support extracting the uuid and label Theodore Ts'o3-24/+102
2005-01-05Adjust blkid library so that it returns vfat in preference to msdos so Theodore Ts'o4-25/+75
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-8/+15
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2-1/+5
2004-11-30Avoid using uint and uchar types when probing for ocfs2 filesystems Theodore Ts'o3-22/+25
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-18/+38
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o1-3/+0
2004-11-19probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1"Theodore Ts'o2-1/+7
2004-09-17Add support for ocfs2 detection to the blkid library, Theodore Ts'o3-4/+39
2004-09-17Clean up the header file #include's for lib/blkid/getsize.cTheodore Ts'o2-7/+17
2004-09-17On non-linux systems, use lseek64() if it is present in Theodore Ts'o2-0/+9
2004-05-15read.c (blkid_read_cache): Add missing fclose() which wasTheodore Ts'o2-0/+8
2004-04-19probe.c (blkid_verify_devname): If the time is earlier than theTheodore Ts'o2-4/+13
2004-04-12In the blkid library, if the BLKID_FILE environmentTheodore Ts'o2-1/+11
2004-04-03Refine the build process to avoid re-running subst all the time on Theodore Ts'o2-1/+8
2004-04-03Use C99 stdint.h types instead of custom types in the uuid library.Theodore Ts'o2-1/+6
2004-03-21Don't close the file descriptor when determining the size. Theodore Ts'o2-2/+7
2004-03-08Only use the BLKGETSIZE64 ioctl on Linux 2.6 since it is Theodore Ts'o2-2/+23
2004-03-04probe.c (probe_ocfs), probe.h: Add support for the OracleTheodore Ts'o3-0/+59
2004-03-02Update getsize functions to use the Apple Darwin and Linux 64-bitTheodore Ts'o2-2/+31
2004-02-29Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o2-1/+6
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o4-20/+57
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-07-22probe.c (probe_udf): Add specific UDF probing code, and probeTheodore Ts'o3-7/+64
2003-07-21probe.c (blkid_known_fstype): New function which returns true ifTheodore Ts'o3-0/+19
2003-07-20probe.c: When revalidating a filesystem in the blkid library, Theodore Ts'o2-21/+28
2003-07-18tag.c (blkid_find_dev_with_tag): If blkid_probe_all() returns anTheodore Ts'o2-1/+9
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o4-14/+33
2003-05-21Makefile.in (ELF_OTHER_LIBS): The blkid library depends on theTheodore Ts'o2-1/+6
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
2003-04-19Fix gcc -Wall warnings.Theodore Ts'o2-3/+8