summaryrefslogtreecommitdiff
path: root/lib/blkid
AgeCommit message (Expand)AuthorFilesLines
2003-04-03Fix XFS superblock definition. Add support toTheodore Ts'o3-3/+57
2003-03-30getsize.c: #include stat.h for the Apple Darwin portTheodore Ts'o2-0/+5
2003-03-17cache.c: Initialize blkid_debug_mask to zero since someTheodore Ts'o2-1/+5
2003-03-17Fix the Apple Darwin port.Theodore Ts'o2-11/+22
2003-03-16Update dependency information in MakefilesTheodore Ts'o1-13/+13
2003-03-06Fix bug; if a partition has no known type, don't derference a null Theodore Ts'o2-1/+7
2003-03-06Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o6-36/+62
2003-03-02Changes to create a subset distribution which consists only of theTheodore Ts'o3-4/+11
2003-03-01tag.c (blkid_set_tag): Fix bug; don't return an error whenTheodore Ts'o2-1/+6
2003-03-01Update libblkid documentation.Theodore Ts'o3-12/+10
2003-03-01Minor bug fixes in the blkid library.Theodore Ts'o4-8/+31
2003-02-27resolve.c (blkid_get_tag_value): Rename function (used to beTheodore Ts'o3-3/+8
2003-02-22Internal changes to the blkid library:Theodore Ts'o11-244/+238
2003-02-22Add dynamic debugging capabilities to the blkid library, Theodore Ts'o12-147/+153
2003-02-16Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token()Theodore Ts'o8-19/+25
2003-02-14Remove bid_id from the blkid device structure, as it is not used Theodore Ts'o5-13/+7
2003-02-14Add a priority label to the device structure, so we can give Theodore Ts'o9-100/+143
2003-02-12Wholesale changes to blkid library to simplify the implementation Theodore Ts'o15-1312/+669
2003-01-27Roto-till and clean up libblkid API.Theodore Ts'o10-220/+222
2003-01-26Separate public and private interfaces into separate header files.Theodore Ts'o16-378/+629
2003-01-25devname.c: Add support for EVMS to the blkid library.Theodore Ts'o2-1/+35
2003-01-25Fix gcc -Wall nits.Theodore Ts'o12-129/+145
2003-01-24save.c (blkid_save_cache): Use mkstemp() instead mktemp().Theodore Ts'o2-3/+8
2003-01-23Integrate new blkid library.Theodore Ts'o18-0/+4205