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-611-g4096bd9d


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-611-g4096bd9d
Date: Sun, 2 Apr 2023 18:45:06 -0400 (EDT)

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  4096bd9d9cbdbac9b1bfce99a393295f63a88cc5 (commit)
      from  f9b1676d4526ce89e6c6d41d8caf5759007d8c75 (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 4096bd9d9cbdbac9b1bfce99a393295f63a88cc5
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Sun Mar 19 18:09:46 2023 +0300

    Make exception subcode a long
    
    On EXC_BAD_ACCESS, exception subcode is used to pass the faulting memory
    address, so it needs to be (at least) pointer-sized. Thus, make it into
    a long.
    
    This requires matching changes in glibc and the Hurd.
    Message-Id: <20230319151017.531737-4-bugaevc@gmail.com>

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

Summary of changes:
 doc/mach.texi         |  4 ++--
 i386/i386/trap.c      |  2 +-
 i386/i386/trap.h      |  2 +-
 include/mach/exc.defs |  2 +-
 kern/exception.c      | 40 ++++++++++++++++++++++++++++------------
 kern/exception.h      |  6 +++---
 kern/thread.h         |  2 +-
 7 files changed, 37 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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