Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-22 | use proper directory lib/lib64 for libvolume_id | Thomas Koeller | |
2008-06-12 | release 123 | Kay Sievers | |
2008-06-11 | volume_id: support for oracleasm | Erik van Konijnenburg | |
2008-05-17 | volume_id: bump version | Kay Sievers | |
2008-04-09 | vol_id: add --offset option | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2008-02-21 | volume_id: respect LDFLAGS | Matthias Schwarzott | |
2008-01-09 | volume_id: add prefix=, exec_prefix= | Neil Williams | |
2007-12-16 | volume_id: LVM - add uuid | Hannes Reinecke | |
2007-11-08 | volume_id: create relative symlink when $(libdir) = $(usrlibdir) | Dan Nicholson | |
2007-10-24 | volume_id: bump version | Kay Sievers | |
2007-08-16 | volume_id: fix sqashfs detection | Kay Sievers | |
2007-07-22 | libvolume_id: use /usr/$libdir in pc file | Kay Sievers | |
2007-05-17 | volume_id: add and export string encoding function | Kay 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-10 | volume_id: vol_id depends on libvolume_id | Kay Sievers | |
2007-05-04 | volume_id: add DDF support | Kay Sievers | |
2007-05-03 | volume_id: fix Makefile for parallel make | Matthias Schwarzott | |
2007-05-03 | volume_id: add volume_id_get_* functions | Kay 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-24 | volume_id: add md metadata 1.0, 1.1, 1.2 support | Kay Sievers | |
2007-04-23 | libvolume_id: do not install static library | Kay Sievers | |
2007-02-03 | volume_id: really fix endianess bug in linux_raid detection | Kay 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-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-11-15 | volume_id: fix endianess bug in linux_raid detection | Kay Sievers | |
2006-10-13 | volume_id: add checksum check to via_raid | Kay Sievers | |
2006-09-12 | volume_id: correct iso9660 high sierra header | Kay Sievers | |
Thanks to David Härdeman. | |||
2006-08-20 | volume_id: add suspend partition detection | Kay Sievers | |
Based on a patch from: Scott James Remnant <scott@ubuntu.com> | |||
2006-08-15 | volume_id: fix fat32 cluster chain traversal | Lennart Poettering | |
2006-08-05 | libvolume_id: read ufs2 label | Kay Sievers | |
Taken from the FreeBSD HAL repository. | |||
2006-07-25 | libvolume_id: add parameter 'size' to all probe functions | Kay Sievers | |
2006-07-13 | vol_id: add --skip-raid and --probe-all option | Kay Sievers | |
2006-05-30 | libvolume_id: gfs + gfs2 support | Kay Sievers | |
Patch from Red Hat. | |||
2006-05-15 | libvolume_id: add more software raid signatures | Kay Sievers | |
2006-05-13 | libvolume_id: fat - check for signature at end of sector | Kay Sievers | |
2006-05-12 | libvolume_id: nss - use different uuid | Kay Sievers | |
2006-05-09 | vol_id: add NetWare volume detection | Kay Sievers | |
2006-04-05 | volume_id: fix endianess conversion typo for FAT32 | Kay Sievers | |
2006-04-03 | fix symlink targets in Makefiles | Kay Sievers | |
2006-03-30 | pass CROSS_COMPILE to AR and RANLIB down to extras/ | Kay Sievers | |
2006-03-28 | volume_id: define exported symbols | Kay Sievers | |
2006-03-27 | volume_id: rename subdirectory | Kay Sievers | |