Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | refresh vol_id man page | Kay Sievers | |
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-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-07-03 | netif rename: optimistic loop for the name to become free | Kay Sievers | |
Parts from Ubuntu's 70-ifrename.patch. | |||
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-28 | vol_id: fix logging from libvolume_id's log function | Kay Sievers | |
2006-04-08 | volume_id: move some debug to info level | 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 | volume_id: generate man page from xml source | Kay Sievers | |
2006-03-30 | volume_id: update README | Kay Sievers | |
2006-03-30 | pass CROSS_COMPILE to AR and RANLIB down to extras/ | Kay Sievers | |
2006-03-29 | move all *_id programs to /lib/udev/ | Kay Sievers | |
2006-03-28 | man pages: mention udev(7) not udev(8) | Kay Sievers | |
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org> | |||
2006-03-28 | remove all stripping code | Kay Sievers | |
2006-03-28 | volume_id: define exported symbols | Kay Sievers | |
2006-03-27 | volume_id: remove some global symbols | Kay Sievers | |
2006-03-27 | because is better than cause | Kay Sievers | |
2006-03-27 | volume_id: use shared library by default | Kay Sievers | |
2006-03-27 | volume_id: rename subdirectory | Kay Sievers | |
2006-03-27 | volume_id: provide a custom debug function | Kay Sievers | |
2006-03-23 | volume_id: provide library | Kay Sievers | |
2006-03-21 | volume_id: remove all partition table support | Kay Sievers | |
2006-03-21 | volume_id: remove partition table parsing code | Kay Sievers | |
2006-03-08 | volume_id: add squashfs detection | Kay Sievers | |
2006-02-21 | volume_id: add missing return | Kay Sievers | |
2006-02-21 | volume_id: split raid and filesystem detection | Kay Sievers | |
2006-02-21 | volume_id: replace __packed__ by PACKED macro | Kay Sievers | |
2006-02-13 | cramfs detection for bigendian | Kay Sievers | |
Patch from Olaf Hering <olh@suse.de>. | |||
2006-01-28 | replace fancy silent build program by simple kernel build like logic | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-13 | vol_id: probe volume as user nobody | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-09 | replace libsysfs | Kay Sievers | |
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-21 | libvolume_id: fix weird fat volume recognition | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-16 | Makefile: remove exec_prefix and srcdir | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-12 | volume_id: use glibc's byteswap | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-12 | volume_id: include stddef.h header | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-09 | volume_id: provide libvolume_id.a file | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-31 | add man pages for *_id programs | Jan Luebbe | |
I've written manpages for the *_id binaries, which are attached to this mail. | |||
2005-10-28 | "STRIPCMD=" for the EXTRAS | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-23 | volume_id: Version 052 | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-23 | volume_id: fix typo in ext blocksize check | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-23 | volume_id: Version 051 | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-23 | volume_id: make FAT32 recognition more robust | Kay Sievers | |
FAT32 volumes should never have a cluster count, that fits into a 16 bit value, but mkdosfs can create such volumes. No sane formatter or Windows will ever do this, but the Linux kernel as Windows can read/write it. Thanks to Ted Ts'o <tytso@mit.edu> for convincing me. Signed-off-by: Kay Sievers <kay.sievers@suse.de> |