summaryrefslogtreecommitdiff
path: root/lib/blkid/cache.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-8/+8
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen1-2/+2
2007-05-18Add new function blkid_gc_cache()Theodore Ts'o1-0/+28
2005-07-25Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o1-2/+2
2005-05-07Fix gcc -Wall nits in the blkid library.Theodore Ts'o1-2/+2
2005-05-07Clean up the debugging code in the blkid library so that we don't use Theodore Ts'o1-1/+21
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'o1-2/+38
2005-03-21Ignore the BLKID_FILE environment variable if blkid_get_cache() is Theodore Ts'o1-1/+1
2004-04-12In the blkid library, if the BLKID_FILE environmentTheodore Ts'o1-1/+5
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-0/+1
2003-03-17cache.c: Initialize blkid_debug_mask to zero since someTheodore Ts'o1-1/+1
2003-02-22Internal changes to the blkid library:Theodore Ts'o1-6/+15
2003-02-22Add dynamic debugging capabilities to the blkid library, Theodore Ts'o1-9/+17
2003-02-12Wholesale changes to blkid library to simplify the implementation Theodore Ts'o1-7/+17
2003-01-26Separate public and private interfaces into separate header files.Theodore Ts'o1-11/+14
2003-01-25Fix gcc -Wall nits.Theodore Ts'o1-5/+5
2003-01-23Integrate new blkid library.Theodore Ts'o1-0/+90