From f8499686575525bf4b8b0707eb96f608cd2d26b9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 Sep 2023 15:10:02 +0000 Subject: Update deps Signed-off-by: Laurent Bercot --- doc/index.html | 9 ++++++--- doc/upgrade.html | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 37a7457..728ae5e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -74,7 +74,10 @@ every time it receives an event (which can add up to hundreds of times at boot!) By contrast, mdevd only parses its config file when it starts - or when it is told to read it again by a SIGHUP; the event processing is streamlined, it does not involve any parsing or any kind of expensive -operation - so it is significantly faster. +operation - so it is significantly faster. Additionally, unlike mdev, +mdevd does not fork its helper scripts — it uses +posix_spawn +instead, which is a lot faster.
  • Independence from busybox: mdev is part of the busybox software. It is an advantage when busybox is also used to provide other functionality, such as @@ -99,11 +102,11 @@ and does not pull in any unnecessary code.
  • The Linux kernel must be 2.6.10 or later.
  • GNU make, version 3.81 or later
  • skalibs version -2.13.2.0 or later. It's a build-time requirement. It's also a run-time +2.14.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • Optionally: nsss -version 0.2.0.3 or later. It's a build-time and run-time requirement, if +version 0.2.0.4 or later. It's a build-time and run-time requirement, if you use the --enable-nsss option to configure; but you would only do that if you're replacing nsswitch on your whole system, and most people are not.
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index 4e41f57..2181302 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,9 @@ -- cgit v1.3.1