chiark / gitweb /
[PATCH] pass the whole event environment to udevd
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sat, 6 Nov 2004 13:30:15 +0000 (14:30 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:18:32 +0000 (22:18 -0700)
commit4a231017ff6e9f66a685b0d1e4e49dc46645bb40
tree59df7bd8f73b4ba0a4cca4a482ad133b334f67d5
parent04b49aab9addcc628381d187d0586c20a8c2cfad
[PATCH] pass the whole event environment to udevd

Make _all_ hotplug variables available to the forked udev,
the udev callouts and the udev dev.d/ scripts. We put the
whole environment into a buffer and send it over the udevd
socket. udevd recreates *envp[] and passes it to the exec().
udevd.c
udevd.h
udevsend.c