[systemd-commits] Changes to 'refs/tags/015'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:52 PDT 2012
Tag '015' created by at 1970-01-01 00:00 -0800
udev 015
Changes since 014:
greg at kroah.com (22):
014_bk mark
add support for figuring out which device on the sysfs "chain" the rule applies to.
remove TODO item about BUS value, as it is now done.
whitespace cleanups
udevsnd : clean up message creation logic a bit.
new testd.block script for debugging.
make udevd only have one instance running at a time
clean up compiler warnings if building using klibc.
move udevinfo into the main build and clean up the main Makefile a bit.
more makefile cleanups
move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
udevinfo doesn't need to declare main_envp
rip out command line code from udev, now that we have udevinfo.
add udevinfo to install target of Makefile
add udevinfo to udev.spec file.
added URL to spec file.
create initial version of udevinfo man page.
remove command line documentation from udev man page
add udevinfo man page to spec file.
clean up udevinfo on 'make clean'
update klibc to version 0.98
v015 release
kay.sievers at vrfy.org (6):
spilt udev into pieces
udev - udevinfo with device chain walk
fix udevd exec
udev - next round of udev event order daemon
udevd - cleanup and better timeout handling
udevinfo - now a real program :)
mbuesch at freenet.de (1):
LFS init script update
---
ChangeLog | 38 ++
Makefile | 65 +++-
TODO | 5
etc/init.d/udev.init.lfs | 100 +++----
extras/udevinfo/Makefile | 14 -
extras/udevinfo/udevinfo.c | 132 ---------
klibc/klibc/SYSCALLS | 8
klibc/klibc/arch/i386/include/sys/io.h | 126 +++++++++
klibc/klibc/arch/i386/include/sys/vm86.h | 41 +++
klibc/klibc/arch/x86_64/include/sys/io.h | 126 +++++++++
klibc/klibc/fopen.c | 12
klibc/klibc/include/stdio.h | 11
klibc/klibc/include/unistd.h | 1
klibc/klibc/makeerrlist.pl | 2
klibc/klibc/syscommon.h | 4
klibc/version | 2
namedev.c | 113 ++++----
namedev.h | 4
namedev_parse.c | 39 --
test/testd.block | 36 ++
test/udev-test.pl | 9
test/udevd_test.sh | 52 +++
udev.8 | 38 --
udev.c | 233 -----------------
udev.h | 1
udev.spec | 11
udev_config.c | 39 ++
udevd.c | 277 ++++++++++++++++++++
udevd.h | 43 +++
udevinfo.8 | 52 +++
udevinfo.c | 422 +++++++++++++++++++++++++++++++
udevsend.c | 187 +++++++++++++
32 files changed, 1661 insertions(+), 582 deletions(-)
---
More information about the systemd-commits
mailing list