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

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


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

Changes since 002:
dsteklof at us.ibm.com (2):
      udevdb prototype
      udevdb patch

greg at kroah.com (29):
      removed unneeded stuff from udev.h
      more test stuff...
      oops, everything was getting created as 000 mode, try to fix this up,
      handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so.
      remove mknod callout
      cleanup the mknod code a bit.
      minor cleanups.
      added my name to the .spec file.
      Added tdb code from latest cvs version in the samba tree
      merge tdb into the build process.
      do not build the tdb binary programs, only the objects.
      clean up some debugging stuff in namedev.c
      put config files and database in /etc/udev by default
      add dbg_parse() to cut down on parse file debugging statements
      tell the user what mknod() we are trying to do.
      add version to debug log on startup.
      added install target for makefile so people don't have to do it by hand anymore.
      added uninstall support
      add udev man page (basically just a place holder for now.)
      updated the TODO list.
      Updatd the README
      TODO updates
      Add AUTHORS and INSTALL files.
      copyright updates.
      removed AUTHORS and INSTALL files as they were pretty pointless.
      Add FAQ for udev
      fix makefile release rule to not drop tdb.h file.
      update the spec file for the new version and install process.
      update changelog for 003 release

lethal at linux-sh.org (3):
      udev/libsysfs cross compile fixes
      udev spec file
      Fix TDB cross compilation

olh at suse.de (1):
      print udev pid

patmans at us.ibm.com (1):
      add callout config type to udev

---
 ChangeLog         |  111 ++
 FAQ               |   75 +
 Makefile          |   70 +
 README            |   49 -
 TODO              |   31 
 libsysfs/Makefile |    6 
 logging.c         |    8 
 namedev.c         |  279 +++++--
 namedev.config    |    3 
 namedev.h         |    4 
 tdb/Makefile      |   30 
 tdb/README        |  167 ++++
 tdb/spinlock.c    |  430 +++++++++++
 tdb/spinlock.h    |   55 +
 tdb/tdb.c         | 2043 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tdb/tdb.h         |  144 +++
 tdb/tdb.magic     |   10 
 tdb/tdbback.c     |  201 +++++
 tdb/tdbback.h     |   23 
 tdb/tdbbackup.c   |  137 +++
 tdb/tdbdump.c     |   89 ++
 tdb/tdbtest.c     |  263 ++++++
 tdb/tdbtool.c     |  547 ++++++++++++++
 tdb/tdbtorture.c  |  226 +++++
 tdb/tdbutil.c     |  830 +++++++++++++++++++++
 tdb/tdbutil.h     |   37 
 test.block        |    2 
 udev-add.c        |  134 +--
 udev-remove.c     |    4 
 udev.8            |   26 
 udev.c            |   31 
 udev.h            |   27 
 udev.spec         |   36 
 udevdb.c          |  526 +++++++++++++
 udevdb.h          |   42 +
 35 files changed, 6506 insertions(+), 190 deletions(-)
---


More information about the systemd-commits mailing list