Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] don't call dev.d/ scripts twice, if directory = subsystem | kay.sievers@vrfy.org | |
The /etc/dev.d/input/input.dev was called twice for /dev/input/mouse. Skip the execution if we get a directory named after the subsystem. Move UDEV_NO_DEVD where it belongs. | |||
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] export udev_log flag to the environment | kay.sievers@vrfy.org | |
Forked scripts and callouts may want to follow udev's configured behavior and log only if udev is logging itself. | |||
2005-04-26 | [PATCH] disable logging for udevstart | kay.sievers@vrfy.org | |
The slow logging facilites on some systems are a reason for the reported slowness of udevstart. On one of my boxes udevstart is down from 9 second to 0.3 seconds. |