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-688-g8038791a


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-688-g8038791a
Date: Sat, 12 Aug 2023 07:02:47 -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  8038791ac9a43ffdc0083455bf01ac6b719e0bcf (commit)
       via  811c81eef4f168cdbc960c381711a4bff69305f0 (commit)
       via  f768b6524fa5e5872ca7b4002d346aae1d6bcaf6 (commit)
       via  17ab219b4888997dd29a6ea832c36474bf3a7b5b (commit)
       via  f753d1d50f0cd478b0980b60d1392f12e93788b6 (commit)
       via  c12d46e09a9600f71d87be4c037b3eaad2e995f6 (commit)
      from  5897901d6ee40427f76997c82c7fd64789a6ef7f (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 8038791ac9a43ffdc0083455bf01ac6b719e0bcf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 12 12:56:04 2023 +0200

    x86_64: Fix loading ELF symbols

commit 811c81eef4f168cdbc960c381711a4bff69305f0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 12 12:48:29 2023 +0200

    elf64: Update names
    
    Apparently the ELF world changed their mind on the naming of integers,
    let's get coherent with it.
    
    Elf64_Quarter (16b) disappeared, replaced by Elf64_Half (now 16b instead of
    Elf64_32b). And previous Elf64_Half (16b) thus now need to be Elf64_Word
    (16b).

commit f768b6524fa5e5872ca7b4002d346aae1d6bcaf6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 12 01:22:58 2023 +0200

    lock: Add more sanity checks

commit 17ab219b4888997dd29a6ea832c36474bf3a7b5b
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Aug 11 22:26:48 2023 +0200

    model_dep: drop duplicate declaration

commit f753d1d50f0cd478b0980b60d1392f12e93788b6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Aug 11 12:37:51 2023 +0200

    lock: Reset l->writer also for read-write upgradees which are done

commit c12d46e09a9600f71d87be4c037b3eaad2e995f6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Aug 11 12:37:38 2023 +0200

    lock: Fix building with MACH_LDEBUG but NCPUS==1

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

Summary of changes:
 ddb/db_elf.c                      | 26 ++++++++---------
 i386/i386at/model_dep.c           |  4 ---
 i386/include/mach/i386/exec/elf.h |  3 +-
 include/mach/exec/elf.h           | 60 +++++++++++++++++++++++++++++----------
 kern/lock.c                       | 10 +++++--
 kern/lock.h                       |  2 +-
 xen/public/elfstructs.h           | 45 ++++++++++++++---------------
 7 files changed, 90 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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