1
0
Fork 0
mirror of git://git.skarnet.org/mdevd synced 2026-02-27 14:04:13 +00:00
No description
  • C 83%
  • Makefile 10.5%
  • Shell 6.5%
Find a file
2026-01-24 20:15:29 +00:00
doc Prepare for 0.1.8.1; save/restore errno in safe wrappers 2026-01-01 13:59:02 +00:00
examples version: 0.1.6.5 2024-10-09 14:28:58 +00:00
package Prepare for 0.1.8.1; save/restore errno in safe wrappers 2026-01-01 13:59:02 +00:00
src/mdevd Prepare for 0.1.8.1; save/restore errno in safe wrappers 2026-01-01 13:59:02 +00:00
tools fix gen-deps.sh 2025-10-26 10:50:38 +00:00
.gitignore Move to new system 2025-04-28 05:53:53 +00:00
AUTHORS Move Alyssa to contributors list 2025-11-06 16:28:36 +00:00
configure Correctly use pthread_lib sysdep 2025-05-29 19:26:28 +00:00
CONTRIBUTING Prepare for 1.0.4.1 2021-08-10 17:40:08 +00:00
COPYING Prepare for 0.1.8.1; save/restore errno in safe wrappers 2026-01-01 13:59:02 +00:00
DCO Prepare for 1.0.4.1 2021-08-10 17:40:08 +00:00
INSTALL Prepare for 0.1.8.1; save/restore errno in safe wrappers 2026-01-01 13:59:02 +00:00
Makefile version: 0.1.8.1 2026-01-24 20:15:29 +00:00
NEWS Move Alyssa to contributors list 2025-11-06 16:28:36 +00:00
README version: 0.1.8.1 2026-01-24 20:15:29 +00:00

mdevd - a mdev-compatible hotplug manager daemon
------------------------------------------------

 mdevd is a 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 as a hotplug manager and the kernel forks
an instance of mdev for every event; by contrast, mdevd is a daemon
listening to the netlink, and does not fork.

 See https://skarnet.org/software/mdevd/ for details.


* Installation
  ------------

 See the INSTALL file.


* Contact information
  -------------------

 Laurent Bercot <ska-skaware at skarnet.org>

 Please use the <skaware at list.skarnet.org> mailing-list for
questions about mdevd.