Whamcloud - gitweb
AOSP: Android: consolidate addition of include/mingw/
[tools/e2fsprogs.git] / lib / blkid / getsize.c
2023-01-27 Eric Biggerslib/blkid: fix -Wunused-variable warning in blkid_get_d...
2018-08-11 Fedor Uporovlibext2fs: support devices w/ non-512 byte block size...
2017-08-28 Theodore Ts'oFix FreeBSD portability problem caused by it using...
2016-06-08 Matthias Andreelibblkid: avoid DIOCGDINFO where missing.
2015-07-13 Theodore Ts'oEliminate doubly defined _LARGEFILE_SOURCE warning
2014-07-05 Andreas Dilgerblkid: remove unnecessary header and comment
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2012-11-26 Andreas Dilgerext2fs, blkid: localize environment-specific variables
2012-02-27 Andreas Dilgerbuild: fix compile warnings on OSX
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2007-08-04 Theodore Ts'oMiscellaneous Cleanups
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2006-06-21 Andreas Dilgerfix comment for blkid_get_dev_size()
2006-05-30 Matthias AndreeRevise DIOCGDINFO (sys/disklabel.h) related FreeBSD...
2006-05-30 Matthias AndreeEnable sys/disklabel.h and DIOCGDINFO based getsize...
2006-05-29 Matthias AndreeImplement DIOCGMEDIASIZE for FreeBSD's GEOM.
2005-07-10 Andreas DilgerThis patch adds a check to use fstat or fstat64 in...
2005-03-17 Theodore Ts'ogetsize.c (blkid_get_dev_size): Fix compilation problem on
2005-01-13 Matthias Andreelib/blkid/getsize.c: Move #include "blkidP.h" before...
2004-09-17 Theodore Ts'oClean up the header file #include's for lib/blkid/getsize.c
2004-03-22 Theodore Ts'oDon't close the file descriptor when determining the...
2004-03-08 Theodore Ts'oOnly use the BLKGETSIZE64 ioctl on Linux 2.6 since...
2004-03-02 Theodore Ts'oUpdate getsize functions to use the Apple Darwin and...
2003-03-31 Theodore Ts'ogetsize.c: #include stat.h for the Apple Darwin port
2003-03-17 Theodore Ts'oFix the Apple Darwin port.
2003-01-26 Theodore Ts'oSeparate public and private interfaces into separate...
2003-01-23 Theodore Ts'oIntegrate new blkid library.