commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-420-g45afcc68


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-420-g45afcc68
Date: Sat, 3 Dec 2022 14:20:25 -0500 (EST)

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 "GNU Mach".

The branch, master has been updated
       via  45afcc68979b700bdef1dc0e27ba79e0822b1c18 (commit)
      from  9518a5e29e6774fb66821140c916522abb985eaf (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 45afcc68979b700bdef1dc0e27ba79e0822b1c18
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 3 20:18:36 2022 +0100

    task: Add task_set_essential
    
    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 let Hurd's startup tell the kernel which tasks are essential, and
    trigger the debugger whenever they crash.

-----------------------------------------------------------------------

Summary of changes:
 doc/mach.texi             | 11 +++++++++++
 i386/i386/trap.c          |  5 +++--
 include/mach/gnumach.defs |  8 ++++++++
 kern/task.c               | 16 ++++++++++++++++
 kern/task.h               |  3 ++-
 5 files changed, 40 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]