Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-14 | volume_id: fix error handling with failing read() | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-14 | EXTRAS/Makefile: fix install targets to match main Makefile | Jürg Billeter | |
2005-09-12 | remove chassis_id program | Kay Sievers | |
Broken and unmaintained! Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-09 | firmware_helper: fix write count | Duncan Sands | |
2005-09-08 | fix useless but funny name_cdrom.pl script to work again | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-08 | delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-06 | add edd_id tool to match BIOS EDD disk information | Kay Sievers | |
Thanks to: John Hull <John_Hull@Dell.com> Matt Domsch <Matt_Domsch@Dell.com> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-31 | scsi_id: rename SYSFS to LIBSYSFS | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-30 | Makefile: remove all the duplicated rules | 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-26 | switch to '==' in raid-devfs.sh | Thierry Vignaud | |
2005-08-25 | path_id: remove SUSE specific PATH | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-25 | fix typo in firmware_helper | Amir Shalem | |
The wrong string is being nullifed. | |||
2005-08-25 | volume_id: don't probe for mac_partition_maps | 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-18 | fix typo in cdrom_id syslog | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-18 | Merge rsync://rsync.kernel.org/pub/scm/linux/hotplug/udev | Kay Sievers | |
2005-08-17 | cdrom_id: change err() to info() to help with debugging problems | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-17 | Always open the cdrom drive in non-blocking mode in cdrom_id | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-17 | vol_id: fix sloppy error handling | Kay Sievers | |
vol_id segfaults if read() fails on broken devices reporting the wrong size. Thanks to Erhard Schultchen for the debugging. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-13 | Merge rsync://rsync.kernel.org/pub/scm/linux/hotplug/udev | Kay Sievers | |
2005-08-13 | fix more compiler warnings ... | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-12 | added the cdrom.h #defines directly into the cdrom_id.c file | Greg Kroah-Hartman | |
This solves the problem with building the file against old kernel header files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | fix klibc build issue in cdrom_id.c | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | changed cdrom_id exports to be easier to understand and consistant with ↵ | Greg KH | |
other _id programs. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | Created cdrom_id program to make it easier to determine cdrom types | Greg KH | |
Based on the framework from ata_id by Kay. Now we can drop the cdsymlinks.sh and .c files Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | allow logging of all output from executed tools | Kay Sievers | |
If USE_DEBUG=true and udev_log="debug", all output of the forked programs to stdout and stderr is send to syslog. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | trivial text cleanups | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | remove example rules and put the dev.d stuff into the run_directory folder | Kay Sievers | |
The distro rules are the best example you can get and the use of dev.d/ is no longer recommended. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | more distro rules updates | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | add firmware_helper to load firmware | Kay Sievers | |
From: Bill Nottingham <notting@redhat.com> Changed reading of firmware blob to mmap and let firmware_helper follow the setting of the log level with UDEV_LOG. | |||
2005-08-01 | Added horrible (but fun) path_id script to extras. | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@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-22 | move code to its own files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-19 | usb_id: fix typo | Hannes Reinecke | |
2005-07-19 | add ID_BUS to *_id programs | Hannes Reinecke | |
2005-07-19 | create_floppy_devices: add tool to create floppy nodes based on sysfs info | Hannes Reinecke | |
2005-07-17 | volume_id: add OCFS (Oracle Cluster File System) support | Andre Masella | |
2005-07-17 | add padding to rules structure | Kay Sievers | |
Some architectures really want well alingned structures. Thanks to Jim Gifford <maillist@jg555.com> for help finding it. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-14 | Really commit the udev_run_devd changes... | Greg KH | |
2005-07-14 | Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too | Greg KH | |
Note, this assumes that you are putting your device nodes in /dev/, the better thing to do is use the RUN= rule and not rely on this program at all. Signed-off-by: Greg Kroah-Hartman <gregkh@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 | dasd_id: add s390 disk-label prober | Hannes Reinecke | |
Signed-off-by: Hannes Reinecke <hare@suse.de> | |||
2005-07-13 | trivial fixes for *_id programs | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-12 | ata_id: check for empty serial number | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-12 | compile dasd only on s390 | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-08 | fix usb_id and let scsi_id ignore "illegal request" | Hannes Reinecke | |
2005-07-04 | add usb_id program to generate usb-storage device identifiers | Kay Sievers | |
Signed-off-by: Hannes Reinecke <hare@suse.de> | |||
2005-06-27 | add ID_TYPE to the id probers | Kay Sievers | |
Export the type of device from ata_id and scsi_id, also strip leading and trailing whitespace and substitute consecutive whitespace with a single underline char. From: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-27 | add -x to scsi_id to export the queried values in env format | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |