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

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


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

Changes since 008:
christophe.varoqui at free.fr (6):
      extras/multipath update
      more extras/multipath updates
      yet more extras/multipath
      more extras/multipath updates
      and more extras/multipath updates
      more extras/multipath changes

david at fubar.dk (1):
      D-BUS patch for udev-008

dsteklof at us.ibm.com (1):
      pre-libsysfs-0.4.0 patch

eike-hotplug at sf-tec.de (2):
      add init.d/udev to the spec file
      add init.d/udev to "make install"

greg at kroah.com (19):
      008_bk mark
      move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code.
      fix formatting of udev_dbus.c to use tabs. Also get it to build properly now.
      change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems.
      document the different Makefile config options that we have.
      update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working.
      Makefile tweaks for the DBUS build.
      set default mode to 0600 to be safer.
      added a devfs udev config file from Marco d'Itri <md at Linux.IT>
      add vc support to udev.rules.devfs
      change devfs disk name rule from 'disk' to 'disc'
      tweak the config file generation portion of the Makefile a bit.
      Add restart target to the etc/init.d/udev script
      some cleanups due to the need for LABEL rules to use "SYSFS_" now.
      update the FAQ with info about bad modprobe events from the devfs scheme...
      add mol permissions to the debian permissions file.
      sync klibc with release 0.95
      signal fixes due to klibc update.
      v009 release

kay.sievers at vrfy.org (10):
      a bug in linefeed removal
      pattern match for label method
      man page beauty
      experimental (very simple) SYMLINK creation
      cleanup man & remove symlink comment
      allow multiple symlinks
      man-page mention multiple symlinks
      remove '\n' from end of callout return
      get part of callout return string
      don't rely on field order in namedev_parse

olh at suse.de (2):
      use udevdir in udev.conf
      dump latest klibc into the udev build tree

patmans at us.ibm.com (2):
      update udev extras/scsi_id to version 0.2
      better allow builds of extras programs under udev

rml at ximian.com (2):
      install initscript in udev rpm
      remove udev from runlevels on uninstall

---
 ChangeLog                                           |   65 +
 FAQ                                                 |   29 
 Makefile                                            |  107 +
 README                                              |   21 
 TODO                                                |    2 
 etc/init.d/udev                                     |    8 
 extras/multipath/Makefile                           |   36 
 extras/multipath/libdevmapper/Makefile              |   22 
 extras/multipath/libdevmapper/ioctl/libdevmapper.c  | 1092 ++++++++++++++++++++
 extras/multipath/libdevmapper/ioctl/libdm-compat.h  |  111 ++
 extras/multipath/libdevmapper/ioctl/libdm-targets.h |   51 
 extras/multipath/libdevmapper/libdevmapper.h        |  147 ++
 extras/multipath/libdevmapper/libdm-common.c        |  382 ++++++
 extras/multipath/libdevmapper/libdm-common.h        |   38 
 extras/multipath/libdevmapper/list.h                |   99 +
 extras/multipath/main.c                             |  166 ++-
 extras/multipath/main.h                             |    4 
 extras/scsi_id/ChangeLog                            |   64 +
 extras/scsi_id/Makefile                             |   24 
 extras/scsi_id/README                               |    4 
 extras/scsi_id/TODO                                 |   21 
 extras/scsi_id/VERSION                              |    1 
 extras/scsi_id/scsi_id.8                            |  118 ++
 extras/scsi_id/scsi_id.c                            |  124 +-
 extras/scsi_id/scsi_id.h                            |   21 
 extras/scsi_id/scsi_serial.c                        |   34 
 klibc/Makefile                                      |   17 
 klibc/klibc/Makefile                                |    9 
 klibc/klibc/SYSCALLS                                |    7 
 klibc/klibc/arch/i386/include/klibc/archsignal.h    |    2 
 klibc/klibc/arch/ia64/Makefile.inc                  |   11 
 klibc/klibc/arch/ia64/include/klibc/archsignal.h    |    2 
 klibc/klibc/arch/ia64/pipe.c                        |   42 
 klibc/klibc/arch/ppc/Makefile.inc                   |    8 
 klibc/klibc/arch/ppc/crt0.S                         |   27 
 klibc/klibc/arch/ppc64/Makefile.inc                 |    5 
 klibc/klibc/arch/ppc64/crt0.S                       |   14 
 klibc/klibc/arch/ppc64/include/klibc/archsetjmp.h   |   36 
 klibc/klibc/arch/ppc64/setjmp.S                     |   46 
 klibc/klibc/arch/s390/Makefile.inc                  |    7 
 klibc/klibc/include/klibc/compiler.h                |    7 
 klibc/klibc/include/signal.h                        |    6 
 klibc/klibc/include/stdio.h                         |    5 
 klibc/klibc/include/sys/module.h                    |  158 --
 klibc/klibc/inet/bindresvport.c                     |    2 
 klibc/klibc/mmap.c                                  |    2 
 klibc/klibc/strcasecmp.c                            |   24 
 klibc/klibc/strerror.c                              |    1 
 klibc/klibc/strncasecmp.c                           |   23 
 klibc/klibc/strncmp.c                               |    2 
 klibc/klibc/syscommon.h                             |    1 
 klibc/klibc/tests/memstrtest.c                      |    4 
 klibc/klibc/tests/minips.c                          |    1 
 klibc/version                                       |    2 
 libsysfs/libsysfs.h                                 |   49 
 libsysfs/sysfs_bus.c                                |  294 ++---
 libsysfs/sysfs_class.c                              |  424 +++++--
 libsysfs/sysfs_device.c                             |  309 ++---
 libsysfs/sysfs_dir.c                                |  403 +++++--
 libsysfs/sysfs_driver.c                             |  287 +++--
 libsysfs/sysfs_utils.c                              |   73 +
 namedev.c                                           |   99 +
 namedev.h                                           |   11 
 namedev_parse.c                                     |  263 ++--
 tdb/spinlock.c                                      |    1 
 tdb/tdb.c                                           |    1 
 tdb/tdb.h                                           |    1 
 test/label_test                                     |    2 
 test/udev-test.pl                                   |   81 +
 udev-add.c                                          |  128 +-
 udev-remove.c                                       |  127 +-
 udev.8                                              |   96 -
 udev.c                                              |    9 
 udev.conf                                           |   23 
 udev.conf.in                                        |   23 
 udev.h                                              |    1 
 udev.permissions.debian                             |    1 
 udev.rules                                          |   19 
 udev.rules.demo                                     |    4 
 udev.rules.devfs                                    |   43 
 udev.spec                                           |   14 
 udev_dbus.c                                         |  134 ++
 udev_dbus.h                                         |   23 
 udev_sysbus_policy.conf                             |   23 
 udevdb.c                                            |    1 
 85 files changed, 4793 insertions(+), 1436 deletions(-)
---


More information about the systemd-commits mailing list