[systemd-commits] Changes to 'refs/tags/007'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:21:48 PDT 2012
Tag '007' created by at 1970-01-01 00:00 -0800
udev 007
Changes since 006:
greg at kroah.com (13):
change to 006_bk version
added debian's version of udev.permissions.
add udev-test perl script from Kay Sievers <kay.sievers at vrfy.org> which blows away my puny shell scripts.
remove Makefile.klibc
add getgrnam and getpwnam to klibc_fixups files.
add support for string group and string user names in udev.permissions.
only build klibc_fixups.c if we are actually using klibc.
tweak udev-test.pl to report '0' errors if that's what happened.
added ability to put format specifiers in the CALLOUT program string.
updated the man page with the latest format specifier changes.
update default config file with a CALLOUT rule, and more documentation.
v007 Changelog
v007 release
kay.sievers at vrfy.org (6):
man page with udev.permissions wildcard
namedev.c whitespace + debug text cleanup
namedev.c - change order of fields in CALLOUT
support arguments in callout exec
more namedev whitespace cleanups
- format char for CALLOUT output
md at Linux.IT (1):
fix segfault in parsing bad udev.permissions file
olh at suse.de (1):
static klibc udev does not link against crt0.o
---
ChangeLog | 30 +++
Makefile | 11 -
Makefile.klibc | 219 -----------------------------
klibc_fixups.c | 4
klibc_fixups.h | 42 +++++
namedev.c | 361 +++++++++++++++++++++++++++---------------------
test/udev-test.pl | 173 +++++++++++++++++++++++
udev-add.c | 26 ++-
udev.8 | 48 +++++-
udev.config | 9 -
udev.h | 6
udev.permissions | 2
udev.permissions.debian | 89 +++++++++++
udev.spec | 2
14 files changed, 626 insertions(+), 396 deletions(-)
---
More information about the systemd-commits
mailing list