[systemd-commits] Changes to 'refs/tags/008'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:21:48 PDT 2012
Tag '008' created by at 1970-01-01 00:00 -0800
udev 008
Changes since 007:
arnd at arndb.de (3):
klibc makefile fixes
Add format modifier for devfs like naming
Build failure - missing linux/limits.h include?
azarah at nosferatu.za.org (1):
more config file parsing robustness
christophe.varoqui at free.fr (1):
udev-007/extras/multipath update
dsteklof at us.ibm.com (3):
libsysfs changes for sysfsutils 0.3.0
quick fix for libsysfs bus
another patch for path problem
greg at kroah.com (31):
007_bk version change to Makefile.
fix the test.block and test.tty scripts due to their moveing. Also add a test.all script.
fix udev init.d script to handle all class devices in sysfs.
sync up with the 0.84 version of klibc
get rid of functions in klibc_fixups that are now in klibc
changed the default location of the database to /udev/.udev.tdb to be LSB compliant
add test and documentation for new %D devfs format modifier
fix problem where we were not looking at the BUS value.
add test for checking the BUS value.
Cset exclude: dsteklof at us.ibm.com|ChangeSet|20031126173159|56255
operate on the rules in the order they are in the config file (within the rule type)
add devfs like tty rules as an example in the default config file.
rename namedev's get_attr() to be main namedev_name_device() as that's what it really is.
split out the namedev config parsing logic to namedev_parse.c
turn debugging messages off by default.
add support for a main udev config file, udev.conf.
fix up the tests to support the rules file name change
Update the man page to show the new config file, it's format, and how to use it.
get rid of the majority of the debug environment variables.
fix up the tests to work without all of the environ variables.
remove some items off of the TODO list, as they are now done.
show permissions and groups in the label_test
add support for the default_mode variable, as it is documented...
enable default_mode ability to actually build
fix permission handling logic
update the wildcard documentation in the man page to show the new styles supported.
Added Kay's name to the man page.
fix some compiler warnings in the tdb code.
fix up some duplicated function compiler warnings in libsysfs
update ChangeLog for v008
v008 release
kay.sievers at vrfy.org (7):
udev-test.pl - tweaks
overall whitespace + debug text conditioning
namedev.c strcat tweak
udev-test.pl add subdir test
udev.8 tweak numeric id text
catch replace device by wildcard
pattern matching for namedev
mort at wildopensource.com (1):
Add -nodefaultlibs while compiling against klibc
olh at suse.de (1):
ARCH detection for ppc
patmans at us.ibm.com (1):
fix udev parallel builds with klibc
---
ChangeLog | 70 ++
Makefile | 43 -
TODO | 6
etc/init.d/udev | 25
extras/multipath/Makefile | 11
extras/multipath/main.c | 43 -
extras/multipath/main.h | 17
extras/multipath/sg_include.h | 1
klibc/klibc/Makefile | 1
klibc/klibc/README | 8
klibc/klibc/SYSCALLS | 6
klibc/klibc/arch/alpha/include/klibc/archsignal.h | 13
klibc/klibc/arch/arm/include/klibc/archsignal.h | 13
klibc/klibc/arch/cris/include/klibc/archsignal.h | 13
klibc/klibc/arch/i386/include/klibc/archsignal.h | 13
klibc/klibc/arch/ia64/Makefile.inc | 6
klibc/klibc/arch/ia64/crt0.S | 27
klibc/klibc/arch/ia64/include/klibc/archsetjmp.h | 17
klibc/klibc/arch/ia64/include/klibc/archsignal.h | 33 +
klibc/klibc/arch/ia64/include/klibc/archsys.h | 208 ++++++
klibc/klibc/arch/ia64/setjmp.S | 341 ++++++++++
klibc/klibc/arch/ia64/vfork.S | 41 +
klibc/klibc/arch/m68k/include/klibc/archsignal.h | 13
klibc/klibc/arch/mips/include/klibc/archsignal.h | 13
klibc/klibc/arch/mips64/include/klibc/archsignal.h | 13
klibc/klibc/arch/parisc/include/klibc/archsignal.h | 13
klibc/klibc/arch/ppc/include/klibc/archsignal.h | 13
klibc/klibc/arch/ppc64/include/klibc/archsignal.h | 13
klibc/klibc/arch/s390/include/klibc/archsignal.h | 13
klibc/klibc/arch/s390x/include/klibc/archsignal.h | 13
klibc/klibc/arch/sh/include/klibc/archsignal.h | 13
klibc/klibc/arch/sparc/include/klibc/archsignal.h | 13
klibc/klibc/arch/sparc64/include/klibc/archsignal.h | 13
klibc/klibc/arch/x86_64/include/klibc/archsignal.h | 13
klibc/klibc/ctypes.c | 3
klibc/klibc/include/ctype.h | 7
klibc/klibc/include/signal.h | 4
klibc/klibc/include/string.h | 3
klibc/klibc/include/syslog.h | 4
klibc/klibc/include/unistd.h | 3
klibc/klibc/strcasecmp.c | 25
klibc/klibc/strncasecmp.c | 24
klibc/klibc/strndup.c | 17
klibc/klibc/syslog.c | 2
klibc_fixups.c | 25
klibc_fixups.h | 4
libsysfs/libsysfs.h | 37 -
libsysfs/sysfs.h | 6
libsysfs/sysfs_bus.c | 66 --
libsysfs/sysfs_class.c | 280 +++-----
libsysfs/sysfs_device.c | 280 ++++----
libsysfs/sysfs_driver.c | 169 +----
libsysfs/sysfs_utils.c | 63 +
logging.c | 14
namedev.c | 654 ++++----------------
namedev.h | 29
namedev_parse.c | 427 +++++++++++++
tdb/tdb.h | 5
test/label_test | 30
test/label_test.config | 3
test/modifier_test | 22
test/modifier_test.config | 3
test/replace_test | 23
test/replace_test.config | 3
test/test.all | 41 +
test/test.block | 2
test/test.tty | 2
test/topo_test | 22
test/topo_test.config | 3
test/udev-test.pl | 100 ++-
test/udev.permissions | 2
udev-add.c | 22
udev-remove.c | 8
udev.8 | 132 +++-
udev.c | 69 --
udev.conf | 23
udev.config | 40 -
udev.config.demo | 9
udev.h | 17
udev.rules | 49 +
udev.rules.demo | 9
udev.spec | 8
udev_config.c | 169 +++++
udevdb.c | 14
udevdb.h | 6
85 files changed, 2765 insertions(+), 1329 deletions(-)
---
More information about the systemd-commits
mailing list