[systemd-commits] Changes to 'refs/tags/018'

Kay Sievers kay at kemper.freedesktop.org
Mon Jun 4 16:22:53 PDT 2012


Tag '018' created by  at 1970-01-01 00:00 -0800
udev 018

Changes since 017:
ext.devoteam.varoqui at sncf.fr (2):
      update extras/multipath
      symlink dm-[0-9]* rule

greg at kroah.com (22):
      Fix bug where we did not use the "converted" kernel name if we had no rule.
      Add another test to udev-test.pl and fix a bug when only running 1 test.
      017_bk mark
      add ability to install udevtest to Makefile
      update the udev.spec to add udevtest and make some more Red Hat suggested changes.
      fix up bug created for udevtest in previous partition creation patch.
      Have udevd report it's version in debug mode.
      Have udevsend report more info in debug mode.
      add a "old style" SYSFS_attribute test to udev-test.pl
      update the red hat init script to handle nodes that are not present
      start up udevd ourselves in the init script to give it some good priorities.
      add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy.
      add start_udev init script.
      mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use.
      add HOWTO detailing how to use udev to manage /dev
      more HOWTO cleanups.
      add udevd priority issue to the TODO list.
      Create a udev.rules.examples file to hold odd udev.rules
      Update the Gentoo udev.rules and udev.permissions files
      update udev.rules.gentoo with new config file format.
      added scsi_id and some more documentation to the udev.spec file.
      v018 release

john-hotplug at fjellstad.org (1):
      init.d debian patch

kay.sievers at vrfy.org (8):
      Adding '%s' format specifier to NAME and SYMLINK
      allow SYSFS{file}
      udev - create all partitions of blockdevice
      udev - switch SYSFS_file to SYSFS{file}
      udev - switch callout part selector to {attribute}
      udev - udevd/udevsend man page
      udev - add %s{filename} to man page
      udev - TODO update

patmans at us.ibm.com (2):
      udev add some ID tests
      udev use new libsysfs header file location

---
 ChangeLog                        |   50 +++++++
 HOWTO-udev_for_dev               |   77 ++++++++++
 Makefile                         |    5 
 TODO                             |   11 -
 etc/init.d/udev                  |   40 +++++
 etc/init.d/udev.debian           |    3 
 etc/udev/udev.permissions.gentoo |   24 ++-
 etc/udev/udev.rules              |   41 -----
 etc/udev/udev.rules.devfs        |    2 
 etc/udev/udev.rules.examples     |   68 +++++++++
 etc/udev/udev.rules.gentoo       |  120 +++++++++-------
 extras/ide-devfs.sh              |    2 
 extras/multipath/ChangeLog       |    4 
 extras/multipath/main.c          |   43 +++---
 extras/multipath/main.h          |    2 
 extras/name_cdrom.pl             |    2 
 extras/scsi_id/scsi_id.c         |    8 -
 extras/scsi_id/scsi_serial.c     |    8 -
 extras/start_udev                |  102 ++++++++++++++
 libsysfs/libsysfs.h              |  276 ---------------------------------------
 libsysfs/sysfs/libsysfs.h        |  276 +++++++++++++++++++++++++++++++++++++++
 libsysfs/sysfs_bus.c             |    2 
 libsysfs/sysfs_class.c           |    2 
 libsysfs/sysfs_device.c          |    2 
 libsysfs/sysfs_dir.c             |    2 
 libsysfs/sysfs_driver.c          |    2 
 libsysfs/sysfs_utils.c           |    2 
 namedev.c                        |  245 ++++++++++++++++++++++------------
 namedev.h                        |   43 +++---
 namedev_parse.c                  |   51 ++++++-
 test/label_test                  |    4 
 test/udev-test.pl                |  121 ++++++++++++++---
 udev-add.c                       |   80 +++++++----
 udev-remove.c                    |   13 +
 udev.8                           |   22 ++-
 udev.c                           |    2 
 udev.h                           |    4 
 udev.spec                        |   64 ++++++---
 udev_config.c                    |    7 
 udevd.8                          |   40 +++++
 udevd.c                          |    1 
 udevdb.c                         |    2 
 udevinfo.8                       |    4 
 udevinfo.c                       |    4 
 udevsend.c                       |    5 
 udevtest.c                       |    2 
 46 files changed, 1278 insertions(+), 612 deletions(-)
---


More information about the systemd-commits mailing list