This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 53351d0e35568ad4c0a908942b483c85479a3fba (commit)
via e936af86df5ab09b1dead81a31d5ceb7c01576dd (commit)
from 9e943599f1b16cc7c60628c504f082f7de6c6449 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 53351d0e35568ad4c0a908942b483c85479a3fba
Author: Damien Zammit via Bug reports for the GNU Hurd <[email protected]>
Date: Sun Nov 10 08:42:08 2024 +0000
shutdown: Try mach device acpi before /servers/acpi
Since libmachdev cannot currently serve netfs as well as trivfs on a
path, we need to allow connecting to the bootstrapped acpi server
to shut down the machine.
Message-ID: <[email protected]>
commit e936af86df5ab09b1dead81a31d5ceb7c01576dd
Author: Damien Zammit via Bug reports for the GNU Hurd <[email protected]>
Date: Sun Nov 10 08:42:02 2024 +0000
acpi, libmachdev: Add _forever variant of trivfs server loop
The acpi server needs to survive after the shutdown notification,
so it can serve S_acpi_sleep() RPC to actually shut down the machine.
Therefore we need to keep the server alive and not respond to the
trivfs goaway request.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
acpi/main.c | 4 ++--
libmachdev/machdev.h | 1 +
libmachdev/trivfs_server.c | 13 +++++++++++++
shutdown/shutdown.c | 22 +++++++++++++++++++++-
4 files changed, 37 insertions(+), 3 deletions(-)
hooks/post-receive
--
Hurd