aboutsummaryrefslogtreecommitdiffstats
path: root/lib/blkid/cache.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-1/+6
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-6/+1
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* Try to use secure_getenv() in preference to __secure_getenv()Theodore Ts'o2013-06-161-1/+6
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* remove useless if-before-free testsJim Meyering2009-03-081-2/+1
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-8/+8
* blkid: use list_for_each_safe in garbage collectionEric Sandeen2008-06-281-2/+2
* Add new function blkid_gc_cache()Theodore Ts'o2007-05-181-0/+28
* Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o2005-07-251-2/+2
* Fix gcc -Wall nits in the blkid library.Theodore Ts'o2005-05-071-2/+2
* Clean up the debugging code in the blkid library so that we don't use Theodore Ts'o2005-05-071-1/+21
* Fix typo so that we actually ignore environment variables when gid != egid.Theodore Ts'o2005-04-161-1/+1
* Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o2005-04-061-2/+38
* Ignore the BLKID_FILE environment variable if blkid_get_cache() is Theodore Ts'o2005-03-211-1/+1
* In the blkid library, if the BLKID_FILE environmentTheodore Ts'o2004-04-121-1/+5
* Fixx gcc -Wall nitpicks.Theodore Ts'o2003-07-061-0/+1
* cache.c: Initialize blkid_debug_mask to zero since someTheodore Ts'o2003-03-171-1/+1
* Internal changes to the blkid library:Theodore Ts'o2003-02-221-6/+15
* Add dynamic debugging capabilities to the blkid library, Theodore Ts'o2003-02-221-9/+17
* Wholesale changes to blkid library to simplify the implementation Theodore Ts'o2003-02-121-7/+17
* Separate public and private interfaces into separate header files.Theodore Ts'o2003-01-261-11/+14
* Fix gcc -Wall nits.Theodore Ts'o2003-01-251-5/+5
* Integrate new blkid library.Theodore Ts'o2003-01-231-0/+90