[systemd-commits] Changes to 'refs/tags/057'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:23:02 PDT 2012
Tag '057' created by at 1970-01-01 00:00 -0800
udev 057
Changes since 056:
gregkh at suse.de (1):
057 relelease
kay.sievers at vrfy.org (30):
libsysfs: remove trailing slash on SYSFS_PATH override
test-suite: remove UDEV_TEST, it's not needed anymore
support log-priority levels in udev.conf
klibc: version 1.0.4
udevinfo: print errors to stderr instead of stdout
remove untrusted chars read from sysfs-values or returned by PROGRAM
udevinfo: print SYSFS attribute the same way we match it
fix klibc's broken strlcpy/strlcat
klibc: strlcpy/strlcat - don't alter destination if size == 0
udev_rules.c: don't change sysfs_device while walking up the device chain
read %s{}-sysfs values at any device in the chain
allow to match against empty key values
check for strlen()==0 before accessing strlen()-1
klibc: version 1.0.5
correct error path for PROGRAM execution
correct correction for error path for PROGRAM execution
move execute_program to utils + add action to init_device
fix udevtest to print the error if logging is disabled
add RUN key to be able to run rule based notification
update RELEASE-NOTES
fix make -j4 and the local klibc-install
export DEVNAME to RUN-key executed programs
update the man page to reflect the recent changes
udev-test.pl: add test for DEVNAME export to RUN environment
udev_volume_id: fix endianess macros
adapt RELEASE-NOTES
apply default permissions only for devices that will need it
update Debian rules
klibc: version 1.0.6
add test for make -j4 to build-check
tklauser at access.unizh.ch (1):
fix stupid all_partitions bug
---
ChangeLog | 39
Makefile | 33
RELEASE-NOTES | 34
etc/udev/debian/devfs.rules | 111
etc/udev/debian/permissions.rules | 73
etc/udev/debian/udev.rules | 83
etc/udev/udev.conf.in | 14
extras/volume_id/volume_id/util.h | 4
extras/volume_id/volume_id/volume_id.h | 2
klibc/Makefile | 8
klibc/include/signal.h | 2
klibc/klibc/Makefile | 6
klibc/klibc/arch/alpha/sysstub.ph | 6
klibc/klibc/arch/arm/sysstub.ph | 6
klibc/klibc/arch/cris/sysstub.ph | 6
klibc/klibc/arch/i386/sysstub.ph | 6
klibc/klibc/arch/ia64/sysstub.ph | 6
klibc/klibc/arch/m32r/sysstub.ph | 6
klibc/klibc/arch/mips/sysstub.ph | 6
klibc/klibc/arch/parisc/sysstub.ph | 6
klibc/klibc/arch/ppc/sysstub.ph | 6
klibc/klibc/arch/ppc64/sysstub.ph | 6
klibc/klibc/arch/s390/sysstub.ph | 6
klibc/klibc/arch/s390x/sysstub.ph | 6
klibc/klibc/arch/sh/sysstub.ph | 6
klibc/klibc/arch/sparc/sysstub.ph | 6
klibc/klibc/arch/sparc64/sysstub.ph | 6
klibc/klibc/arch/x86_64/sysstub.ph | 6
klibc/klibc/socketcalls.pl | 16
klibc/klibc/strlcat.c | 4
klibc/klibc/strlcpy.c | 7
klibc/klibc/syscalls.pl | 12
klibc/klibc/tests/environ.c | 24
klibc/klibc/tests/fcntl.c | 53
klibc/klibc/tests/getopttest.c | 31
klibc/klibc/tests/getpagesize.c | 11
klibc/klibc/tests/hello.c | 7
klibc/klibc/tests/idtest.c | 14
klibc/klibc/tests/malloctest.c | 4145 ---------------------------------
klibc/klibc/tests/malloctest2.c | 60
klibc/klibc/tests/memstrtest.c | 29
klibc/klibc/tests/microhello.c | 9
klibc/klibc/tests/minihello.c | 7
klibc/klibc/tests/mmaptest.c | 28
klibc/klibc/tests/nfs_no_rpc.c | 538 ----
klibc/klibc/tests/opentest.c | 17
klibc/klibc/tests/rtsig.c | 12
klibc/klibc/tests/setenvtest.c | 38
klibc/klibc/tests/setjmptest.c | 36
klibc/klibc/tests/stat.c | 65
klibc/klibc/tests/statfs.c | 43
klibc/klibc/tests/strtoimax.c | 24
klibc/klibc/tests/strtotime.c | 27
klibc/klibc/tests/testrand48.c | 19
klibc/klibc/tests/testvsnp.c | 115
klibc/makeklcc.pl | 26
klibc/version | 2
libsysfs/sysfs/libsysfs.h | 6
libsysfs/sysfs_utils.c | 15
logging.h | 13
test/devd_test | 1
test/net_test | 1
test/replace_test | 1
test/simple-build-check.sh | 4
test/udev-test.pl | 451 ++-
test/udevstart-test.pl | 31
udev.8.in | 99
udev.c | 57
udev.h | 6
udev_add.c | 13
udev_config.c | 121
udev_db.c | 58
udev_libc_wrapper.c | 21
udev_multiplex.c | 34
udev_remove.c | 2
udev_rules.c | 431 ++-
udev_rules.h | 8
udev_rules_parse.c | 41
udev_utils.c | 94
udev_utils.h | 6
udevd.8 | 2
udevd.c | 56
udevinfo.c | 86
udevsend.c | 32
udevstart.c | 34
udevtest.8 | 2
udevtest.c | 29
87 files changed, 1389 insertions(+), 6290 deletions(-)
---
More information about the systemd-commits
mailing list