Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-04-26 | [PATCH] udev_volume_id: rename probe_ibm into probe_dasd | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: volume_id version 032 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Makefile: add some more warnings and prepare for clean gcc4 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix -Wsign-compare warnings | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] chassis_id: clean compilation and fix bad function parameter passing | kay.sievers@vrfy.org | |
Adding prototypes for functions resulted in an error, cause: table_find_disk(disk_snum, &chassis_num, &slot_num); is called but the function is defined as: int table_find_disk(char *serialnumber , int *host_num, int *chassis_num, int *slot_num) which can obviously not work correctly. Using popen() is not klibc compatible, so skip the compilation if a klibc compile is requested. | |||
2005-04-26 | [PATCH] udev_volume_id: new version of volume_id | kay.sievers@vrfy.org | |
Every filesystem has its own subdirectory. The IBM dasd label reading is included into volume_id. | |||
2005-04-26 | [PATCH] udev_volume_id: fix -d option | cborntra@de.ibm.com | |
The -d option in udev_allows to go from a partition to the underlying disk for s390 dasd labels. If the device is already the disk itself, finding the parent will fail, therefore -d on /sys/block/dasda/ for example gives no result at all. | |||
2005-04-26 | [PATCH] udev_volume_id: fix FAT label reading | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: version 27 | kay.sievers@vrfy.org | |
Fix FAT label reading bug for very large volumes. Recognize FAT label at Win98 formatted volumes. Read iso9660 joliet descriptor for unicode labels. Support uuid/label of swap partitions. | |||
2005-04-26 | [PATCH] fix udev_volume_id build error. | greg@kroah.com | |
bah, when will I remember to check the extras _before_ I do a release... | |||
2005-04-26 | [PATCH] udev_volume_id: links sysfs.a instead of all objects | kay.sievers@vrfy.org | |
cuts down the size from: dynamically linked: 48.030 -> 45.187 statically linked: 149.177 -> 142.362 | |||
2005-04-26 | [PATCH] fix udev_volume_id so it will now build properly. | greg@kroah.com | |
2005-04-26 | more merge fixups | Greg KH | |
2005-04-26 | more fixups | Greg KH | |
2005-04-26 | [PATCH] Allow GROUP to have modifiers in it | sschweizer@gmail.com | |
2005-04-26 | [PATCH] Add support for highpoint ataraid to volume_id to suppress | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Patches from Harald Hoyer <harald@redhat.com>. | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix debug in volume id / fix clashing global var name | kay.sievers@vrfy.org | |
Here we get the logging for udev_volume_id working if it is compiled with DEBUG=true. Also fixed is a name clash with a global variable. | |||
2005-04-26 | [PATCH] volume_id fix | kay.sievers@vrfy.org | |
I've been told that open() should not pass O_NONBLOCK. | |||
2005-04-26 | [PATCH] big cleanup of internal udev api | kay.sievers@vrfy.org | |
Here is the first patch to cleanup the internal processing of the various stages of an udev event. It should not change any behavior, but if your system depends on udev, please always test it before reboot :) We pass only one generic structure around between add, remove, namedev, db and dev_d handling and make all relevant data available to all internal stages. All udev structures are renamed to "udev". We replace the fake parameter by a flag in the udev structure. We open the class device in the main binaries and not in udev_add, to make it possible to use libsysfs for udevstart directory crawling. The last sleep parameters are removed. | |||
2005-04-26 | [PATCH] update udev to scsi_id 0.7 | patmans@us.ibm.com | |
Update udev's scsi_id to version 0.7, this fixes a bad bug in scsi_id on 64 bit systems. | |||
2005-04-26 | [PATCH] add very nice cdsymlinks scripts. | greg@kroah.com | |
These are from Darren Salt <linux@youmustbejoking.demon.co.uk> | |||
2005-04-26 | [PATCH] add some helper scripts for dvb and input devices. | greg@kroah.com | |
2005-04-26 | [PATCH] let the extras/ programs build "pretty" also | greg@kroah.com | |
2005-04-26 | [PATCH] pass SYSFS setting down for extras builds | patmans@us.ibm.com | |
Modify SYSFS to specify the full path, and pass it down for the extras builds. Change the scsi_id Makefile so it will work with and without udev. |