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 c36e6bbe9366b30c5b072997698e4e78947b446f (commit) from 669b941256fbf4c5acaf4d7a2f3ce07c66e0496c (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 c36e6bbe9366b30c5b072997698e4e78947b446f Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Dec 3 20:31:03 2022 +0100 startup: Make essential tasks essential to mach Whenever a Hurd essential task crashes, startup just reboots the system since there's not much that can be done at that point. When we have a kernel debugger, however, we could at least get crashing information, so let's make Hurd's startup tell the kernel which tasks are essential, so it can trigger the debugger whenever they crash. ----------------------------------------------------------------------- Summary of changes: startup/startup.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Hurd