Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-11 | delete vol_id and require util-linux-ng's blkid | Kay Sievers | |
2008-12-09 | volume_id: support sub-uuid's and plug in btrfs device uuid | Kay Sievers | |
2008-11-21 | vol_id: if regular files are probed, use stat() for the size value | Kay Sievers | |
2008-11-14 | vol_id: clarify error message | Kay Sievers | |
2008-11-05 | unify string replacement | Kay Sievers | |
2008-10-03 | volume_id: use PRIu64i, PRIx64 macros | Kay Sievers | |
2008-10-03 | vol_id: always use the safe string versions for unencoded label and uuid | Kay Sievers | |
2008-10-03 | vol_id: fix logging glue | Kay Sievers | |
2008-10-03 | vol_id: add size= option | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-09-16 | vol_id: fix lib logging glue | Kay Sievers | |
2008-09-10 | extras: use libudev code | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-06 | vol_id: add --debug option | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-08-22 | vol_id: make the --offset= argument optional | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-09 | vol_id: add --offset option | Kay Sievers | |
2007-06-07 | vol_id: do not fail if unable to drop privileges | David Zeuthen | |
2007-05-17 | vol_id: export encoded strings | Kay Sievers | |
2007-05-17 | replace_chars: replace spaces in node name | Kay Sievers | |
2007-05-08 | vol_id: use libvolume_id prober list for --probe-all | Kay Sievers | |
2007-05-06 | vol_id: add ID_FS_UUID_SAFE | Kay Sievers | |
2007-05-03 | vol_id: use volume_id_get_* | Kay Sievers | |
2007-05-03 | vol_id: use long options | Kay Sievers | |
2007-03-18 | volume_id: get rid of compiler warning | Kay Sievers | |
2007-02-24 | update DRIVER== changes | Kay Sievers | |
2007-01-21 | vol_id: add -L to print raw partition label | Andrey Borzenkov | |
2006-08-20 | vol_id: use primary group of 'nobody' instead of 'nogroup' | Kay Sievers | |
This fixes a Fedora issue not having the group 'nogroup'. | |||
2006-08-20 | volume_id: add suspend partition detection | Kay Sievers | |
Based on a patch from: Scott James Remnant <scott@ubuntu.com> | |||
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-04-28 | vol_id: fix logging from libvolume_id's log function | Kay Sievers | |
2006-03-28 | volume_id: define exported symbols | 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-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-09 | volume_id: provide libvolume_id.a file | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-14 | volume_id: fix error handling with failing read() | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-28 | vol_id: ID_LABEL_SAFE will no longer contain fancy characters | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-22 | *_id: fix zero length in set_str() | Kay Sievers | |
Thanks to Olaf Hering <olh@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-01 | fix GGC signed pointer warnings and switch volume_id to stdint | Kay Sievers | |
Solaris uses volume_id now and they fiddled around with configure scripts to map the linux kernel int types. Adding the types locally to volume_id breaks the klibc build, so just switch to these ugly types and forget it. :) Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-13 | volume_id: remove s390 dasd handling, it is dasd_id now | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-13 | trivial fixes for *_id programs | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-26 | store the imported device information in the udevdb | Kay Sievers | |
Any program can query with udevinfo for persistent device attributes evaluated on device discovery now. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-26 | rename udev_volume_id to vol_id and add --export option | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |