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

Kay Sievers kay at kemper.freedesktop.org
Mon Jun 4 16:23:00 PDT 2012


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

Changes since 048:
azarah at nosferatu.za.org (1):
      remove leftover from udevinfo's -d option

greg at kroah.com (2):
      fix 'make clean' error in klibc
      049 release

kay.sievers at vrfy.org (12):
      udev_volume_id: links sysfs.a instead of all objects
      add a class/fc_host file to the list of what to wait for
      udevd: serialization of the event sequence of a chain of devices
      prevent udev node creatinon for "class" registration
      add -V option to udev to print the version number
      include missing header to udevtest.c
      remove double initialization
      check earlier if we should run as udevstart
      udevd-test.pl: remove wrong date calculation
      add class specific files for class/spi_transport and class/spi_host
      export DEVNAME regardless of the state of udev_dev_d
      update klibc to 0.194

---
 ChangeLog                                  |   24 ++++++++
 Makefile                                   |    2 
 extras/volume_id/Makefile                  |   10 ---
 klibc/MCONFIG                              |   14 +++-
 klibc/include/arch/m32r/klibc/archsetjmp.h |   21 +++++++
 klibc/include/arch/m32r/klibc/archsignal.h |   13 ++++
 klibc/include/arch/m32r/klibc/archstat.h   |   37 ++++++++++++
 klibc/include/arch/m32r/klibc/archsys.h    |   12 ++++
 klibc/include/sched.h                      |    4 +
 klibc/include/stdio.h                      |    4 +
 klibc/include/stdlib.h                     |    1 
 klibc/include/sys/mount.h                  |   23 ++++++-
 klibc/include/syslog.h                     |    9 +++
 klibc/klibc.spec                           |    2 
 klibc/klibc/MCONFIG                        |    2 
 klibc/klibc/Makefile                       |   12 ++--
 klibc/klibc/README                         |    5 +
 klibc/klibc/SYSCALLS.def                   |   15 +++--
 klibc/klibc/arch/ia64/pipe.c               |    2 
 klibc/klibc/arch/m32r/MCONFIG              |   18 ++++++
 klibc/klibc/arch/m32r/Makefile.inc         |   19 ++++++
 klibc/klibc/arch/m32r/crt0.S               |   25 ++++++++
 klibc/klibc/arch/m32r/setjmp.S             |   47 +++++++++++++++
 klibc/klibc/arch/m32r/syscall.S            |   29 +++++++++
 klibc/klibc/arch/m32r/sysstub.ph           |   25 ++++++++
 klibc/klibc/arch/ppc/setjmp.S              |    1 
 klibc/klibc/arch/ppc64/MCONFIG             |    6 +-
 klibc/klibc/arch/ppc64/Makefile.inc        |    2 
 klibc/klibc/arch/ppc64/sysstub.ph          |    5 -
 klibc/klibc/arch/x86_64/MCONFIG            |    6 ++
 klibc/klibc/asprintf.c                     |    4 -
 klibc/klibc/atexit.h                       |    2 
 klibc/klibc/exitc.c                        |   15 -----
 klibc/klibc/fork.c                         |    3 -
 klibc/klibc/jrand48.c                      |   12 ++--
 klibc/klibc/makeerrlist.pl                 |   21 +++++--
 klibc/klibc/sbrk.c                         |    2 
 klibc/klibc/strcspn.c                      |   11 +++
 klibc/klibc/strpbrk.c                      |   14 ++++
 klibc/klibc/strspn.c                       |   62 +-------------------
 klibc/klibc/strxspn.c                      |   30 ++++++++++
 klibc/klibc/strxspn.h                      |   13 ++++
 klibc/klibc/syslog.c                       |   13 +++-
 klibc/klibc/vasprintf.c                    |    4 -
 klibc/version                              |    2 
 test/udevd-test/udev-log-amplify.pl        |   32 +---------
 test/udevd-test/udev-log-script.pl         |   32 +---------
 test/udevd-test/udevd-test.pl              |   86 +++++------------------------
 udev.c                                     |   37 +++++++-----
 udev.spec                                  |    2 
 udev_sysfs.c                               |    4 +
 udevd.8                                    |    2 
 udevd.c                                    |   33 +++++++++--
 udevd.h                                    |    1 
 udevinfo.c                                 |    4 -
 udevtest.c                                 |   15 ++---
 56 files changed, 548 insertions(+), 303 deletions(-)
---


More information about the systemd-commits mailing list