Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
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> | |||
2005-06-25 | add ata_id to read serial numbers from ATA drives | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers | |
Handle all events with rules. If udev is expected to handle hotplug.d/ the exernal helper must be called. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | volume_id: use udev-provided log-level | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers | |
Modern rules are expected to call notification and postprocessing with the RUN key. For compatibility the current behavior can be emulated with an external helper. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-05-20 | [PATCH] update cdsymlinks to latest version | Darren Salt | |
diff -ur udev-057.orig/extras/cdsymlinks.c udev-057/extras/cdsymlinks.c | |||
2005-04-26 | [PATCH] udev_volume_id: fix endianess macros | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: use klcc wrapper instead of our own Makefile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 43 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: Fix label/uuid reading for reiserfs | hare@suse.de | |
Well, I just asked our resident reiserfs guru (thx mason :-). Reiser v3.5 does not support labels nor uuids. | |||
2005-04-26 | [PATCH] volume_id: version 42 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 41 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] The following patch fixes some warnings when compiling volume_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] The following patch fixes a warning when compiling chassis_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] fix ia64 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: version 39 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: volume_id v38 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update scsi_id to work with libsysfs changes | patmans@us.ibm.com | |
Update scsi_id to work with the libsysfs changes in udev: use sysfs_get_classdev_attr and sysfs_get_device_attr in place of sysfs_read_attribute_value. | |||
2005-04-26 | [PATCH] udev_volume_id: add Reiser4 support | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] udev_volume_id: volume_id v35 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] scsi_id changes for use with udev %N and %p | patmans@us.ibm.com | |
Changes to scsi_id to support the udev %N and %p substitutions: - Update version from .7 to .8 - change TMP_DIR back to /tmp - if DEVPATH is set assume hotplug_mode (use syslog for logging, and does not output some warnings) - Always output a newline after the id is printed - Allow command line options to override settings when hotplug_mode is set - update man page - update generator script to use the %N and %p substitutions. | |||
2005-04-26 | [PATCH] udev_volume_id: fix typo | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: remove temporary node creation and parent handling | kay.sievers@vrfy.org | |
udev can create the temporary node for us now. (On bootup we don't know where a writable filesystem is mounted). Also the parent handling is not needed anymore, cause udev is able to pass us the node name of the parent device. | |||
2005-04-26 | [PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not ↵ | kay.sievers@vrfy.org | |
work | |||
2005-04-26 | [PATCH] fix example comment in ide-devfs.sh | greg@kroah.com | |
2005-04-26 | [PATCH] udev_volume_id: fix dasd disklabel reading with -l option | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: volume_id version 034 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] raid-devfs.sh: devfs names for hardware RAID controllers | md@Linux.IT | |
2005-04-26 | [PATCH] scsi_id: when udevstart is started, /tmp is not writeable. | md@Linux.IT | |
2005-04-26 | [PATCH] cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0 | md@Linux.IT | |