summaryrefslogtreecommitdiff
path: root/volume_id/mac.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-11Remove internal copy of libvolume_id.Kay Sievers1-133/+0
2006-02-21Sync volume_id with udev version.Kay Sievers1-5/+6
2005-11-15libvolume_id: sync with udev version and prepare for a possible futureKay Sievers1-1/+0
external dependency. Switch to glib function instead of the volume_id private ones. Merge individual headers into the main public header.
2005-10-23volume_id version 52:Kay Sievers1-14/+3
add ocfs1 and vxfs Check for valid block size, cause the signature is only 2 bytes long. Also detect ext3 external journals and fsversion for ext fs's. Detect invalid formatted FAT32 volumes. mkdosfs can create fs layouts which no sane formatting program would do. Add ocfs1 and correct wrong probing for ocfs2. Match fs names with the kernel module names. Use ssize to catch returned error. Probe for ocfs1 and vxfs. Version 52.
2005-09-27Replace kernel-style datatypes (like _u8 and __s16) with their appropriateRichard Hughes1-1/+1
standard datatype.
2005-08-12Sync up volume_id with the udev version.Kay Sievers1-14/+15
2005-06-27Include stdint.h to get uint8_t and friends so we compile on Linux.David Zeuthen1-1/+0
This patch check for some internal Linux kernel types and redefine it using the standard system types. It also removes the a private Linux kernel include. Patch from Alvaro Lopez Ortega <alvaro@sun.com>.
2005-03-10add minix probing codeKay Sievers1-2/+2
New file. New file. Export unicode converter. Export unicode converter. Add minix. Version 41.
2005-02-16Update volume_id to version 34. Add support for hpfs, cramfs and romfs.Kay Sievers1-23/+27
some trivial cleanups.
2005-02-07Add new drive_id library from KayDavid Zeuthen1-0/+140
Add new volume_id library from Kay Add drive_id and volume_id to SUBDIRS Add drive_id and volume_id to AC_OUTPUT