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

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


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

Changes since 003:
dsteklof at us.ibm.com (1):
      new version of libsysfs patch

greg at kroah.com (13):
      fix segfaults when dealing with partitions.
      got "remove of named devices" working.
      change the version to 003-bk to keep things sane with people using the bk tree.
      ok, rpm likes the "_" character instead of "-" better...
      test.block changes.
      spec file changes.
      add BUS= bug to TODO list so it will not get forgotten.
      more database work. Now we only store the info we really need right now.
      fix comment about how the "dev" file is made up.
      don't sleep if 'dev' file is already present on device add.
      Changed test.block and test.tty to take ACTION from the command line.
      major database cleanups
      004 release

lkml001 at vrfy.org (2):
      man page update
      man file update

rml at mvista.com (1):
      udev: cool test scripts

rml at tech9.net (5):
      udev spec file bits
      udev spec file symlink support
      udev: cool test scripts again
      udev: trivial trivialities
      udev: mode should be mode_t

---
 Makefile                |    2 
 TODO                    |    5 
 libsysfs/Makefile       |    9 
 libsysfs/dlist.c        |  343 +++++++++++++++++++++++++++++
 libsysfs/dlist.h        |  195 ++++++++++++++++
 libsysfs/libsysfs.h     |  198 ++++++++++++----
 libsysfs/sysfs.h        |    2 
 libsysfs/sysfs_bus.c    |  412 ++++++++++++++++++++++++++--------
 libsysfs/sysfs_class.c  |  402 +++++++++++++++++++++++++++-------
 libsysfs/sysfs_device.c |  487 +++++++++++++++++++++++++++++++++++------
 libsysfs/sysfs_dir.c    |  566 ++++++++++++++++++++++++++++++++----------------
 libsysfs/sysfs_driver.c |  304 ++++++++++++++++++++++++-
 libsysfs/sysfs_utils.c  |  163 ++++++++++++-
 namedev.c               |   68 +++--
 test.block              |   34 ++
 test.tty                |   26 +-
 udev-add.c              |  141 ++++++-----
 udev-remove.c           |   22 +
 udev.8                  |   81 ++++++
 udev.h                  |   17 +
 udev.spec               |   30 +-
 udevdb.c                |  484 +++--------------------------------------
 udevdb.h                |   29 --
 23 files changed, 2916 insertions(+), 1104 deletions(-)
---


More information about the systemd-commits mailing list