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

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


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

Changes since 010:
greg at kroah.com (16):
      fix long delay for all devices in namedev
      make udev init script run udev in the background to let startup go much faster
      more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory.
      check for empty line a bit better in the parser.
      add pci to the bus_files list.
      added different build options to the rpm udev.spec file.
      010_bk stamp
      add test for callout rule with a device that has no bus.
      Don't require the BUS value for the CALLOUT rule.
      If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus.
      add documentation about the BUS key being optional for the CALLOUT rule.
      If a LABEL rule has a BUS id, then we must check to see if the device is on a bus.
      Don't require the BUS value for the LABEL rule.
      add tests for LABEL rule with a device that has no bus.
      add documentation about the BUS key being optional for the LABEL rule.
      v011 release

mbuesch at freenet.de (1):
      proper cleanup on udevdb_init() failure

mh at nadir.org (1):
      patch udev 009-010 rpm spec file

svetljo at gmx.de (1):
      fix udev sed Makefile usage

---
 ChangeLog         |   30 +++++++++++++
 Makefile          |    4 -
 etc/init.d/udev   |   46 ++++++++++----------
 namedev.c         |  123 +++++++++++++++++++++++++++---------------------------
 namedev_parse.c   |    6 --
 test/udev-test.pl |   40 +++++++++++++++++
 udev.8            |   10 +++-
 udev.c            |    3 -
 udev.spec         |   33 +++++++++++++-
 9 files changed, 201 insertions(+), 94 deletions(-)
---


More information about the systemd-commits mailing list