Commit graph

1774 commits

Author SHA1 Message Date
Kay Sievers 92da64c700 volume_id: define exported symbols 2006-03-28 02:52:58 +02:00
Kay Sievers d5618ac969 volume_id: remove some global symbols 2006-03-27 23:03:25 +02:00
Kay Sievers e688ad2d0d because is better than cause 2006-03-27 20:22:00 +02:00
Kay Sievers c643d61836 volume_id: use shared library by default 2006-03-27 19:30:56 +02:00
Kay Sievers 83cc6ab476 volume_id: rename subdirectory 2006-03-27 18:05:17 +02:00
Kay Sievers b5e6942671 volume_id: provide a custom debug function 2006-03-27 17:59:22 +02:00
Kay Sievers 727f3fb091 update man page 2006-03-23 14:01:04 +01:00
Kay Sievers ba743e43d4 fix rule order for persistent tape links
Thanks a lot to Marco for finding this.
2006-03-23 10:57:05 +01:00
Kay Sievers 2d82e6f053 volume_id: provide library 2006-03-23 10:50:55 +01:00
Kay Sievers ddb5a84c34 don't create uuid/label links for raid members 2006-03-22 19:46:33 +01:00
Kay Sievers aeaf0fddb9 change rule to skip removable IDE devices 2006-03-22 19:16:26 +01:00
Hannes Reinecke 24c27caf82 path_id: add bus to USB path 2006-03-22 12:21:49 +01:00
Kay Sievers 63645a3dfc 088 release 2006-03-21 20:44:13 +01:00
Kay Sievers 00152560f9 update SUSE rules 2006-03-21 19:26:12 +01:00
Kay Sievers a05098641e fix output for USB path 2006-03-21 17:28:47 +01:00
Kay Sievers ad9deeebfc rename "persistent disk" to "persistent storage" 2006-03-21 16:20:54 +01:00
Kay Sievers bf289c06bf fix spelling error in debug string 2006-03-21 16:17:28 +01:00
Kay Sievers 7808297b0f volume_id: remove all partition table support 2006-03-21 16:16:55 +01:00
Hannes Reinecke 10a9bff1c3 persistent links: add scsi tape links and usb path support 2006-03-21 16:10:18 +01:00
Kay Sievers 0eb9e4a87e volume_id: remove partition table parsing code 2006-03-21 16:02:07 +01:00
Kay Sievers 8a37a3915f add ',' to trusted chars
SGI needs it for some compatibility device names from irix,
xvm volumes use "volname,subvolname" as the default device node.
2006-03-17 01:56:02 +01:00
Kay Sievers 0d5be398ff add udevtrigger to request events for coldplug
The shell script can't handle 1000's of devices.
2006-03-17 01:52:15 +01:00
Kay Sievers f660222775 correct use of fcntl() 2006-03-16 10:47:31 +01:00
Kay Sievers 3e5e833253 reset signal handler in event process 2006-03-16 10:46:30 +01:00
Kay Sievers 2f567dd62e volume_id: add squashfs detection 2006-03-08 19:44:28 +01:00
Kay Sievers b2885eeecf 087 release 2006-03-08 00:38:17 +01:00
Kay Sievers cdce0be895 remove devfs rules and scripts 2006-03-08 00:34:36 +01:00
Kay Sievers 7910248926 warn about %e, MODALIAS, $modalias 2006-03-07 23:20:10 +01:00
Kay Sievers 7b05672ebb fix persistent disk rules to exclude removable IDE drives 2006-03-07 23:19:27 +01:00
Hannes Reinecke 226c074d6d path_id: support SAS devices 2006-03-01 20:07:20 +01:00
Masatake YAMATO 5016ef53f5 typo in debug text in udev_run_hotplugd.c 2006-03-01 20:02:41 +01:00
Kay Sievers 0030441ca4 086 release 2006-02-24 16:59:50 +01:00
Kay Sievers 1a4e5303e0 udevd: fix queue export for multiple events for the same device
Identified by Joachim Plack <jplack@suse.de> while working around
the problem that the device nodes appear and disappear while the
partitiontable is re-read and the application need to waait for an
empty udevd queue.
2006-02-23 20:10:49 +01:00
Kay Sievers dd8140ae79 volume_id: add missing return 2006-02-21 19:14:43 +01:00
Nix 731f0aec41 update to udev-084/doc/writing_udev_rules 2006-02-21 18:53:25 +01:00
Kay Sievers ab925d69d5 volume_id: split raid and filesystem detection 2006-02-21 18:48:28 +01:00
Kay Sievers 467546b586 volume_id: replace __packed__ by PACKED macro 2006-02-21 18:44:18 +01:00
Kyle McMartin 5597760367 workaround missing kernel headers for some architectures
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-02-21 17:01:54 +01:00
Kay Sievers 4cb665e431 085 release 2006-02-15 23:15:27 +01:00
Kay Sievers 4c2d04bd99 include errno.h in udev_libc_wrapper.c 2006-02-15 21:12:49 +01:00
Jeroen Roovers c779c930f1 fix typo in parisc support to path_id
As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379
path_id is still broken for parisc boxes.  This patch from
Jeroen Roovers <jer@gentoo.org> fixes that.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-02-15 21:06:19 +01:00
Kay Sievers 515e50555c update Gentoo rules 2006-02-15 21:03:25 +01:00
Kay Sievers bee6e24fa9 update Red Hat rules 2006-02-15 20:57:29 +01:00
Kay Sievers 348f9dfa04 update SUSE rules 2006-02-15 20:54:53 +01:00
Kay Sievers 656ba91ee1 exit WAIT_FOR_SYSFS if the whole device goes away
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-02-15 20:43:28 +01:00
Kay Sievers 42878445d7 cramfs detection for bigendian
Patch from Olaf Hering <olh@suse.de>.
2006-02-13 06:29:30 +01:00
Kay Sievers 67f69ae17c include sys/socket.h for klibc build
Requested by Aaron Griffin <aaronmgriffin@gmail.com>
2006-02-03 13:52:37 +01:00
Kay Sievers a2a7f7d7af fix typo in man page
Thanks to Joachim Breitner <nomeata@debian.org>.
2006-02-01 02:08:11 +01:00
Andrey Borzenkov b3e8c12b2d Fix trivial spelling errors in RELEASE-NOTES
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2006-02-01 02:01:12 +01:00
Kay Sievers f8db897faa make WAIT_FOR_SYSFS usable in non "wait-only" rules
Thanks to Andrey Borzenkov <arvidjaar@mail.ru> for noticing this
and the initial patch to fix it.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-31 16:24:22 +01:00