From 32759d402e7327865ea18a203bd1c09f98735bd1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 22 Oct 2017 17:09:25 +0000 Subject: Initial commit --- doc/index.html | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..91c01d3 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,115 @@ + + + + + + mdevd - A mdev-compatible Linux hotplug manager daemon + + + + + + +

+Software
+skarnet.org +

+ +

mdevd

+ +

What is it ?

+ +

+ mdevd is a small daemon managing kernel hotplug events, similarly to udevd. +

+ +

+ It uses the same configuration file as +mdev, +which is a hotplug manager integrated in the +Busybox suite of tools. +However, mdev needs to be registered in +/proc/sys/kernel/hotplug, and the kernel forks +an instance of mdev for every event; by contrast, mdevd is a daemon +and does not fork. +

+ +

+ The point of mdevd is to provide a drop-in replacement to mdev +that does not fork, so it can handle large influxes of events +at boot time without a performance drop. mdevd is designed to be +entirely compatible with advanced mdev usage such as +mdev-like-a-boss. +

+ +
+ +

Installation

+ +

Requirements

+ + + +

Licensing

+ +

+ mdevd is free software. It is available under the +ISC license. +

+ +

Download

+ + + +

Compilation

+ + + +

Upgrade notes

+ + + +
+ +

Reference

+ +

Commands

+ + + +

Related resources

+ + + + + -- cgit v1.2.3