summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/Makefile
AgeCommit message (Collapse)Author
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers
2008-07-22use proper directory lib/lib64 for libvolume_idThomas Koeller
2008-06-12release 123Kay Sievers
2008-06-11volume_id: support for oracleasmErik van Konijnenburg
2008-05-17volume_id: bump versionKay Sievers
2008-04-09vol_id: add --offset optionKay Sievers
2008-03-15Makefile: do not require GNU installRoy Marples
2008-02-21volume_id: respect LDFLAGSMatthias Schwarzott
2008-01-09volume_id: add prefix=, exec_prefix=Neil Williams
2007-12-16volume_id: LVM - add uuidHannes Reinecke
2007-11-08volume_id: create relative symlink when $(libdir) = $(usrlibdir)Dan Nicholson
2007-10-24volume_id: bump versionKay Sievers
2007-08-16volume_id: fix sqashfs detectionKay Sievers
2007-07-22libvolume_id: use /usr/$libdir in pc fileKay Sievers
2007-05-17volume_id: add and export string encoding functionKay Sievers
Needed for mount(8) to lookup LABEL=* in /dev/disk/by-label/*. Characters not suited for a filename will be escaped and the encoded LABEL=* string is able to find the corresponding symlink.
2007-05-10volume_id: vol_id depends on libvolume_idKay Sievers
2007-05-04volume_id: add DDF supportKay Sievers
2007-05-03volume_id: fix Makefile for parallel makeMatthias Schwarzott
2007-05-03volume_id: add volume_id_get_* functionsKay Sievers
In a future version of libvolume_id, struct volume_id will be an opaque data type, which can't be accessed directly. No interface has changed for now, until all known users are converted not to access the structure directly.
2007-04-24volume_id: add md metadata 1.0, 1.1, 1.2 supportKay Sievers
2007-04-23libvolume_id: do not install static libraryKay Sievers
2007-02-03volume_id: really fix endianess bug in linux_raid detectionKay Sievers
Seems we find the md signature in cpu-order on the disk. Let's look for both endian encodings ... Thanks to Michael Prokop for his help finding the bug.
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner
2006-11-15volume_id: fix endianess bug in linux_raid detectionKay Sievers
2006-10-13volume_id: add checksum check to via_raidKay Sievers
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers
Thanks to David Härdeman.
2006-08-20volume_id: add suspend partition detectionKay Sievers
Based on a patch from: Scott James Remnant <scott@ubuntu.com>
2006-08-15volume_id: fix fat32 cluster chain traversalLennart Poettering
2006-08-05libvolume_id: read ufs2 labelKay Sievers
Taken from the FreeBSD HAL repository.
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-07-13vol_id: add --skip-raid and --probe-all optionKay Sievers
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-05-15libvolume_id: add more software raid signaturesKay Sievers
2006-05-13libvolume_id: fat - check for signature at end of sectorKay Sievers
2006-05-12libvolume_id: nss - use different uuidKay Sievers
2006-05-09vol_id: add NetWare volume detectionKay Sievers
2006-04-05volume_id: fix endianess conversion typo for FAT32Kay Sievers
2006-04-03fix symlink targets in MakefilesKay Sievers
2006-03-30pass CROSS_COMPILE to AR and RANLIB down to extras/Kay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers