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

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


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

Changes since 057:
 (1):
      added translated (jp) version of writing udev rules file.

Daniel Drake (1):
      Writing udev rules docs update

Darren Salt (1):
      update cdsymlinks to latest version

Greg KH (9):
      Added symlinks thanks to Kay's script and git hacking.
      Removed klibc/klibc.spec as it is autogenerated
      hopefully fix up the symlinks in the test directory
      Update permissions on test scripts so they will run properly now.
      Fix libsysfs issue with relying on the detach_state file to be
      remove detach_state files from the sysfs test tree.
      Update Red Hat default udev rules.
      add Red Hat/Fedora html documenation
      058 release

kay.sievers at vrfy.org (4):
      klibc: version 1.0.7
      libsysfs: version 2.0
      Fedora udev.rules update
      selinux: fix handling during creation of symlinks

---
 ChangeLog                                                              |   27 
 Makefile                                                               |    2 
 docs/fedora_udev.html                                                  |  258 ++++
 docs/writing_udev_rules/index.html                                     |  153 +-
 docs/writing_udev_rules/index.jp.html                                  |  598 ++++++++++
 etc/udev/redhat/udev.permissions                                       |  202 ---
 etc/udev/redhat/udev.rules                                             |  291 +++-
 extras/cdsymlinks.c                                                    |  149 +-
 extras/cdsymlinks.conf                                                 |   11 
 extras/cdsymlinks.sh                                                   |   50 
 klibc/klibc.spec                                                       |  102 -
 klibc/klibc/Makefile                                                   |   12 
 klibc/klibc/socketcalls.pl                                             |    4 
 klibc/klibc/syscalls.pl                                                |    2 
 klibc/version                                                          |    2 
 libsysfs/dlist.c                                                       |    2 
 libsysfs/sysfs.h                                                       |    2 
 libsysfs/sysfs/dlist.h                                                 |    1 
 libsysfs/sysfs/libsysfs.h                                              |   15 
 libsysfs/sysfs_bus.c                                                   |  317 +++++
 libsysfs/sysfs_class.c                                                 |  188 +++
 libsysfs/sysfs_device.c                                                |   24 
 libsysfs/sysfs_dir.c                                                   |    8 
 libsysfs/sysfs_utils.c                                                 |    2 
 test/sys/block/cciss!c0d0/device                                       |    1 
 test/sys/block/rd!c0d0/device                                          |    1 
 test/sys/block/sda/device                                              |    1 
 test/sys/bus/pci/devices/0000:00:09.0                                  |    1 
 test/sys/bus/pci/devices/0000:00:1e.0                                  |    1 
 test/sys/bus/pci/devices/0000:02:05.0                                  |    1 
 test/sys/bus/pci/drivers/aic7xxx/0000:02:05.0                          |    1 
 test/sys/bus/scsi/devices/0:0:0:0                                      |    1 
 test/sys/bus/scsi/drivers/sd/0:0:0:0                                   |    1 
 test/sys/bus/usb-serial/devices/ttyUSB0                                |    1 
 test/sys/bus/usb-serial/drivers/PL-2303/ttyUSB0                        |    1 
 test/sys/bus/usb/devices/3-0:1.0                                       |    1 
 test/sys/bus/usb/devices/3-1                                           |    1 
 test/sys/bus/usb/devices/3-1:1.0                                       |    1 
 test/sys/bus/usb/devices/usb3                                          |    1 
 test/sys/bus/usb/drivers/hub/3-0:1.0                                   |    1 
 test/sys/bus/usb/drivers/pl2303/3-1:1.0                                |    1 
 test/sys/bus/usb/drivers/usb/3-1                                       |    1 
 test/sys/bus/usb/drivers/usb/usb3                                      |    1 
 test/sys/class/tty/ttyUSB0/device                                      |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/detach_state                  |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/3-0:1.0/detach_state     |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/3-1/3-1:1.0/detach_state |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/3-1/detach_state         |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0/detach_state |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0/driver       |    1 
 test/sys/devices/pci0000:00/0000:00:09.0/usb3/detach_state             |    1 
 udev.spec                                                              |    2 
 udev_add.c                                                             |    2 
 53 files changed, 1879 insertions(+), 574 deletions(-)
---


More information about the systemd-commits mailing list