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

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


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

Changes since 016:
azarah at nosferatu.za.org (1):
      make logging a config option

christophe.varoqui at free.fr (3):
      update extras/multipath
      more udev-016/extras/multipath
      more udev-016/extras/multipath

greg at kroah.com (23):
      fix up Makefile dependancies for udev_version.h
      016_bk mark
      sync with latest version of klibc (0.107)
      finish syncing up with klibc
      fix log option code so that it actually works for all udev programs.
      fix up 'make release' to use bk to build the export tree.
      add a block device with a ! in the name, and a test for this.
      Handle the '!' character that some block devices have.
      let udev-test.pl run an individual test if you ask it to.
      remove some more KLIBC fixups that are no longer needed.
      stop using mode_t as different libcs define it in different ways :(
      more logging.h cleanups to be a bit more flexible.
      fix problem where usb devices can be either the main device or the interface
      add udevtest program to build
      update klibc to version .107
      fix bug in permission handling.
      remove the database at startup.
      remove the .udev.tdb when installing or uninstalling to be safe.
      update the init.d udev script based on a patch from Red Hat.
      add some .spec file changes from Red Hat.
      fix offsetof() define in klibc.
      add udev_log to the documentation.
      v017 release

kay.sievers at vrfy.org (12):
      include used function
      udevd - allow to bypass sequence number
      udevd - switch socket path to abstract namespace
      udevd - fix socket path length
      udevd - kill the lockfile
      convert udevsend/udevd to DGRAM and single-threaded
      udev - fix cdrom symlink rule
      udev - fix "ignore method"
      compile udevd with klibc
      udevd - client access authorization
      better credential patch
      udev - keep private data out of the database?

patmans at us.ibm.com (2):
      udev kill extra bus_id compares in match_id
      udev add wild card compare for ID

---
 ChangeLog                                       |   54 +
 Makefile                                        |   50 -
 etc/init.d/udev                                 |   28 
 etc/udev/udev.conf.in                           |    3 
 etc/udev/udev.rules                             |    2 
 extras/multipath/ChangeLog                      |   20 
 extras/multipath/Makefile                       |   15 
 extras/multipath/README                         |    8 
 extras/multipath/devinfo.c                      |  204 ++++
 extras/multipath/devinfo.h                      |   19 
 extras/multipath/devmap_name.c                  |   60 +
 extras/multipath/main.c                         |  284 +----
 extras/multipath/main.h                         |    9 
 extras/multipath/sg_err.c                       | 1197 ------------------------
 klibc/MCONFIG                                   |    3 
 klibc/MRULES                                    |   41 
 klibc/README                                    |   10 
 klibc/klibc.spec.in                             |  151 +++
 klibc/klibc/CAVEATS                             |   10 
 klibc/klibc/MCONFIG                             |   38 
 klibc/klibc/Makefile                            |    5 
 klibc/klibc/README                              |   17 
 klibc/klibc/__put_env.c                         |   60 +
 klibc/klibc/arch/x86_64/include/klibc/archsys.h |   85 +
 klibc/klibc/include/elf.h                       |    4 
 klibc/klibc/include/endian.h                    |    1 
 klibc/klibc/include/klibc/compiler.h            |   34 
 klibc/klibc/include/signal.h                    |    2 
 klibc/klibc/include/stddef.h                    |    2 
 klibc/klibc/include/stdint.h                    |    3 
 klibc/klibc/include/sys/elf32.h                 |  115 ++
 klibc/klibc/include/sys/elf64.h                 |  115 ++
 klibc/klibc/include/sys/elfcommon.h             |  186 +++
 klibc/klibc/include/sys/sysmacros.h             |   31 
 klibc/klibc/include/sys/time.h                  |    1 
 klibc/klibc/include/sys/types.h                 |   24 
 klibc/klibc/include/sys/wait.h                  |    9 
 klibc/klibc/include/unistd.h                    |    6 
 klibc/klibc/putenv.c                            |   40 
 klibc/klibc/setenv.c                            |   85 -
 klibc/klibc/signal.c                            |   11 
 klibc/klibc/sysv_signal.c                       |   11 
 klibc/klibc/tests/environ.c                     |   24 
 klibc/klibc/tests/getenvtest.c                  |   26 
 klibc/klibc/tests/nfs_no_rpc.c                  |    2 
 klibc/klibc/tests/setenvtest.c                  |   38 
 klibc/version                                   |    2 
 klibc_fixups.h                                  |    6 
 logging.h                                       |   13 
 namedev.c                                       |  121 +-
 namedev.h                                       |    2 
 test/ignore_test                                |    1 
 test/sys/block/rd!c0d0/dev                      |    1 
 test/udev-test.pl                               |   72 +
 test/udevd_test.sh                              |   65 -
 udev-add.c                                      |   87 -
 udev-remove.c                                   |    1 
 udev.8                                          |    8 
 udev.c                                          |   26 
 udev.h                                          |   19 
 udev.spec                                       |   12 
 udev_config.c                                   |   20 
 udevd.c                                         |  394 +++----
 udevd.h                                         |    1 
 udevdb.c                                        |    7 
 udevinfo.c                                      |   11 
 udevsend.c                                      |  107 +-
 udevtest.c                                      |  167 +++
 68 files changed, 2203 insertions(+), 2083 deletions(-)
---


More information about the systemd-commits mailing list