e2fsprogs/lib/blkid
Theodore Ts'o 2e6a9febb4 Adjust blkid library so that it returns vfat in preference to msdos so
that mount will try to use the vfat filesystem.  (Addresses Debian bug #287455)

Similarly, the blkid library will now return an ext3 type for ext 2/3 
filesystems that have the journal capability set.

We allow files to be probed by the blkid library, to make it easier to
test the library.  However, we also added safety checks to avoid saving
relative pathnames to blkid.tab, and probe_one() will only check block device
files.
2005-01-05 17:45:32 -05:00
..
ChangeLog Adjust blkid library so that it returns vfat in preference to msdos so 2005-01-05 17:45:32 -05:00
Makefile.in Add install-strip and install-shlibs-strip targets 2004-12-15 11:28:55 -05:00
blkid.h probe.c (blkid_known_fstype): New function which returns true if 2003-07-21 19:42:19 -04:00
blkidP.h Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
blkid_types.h.in Use C99 stdint.h types instead of custom types in the uuid library. 2004-04-03 10:20:26 -05:00
cache.c In the blkid library, if the BLKID_FILE environment 2004-04-12 07:26:23 -04:00
dev.c Add dynamic debugging capabilities to the blkid library, 2003-02-22 13:19:53 -05:00
devname.c Adjust blkid library so that it returns vfat in preference to msdos so 2005-01-05 17:45:32 -05:00
devno.c Add dynamic debugging capabilities to the blkid library, 2003-02-22 13:19:53 -05:00
getsize.c Clean up the header file #include's for lib/blkid/getsize.c 2004-09-17 19:07:03 -04:00
libblkid.3.in Update libblkid documentation. 2003-03-01 20:01:27 -05:00
list.h Fix up lots of portability problems that caused e2fsprogs not to build successfully 2003-03-06 11:09:18 -05:00
llseek.c On non-linux systems, use lseek64() if it is present in 2004-09-17 17:47:12 -04:00
probe.c Adjust blkid library so that it returns vfat in preference to msdos so 2005-01-05 17:45:32 -05:00
probe.h Avoid using uint and uchar types when probing for ocfs2 filesystems 2004-11-30 19:05:38 -05:00
read.c read.c (blkid_read_cache): Add missing fclose() which was 2004-05-15 17:27:43 -04:00
resolve.c Update libblkid documentation. 2003-03-01 20:01:27 -05:00
save.c Adjust blkid library so that it returns vfat in preference to msdos so 2005-01-05 17:45:32 -05:00
tag.c tag.c (blkid_find_dev_with_tag): If blkid_probe_all() returns an 2003-07-18 19:10:28 -04:00