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

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


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

Changes since 012:
christophe at saout.de (2):
      small cleanup
      add IGNORE rule type

eike-hotplug at sf-tec.de (1):
      LSB init script and other stuff

elkropac at students.zcu.cz (1):
      fix udev directory for Debian init script

greg at kroah.com (21):
      012_bk change.
      add a blacklist of class devices we do not want to look at.
      replace list_for_each with list_for_each_entry, saving a few lines of code.
      add cdrom rule for ide cdrom.
      add silly script that names cdrom drives based on the cd in them.
      add a script that tests the IGNORE rule
      added init.d udev script for debian
      added dri rule to the default config file.
      Add some helpful messages if the user uses the older config file format
      add bus test for usb-serial bus.
      convert the test shell scripts to the config file format.
      convert the default rules files to the new format.
      fix a few stale comments in namedev.c
      Add alsa device rules and a few other devfs rules.
      oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files.
      Fix stupid gcc "optimization" of 1 character printk() calls.... Ick...
      fix -d typo in the manpage update
      update the README in a few places.
      Cset exclude: greg at kroah.com|ChangeSet|20040113010256|48515
      update TODO with some new, small items.
      v013 release

kay.sievers at vrfy.org (14):
      fix Silly udev script
      udev - exec status fix for klibc
      udev - make exec_callout() reusable
      udev - Makefile error
      udev - advanced user query options
      udev - drop all methods :)
      udev - simple debug tweak
      more advanced user query options
      update documentation for new config file format
      udev - CALLOUT is PROGRAM now
      udev - more CALLOUT is PROGRAM now
      udev - introduce format escape char
      udev - small script optimization
      fix klibc with printf() and gcc

tiggi at infa.abo.fi (1):
      udev 012 old gcc fixup

---
 ChangeLog                  |   54 ++++++
 Makefile                   |   19 +-
 README                     |   25 +-
 TODO                       |    5 
 etc/init.d/udev            |   11 -
 etc/init.d/udev.debian     |  113 +++++++++++++
 etc/init.d/udev.init.LSB   |  133 +++++++++++++++
 etc/udev/udev.rules        |   44 +++--
 etc/udev/udev.rules.devfs  |   62 +++++--
 etc/udev/udev.rules.gentoo |   84 ++++++---
 extras/ide-devfs.sh        |   10 -
 extras/name_cdrom.pl       |   46 +++++
 klibc_fixups.h             |    5 
 namedev.c                  |  389 ++++++++++++++++++++-------------------------
 namedev.h                  |   27 ---
 namedev_parse.c            |  159 ++++--------------
 test/ignore_test           |   35 ++++
 test/label_test            |    4 
 test/modifier_test         |    2 
 test/replace_test          |    2 
 test/topo_test             |    2 
 test/udev-test.pl          |  126 +++++++-------
 udev.8                     |  119 +++++++------
 udev.c                     |  165 ++++++++++++++++---
 udev.h                     |    2 
 udev.spec                  |   14 +
 udevdb.c                   |   25 ++
 udevdb.h                   |    1 
 28 files changed, 1089 insertions(+), 594 deletions(-)
---


More information about the systemd-commits mailing list