Whamcloud - gitweb
libblkid: Fix bug which could cuase bid_type to be corrupted
[tools/e2fsprogs.git] / lib / blkid / getsize.c
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.