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

Kay Sievers kay at kemper.freedesktop.org
Mon Jun 4 16:21:48 PDT 2012


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

Changes since 009:
Roman.Kagan at itep.ru (1):
      fix comment and whitespace handling in config files.

akropel1 at rochester.rr.com (1):
      Allow build with empty EXTRAS

ananth at in.ibm.com (1):
      change pgsize

christophe.varoqui at free.fr (4):
      extras multipath update
      extras multipath update
      extras multipath update
      extras multipath update

dhollis at davehollis.com (1):
      mark config files as such in the rpm spec file

dsteklof at us.ibm.com (3):
      add libsysfs docs
      fix scsi_id segfault with udev-009
      libsysfs 0.4.0 patch

greg at kroah.com (12):
      009_bk makefile changes.
      add tests to catch whitespace and comment config file parsing errors.
      clean up the stand-alone tests to work properly on other people's machines.
      remove unneeded TODO and FIXME entry
      try to wait until the proper device file shows up in sysfs.
      Just live with a sleep(1) in namedev for now until libsysfs is fixed up.
      add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule.
      add tests for multi-file LABEL rules.
      add documentation about the multiple sysfs values that are now allowed for the LABEL rule.
      add documentation for the new '%k' modifier (kernel name replacement)
      fix complier warning in namedev.c
      v010 release

kay.sievers at vrfy.org (10):
      trivial cleanup parser changes
      bug in udev-remove.c
      udev-remove.c cleanups
      don't overwrite old config on install
      trivial make fixes
      introduce format char 'k' for kernel-name
      add any valid device
      experimental CALLOUT script for devfs ide node creation with cd, disc, part
      small cleanup udev-remove.c
      fix udev-test.pl

---
 ChangeLog                          |   51 +
 Makefile                           |   37 
 TODO                               |    1 
 docs/libsysfs.txt                  | 1687 +++++++++++++++++++++++++++++++++++++
 extras/ide-devfs.sh                |   27 
 extras/multipath/ChangeLog         |   83 +
 extras/multipath/Makefile          |    6 
 extras/multipath/main.c            |  554 +++++-------
 extras/multipath/main.h            |   14 
 extras/multipath/multipath.hotplug |    3 
 extras/multipath/unused.c          |   95 ++
 extras/scsi_id/scsi_id.c           |    6 
 extras/scsi_id/scsi_id.h           |   10 
 libsysfs/libsysfs.h                |   17 
 libsysfs/sysfs_bus.c               |   50 -
 libsysfs/sysfs_class.c             |   80 +
 libsysfs/sysfs_device.c            |   88 +
 libsysfs/sysfs_dir.c               |   73 -
 libsysfs/sysfs_driver.c            |   72 -
 libsysfs/sysfs_utils.c             |   26 
 namedev.c                          |  284 ++++--
 namedev.h                          |   10 
 namedev_parse.c                    |   67 +
 test/label_test                    |    6 
 test/modifier_test                 |    3 
 test/replace_test                  |    3 
 test/topo_test                     |    3 
 test/udev-test.pl                  |   55 +
 udev-add.c                         |    4 
 udev-remove.c                      |   19 
 udev.8                             |   11 
 udev.h                             |    1 
 udev.rules                         |    3 
 udev.spec                          |    8 
 udevdb.c                           |   15 
 udevdb.h                           |    2 
 36 files changed, 2856 insertions(+), 618 deletions(-)
---


More information about the systemd-commits mailing list