commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-467-g94b2c45


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.5-467-g94b2c45
Date: Sun, 09 Nov 2014 21:33:48 +0000

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  94b2c453829b3aebdaccf7d3d252136b283002b3 (commit)
      from  9480792609c779516ac465ac5a038101032be77d (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 94b2c453829b3aebdaccf7d3d252136b283002b3
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 9 22:31:21 2014 +0100

    Deal with odd kernel behavior
    
    Some versions of gnumach actually take address as a mapping hint, and would 
fail
    if the hint is bogus.  Make sure to pass 0 for those versions.
    
    * console/pager.c (user_pager_create): Make sure to set *user to 0 before
    calling vm_map.
    * libdiskfs/disk-pager.c (diskfs_start_disk_pager): Make sure to set *image 
to 0
    before calling vm_map.
    * libpager/pager-memcpy.c (pager_memcpy): Set window to 0 before calling
    vm_map.
    * tmpfs/node.c (diskfs_get_filemap): Make sure to set np->dn->u.reg.memref 
to 0
    before calling vm_map.

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

Summary of changes:
 console/pager.c         |    1 +
 libdiskfs/disk-pager.c  |    1 +
 libpager/pager-memcpy.c |    2 +-
 tmpfs/node.c            |    1 +
 4 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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