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-239-g0650a4e


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-239-g0650a4e
Date: Sat, 19 Dec 2020 20:39:31 -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  0650a4ee30e34ba039940032fdff3719c1b4b000 (commit)
      from  3c0b306d01a95e17579d938d8e9e8c527c251a4a (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 0650a4ee30e34ba039940032fdff3719c1b4b000
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 20 01:41:55 2020 +0100

    vm_map: Fix taking into account high bits in mask
    
    glibc's sysdeps/mach/hurd/dl-sysdep.c has been wanting to use this for
    decades.
    
    * include/string.h (ffs): New declaration.
    * vm/vm_map.c: Include <string.h>.
    (vm_map_find_entry_anywhere): Separate out high bits from mask, to
    compute the maximum offset instead of map->max_offset.
    * doc/mach.texi (vm_map): Update documentation accordingly.

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

Summary of changes:
 doc/mach.texi    |  4 ++--
 include/string.h |  2 ++
 vm/vm_map.c      | 31 +++++++++++++++++++++++++++++--
 3 files changed, 33 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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