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

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


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

Changes since 051:
greg at kroah.com (6):
      Fix gentoo bug #81102, device nodes for the pktcdvd device.
      Fix gentoo bug #76056 (fb device group permissions.)
      Another gentoo fix, adding dvb support.
      Add infiniband to gentoo rules.
      fix example comment in ide-devfs.sh
      052 release

kay.sievers at vrfy.org (12):
      selinux: cleanup udev integration
      simple_build_check: make it possible to pass KERNEL_DIR
      chassis_id: clean compilation and fix bad function parameter passing
      fix -Wsign-compare warnings
      Makefile: cleanup conditional config option sections
      Makefile: add some more warnings and prepare for clean gcc4 compile
      udev_volume_id: volume_id version 032
      udev_volume_id: rename probe_ibm into probe_dasd
      udev_volume_id: volume_id version 034
      udev_volume_id: fix dasd disklabel reading with -l option
      provide temporary device node for callouts to access the device
      create /block/*/range count of partitons for all_partitions

mbuesch at freenet.de (4):
      udevd: fix valgrind warning
      namdev: allow symlink-only rules to specify node permissions
      trivial: fix signedness
      trivial: remove _all_ trailing slashes with no_trailing_slash()

md at Linux.IT (4):
      cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
      scsi_id: when udevstart is started, /tmp is not writeable.
      raid-devfs.sh: devfs names for hardware RAID controllers
      debian: update rules files

sschweizer at gmail.com (1):
      gentoo/udev.rules: add default permissions for sound devices

---
 ChangeLog                                          |   39 ++
 Makefile                                           |  134 +++++-----
 etc/udev/debian/devfs.rules                        |  179 +++++++++----
 etc/udev/debian/udev.permissions                   |  121 ---------
 etc/udev/debian/udev.rules                         |  107 ++++++--
 etc/udev/gentoo/udev.rules                         |   19 +
 extras/cdsymlinks.sh                               |    2 
 extras/chassis_id/Makefile                         |   24 +
 extras/chassis_id/chassis_id.c                     |   58 ++--
 extras/chassis_id/chassis_id.h                     |    6 
 extras/chassis_id/table.c                          |   13 
 extras/ide-devfs.sh                                |    2 
 extras/raid-devfs.sh                               |   50 +++
 extras/scsi_id/scsi_id.c                           |    4 
 extras/scsi_id/scsi_serial.c                       |    5 
 extras/volume_id/Makefile                          |   46 ---
 extras/volume_id/udev_volume_id.c                  |   17 -
 extras/volume_id/volume_id/Makefile.inc            |   48 +++
 extras/volume_id/volume_id/cramfs/cramfs.c         |   77 +++++
 extras/volume_id/volume_id/cramfs/cramfs.h         |   26 +
 extras/volume_id/volume_id/dasd/dasd.c             |    7 
 extras/volume_id/volume_id/dasd/dasd.h             |    2 
 extras/volume_id/volume_id/ext/ext.c               |   40 +--
 extras/volume_id/volume_id/fat/fat.c               |   22 -
 extras/volume_id/volume_id/hfs/hfs.c               |  224 ++++++++--------
 extras/volume_id/volume_id/highpoint/highpoint.c   |   16 -
 extras/volume_id/volume_id/hpfs/hpfs.c             |   69 +++++
 extras/volume_id/volume_id/hpfs/hpfs.h             |   26 +
 extras/volume_id/volume_id/iso9660/iso9660.c       |   42 +--
 extras/volume_id/volume_id/jfs/jfs.c               |   30 +-
 extras/volume_id/volume_id/linux_raid/linux_raid.c |   40 +--
 extras/volume_id/volume_id/linux_swap/linux_swap.c |   24 -
 extras/volume_id/volume_id/lvm/lvm.c               |   36 +-
 extras/volume_id/volume_id/mac/mac.c               |   50 ++-
 extras/volume_id/volume_id/msdos/msdos.c           |   33 +-
 extras/volume_id/volume_id/ntfs/ntfs.c             |  122 ++++-----
 extras/volume_id/volume_id/reiserfs/reiserfs.c     |   40 +--
 extras/volume_id/volume_id/romfs/romfs.c           |   73 +++++
 extras/volume_id/volume_id/romfs/romfs.h           |   26 +
 extras/volume_id/volume_id/sysv/sysv.c             |  146 +++++++++++
 extras/volume_id/volume_id/sysv/sysv.h             |   26 +
 extras/volume_id/volume_id/udf/udf.c               |   88 +++---
 extras/volume_id/volume_id/ufs/ufs.c               |  277 ++++++++++-----------
 extras/volume_id/volume_id/util.h                  |    4 
 extras/volume_id/volume_id/volume_id.c             |   12 
 extras/volume_id/volume_id/volume_id.h             |    2 
 extras/volume_id/volume_id/xfs/xfs.c               |   34 +-
 namedev.c                                          |   82 +++---
 namedev.h                                          |    2 
 namedev_parse.c                                    |   15 -
 selinux.h                                          |  148 -----------
 test/simple-build-check.sh                         |   27 +-
 test/udev-test.pl                                  |   18 +
 udev.8.in                                          |    7 
 udev.h                                             |    5 
 udev.spec                                          |    2 
 udev_add.c                                         |   33 +-
 udev_db.c                                          |    2 
 udev_remove.c                                      |   41 ---
 udev_selinux.c                                     |  166 ++++++++++++
 udev_selinux.h                                     |   38 ++
 udev_sysfs.c                                       |    2 
 udev_utils.c                                       |   39 ++
 udev_utils.h                                       |    3 
 udevd.c                                            |    1 
 65 files changed, 1951 insertions(+), 1168 deletions(-)
---


More information about the systemd-commits mailing list