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

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


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

Changes since 011:
azarah at nosferatu.za.org (2):
      Fix udev gcc-2.95.4 compat
      make symlink work properly if there is already a file in its place

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

greg at kroah.com (13):
      011_bk tag
      added udev.init script for the Linux From Scratch project.
      update the udev.permissions.debian file with new entries.
      udev.permissions.debian - forgot the dm nodes.
      move the signal handling registration to after we have initialized enough stuff.
      added udev vs devfs supid document to the tree.
      minor change to udev_vs_devfs document.
      if using glibc, link dynamically, as no one like 500Kb udev binaries...
      add Gentoo versions of the rules and permissions files.
      move the config files to etc/udev to clean up main directory a bit.
      move the dbus config file to etc/dbus-1/system.d/
      minor grammer fixes for the udev_vs_devfs document
      v012 release

kay.sievers at vrfy.org (10):
      small trivial cleanup of latest changes
      'ide' missing in bus_files[]
      check for empty symlink string
      fix for apply_format()
      ide-devfs.sh update
      extend exec_program[]
      cleanup namedev_parse debug text
      depend on all .h files
      make udev user callable to query the database
      mention user callable udev + options in man page

mbuesch at freenet.de (1):
      introduce signal handler

rml at ximian.com (1):
      udev spec file update

---
 ChangeLog                                   |   45 ++++++
 Makefile                                    |   33 ++--
 docs/udev_vs_devfs                          |  192 ++++++++++++++++++++++++++++
 etc/dbus-1/system.d/udev_sysbus_policy.conf |   23 +++
 etc/init.d/udev.init.lfs                    |  103 +++++++++++++++
 etc/udev/udev.conf.in                       |   23 +++
 etc/udev/udev.permissions                   |    7 +
 etc/udev/udev.permissions.debian            |  111 ++++++++++++++++
 etc/udev/udev.permissions.gentoo            |  176 +++++++++++++++++++++++++
 etc/udev/udev.rules                         |   49 +++++++
 etc/udev/udev.rules.devfs                   |   43 ++++++
 etc/udev/udev.rules.gentoo                  |   97 ++++++++++++++
 extras/ide-devfs.sh                         |   44 ++++--
 extras/multipath/ChangeLog                  |    4 
 extras/multipath/Makefile                   |    4 
 extras/multipath/README                     |   18 +-
 extras/multipath/main.c                     |    6 
 extras/multipath/multipath.hotplug          |    5 
 namedev.c                                   |   12 +
 namedev.h                                   |    3 
 namedev_parse.c                             |   12 -
 udev-add.c                                  |   13 +
 udev.8                                      |   36 ++++-
 udev.c                                      |  119 +++++++++++++++--
 udev.conf.in                                |   23 ---
 udev.permissions                            |    7 -
 udev.permissions.debian                     |   90 -------------
 udev.rules                                  |   49 -------
 udev.rules.demo                             |    9 -
 udev.rules.devfs                            |   43 ------
 udev.spec                                   |   10 +
 udev_sysbus_policy.conf                     |   23 ---
 udevdb.c                                    |   13 +
 udevdb.h                                    |    1 
 34 files changed, 1129 insertions(+), 317 deletions(-)
---


More information about the systemd-commits mailing list