aboutsummaryrefslogtreecommitdiff
path: root/lib/blkid/save.c
AgeCommit message (Expand)Author
2023-01-27lib/blkid: suppress -Wunused-result warning in blkid_flush_cache()Eric Biggers
2018-02-26AOSP: build mke2fs for windows using android mingw libraryJin Qian
2014-04-14fix miscellaneous build warningsAndreas Dilger
2014-01-10libblkid: add error checking for rename() while saving the blkid cacheTheodore Ts'o
2014-01-09Save and restore umask around calls to mkstemp()Theodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2009-03-08remove useless if-before-free testsJim Meyering
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-07-13libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o
2006-05-30Cast time_t variable to long for fprintf to match %ld.Matthias Andree
2006-03-12Fix blkid's last verification logic to work when the system clock is insaneTheodore Ts'o
2005-01-05Adjust blkid library so that it returns vfat in preference to msdos so Theodore Ts'o
2003-02-22Internal changes to the blkid library:Theodore Ts'o
2003-02-22Add dynamic debugging capabilities to the blkid library, Theodore Ts'o
2003-02-14Remove bid_id from the blkid device structure, as it is not used Theodore Ts'o
2003-02-14Add a priority label to the device structure, so we can give Theodore Ts'o
2003-02-12Wholesale changes to blkid library to simplify the implementation Theodore Ts'o
2003-01-27Roto-till and clean up libblkid API.Theodore Ts'o
2003-01-26Separate public and private interfaces into separate header files.Theodore Ts'o
2003-01-25Fix gcc -Wall nits.Theodore Ts'o
2003-01-24save.c (blkid_save_cache): Use mkstemp() instead mktemp().Theodore Ts'o
2003-01-23Integrate new blkid library.Theodore Ts'o