commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 67d4e8403fe12592f99cf6fc51e4f336


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 67d4e8403fe12592f99cf6fc51e4f33684899d6b
Date: Wed, 20 Apr 2011 23:01:07 +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 "GNU Mach".

The branch, master has been updated
       via  67d4e8403fe12592f99cf6fc51e4f33684899d6b (commit)
      from  a44f51203c43bb4306a225506075740cdacaccfa (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 67d4e8403fe12592f99cf6fc51e4f33684899d6b
Author: Samuel Thibault <address@hidden>
Date:   Wed Apr 20 23:35:42 2011 +0200

    Warn once when part of the kernel is lacking memory
    
    * kern/printf.h (printf_once): New macro.
    * ipc/mach_port.c (mach_port_names, mach_port_get_set_status): Warn when
    returning KERN_RESOURCE_SHORTAGE.
    * vm/vm_kern.c: Include printf.h.
    (kmem_alloc, kmem_realloc, kmem_alloc_wired, kmem_alloc_aligned,
    kmem_alloc_pageable): Warn when failing.
    * vm/vm_resident.c (vm_page_grab_contiguous_pages): Warn when returning
    KERN_RESOURCE_SHORTAGE.

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

Summary of changes:
 ipc/mach_port.c  |    9 +++++++--
 kern/printf.h    |    9 +++++++++
 vm/vm_kern.c     |    9 ++++++++-
 vm/vm_resident.c |    2 ++
 4 files changed, 26 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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