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

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


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

Changes since 015:
elkropac at students.zcu.cz (1):
      get_dev_number() in extras/ide-devfs.sh

greg at kroah.com (16):
      allow dbus code to actually build again.
      015_bk mark
      fix Makefile typo for USE_LSB install.
      update to klibc version 0.101, fixing the stdin bug.
      udevd - remove stupid locking error I wrote.
      remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
      kill the last examples that contained the %D option.
      remove logging.c as it's no longer needed.
      rework the logging code so that each program logs with the proper name in the syslog.
      fix up logging code so that it can be built without it being enabled
      udevsend now almost compiles with klibc, struct sockaddr_un is only problem now.
      make udevsend binary even smaller
      add KERNEL_DIR option so that the distros will be happy
      make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now.
      add udevd and udevsend to the spec file.
      v016 release

kay.sievers at vrfy.org (7):
      udev - trivial style cleanup
      udevinfo - missing options for man page
      udevd - next round of fixes
      fix possible buffer overflow
      udevd - cleanup and better timeout handling
      udevd - config cleanup
      let udevsend build with klibc

rrm3 at rrm3.org (1):
      FAQ udev.rules.devfs

---
 ChangeLog                                    |   35 ++
 FAQ                                          |    2 
 Makefile                                     |   45 +-
 README                                       |   10 
 etc/udev/udev.rules.devfs                    |    5 
 etc/udev/udev.rules.gentoo                   |    3 
 extras/ide-devfs.sh                          |    2 
 extras/multipath/Makefile                    |    4 
 extras/multipath/libdevmapper/Makefile       |    2 
 klibc/MCONFIG                                |    2 
 klibc/klibc/Makefile                         |   12 
 klibc/klibc/arch/ppc/include/klibc/archsys.h |   24 -
 klibc/klibc/getpagesize.c                    |   26 +
 klibc/klibc/include/stdio.h                  |   14 
 klibc/klibc/include/sys/un.h                 |   10 
 klibc/klibc/include/unistd.h                 |    2 
 klibc/klibc/mmap.c                           |    2 
 klibc/klibc/syscommon.h                      |    2 
 klibc/version                                |    2 
 libsysfs/sysfs.h                             |    6 
 libsysfs/sysfs_dir.c                         |    7 
 logging.c                                    |   56 ---
 logging.h                                    |   30 +
 namedev.c                                    |   49 +-
 test/udevd_test.sh                           |   59 ++-
 udev.c                                       |    4 
 udev.spec                                    |   13 
 udev_dbus.c                                  |    1 
 udevd.c                                      |  442 +++++++++++++++++----------
 udevd.h                                      |   15 
 udevinfo.8                                   |   11 
 udevinfo.c                                   |    5 
 udevsend.c                                   |   92 +++--
 33 files changed, 626 insertions(+), 368 deletions(-)
---


More information about the systemd-commits mailing list