commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 2a6b4fc29ad57a2d9127fd4095f60238


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 2a6b4fc29ad57a2d9127fd4095f60238ba370cab
Date: Sun, 13 Jan 2013 19:27:39 +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  2a6b4fc29ad57a2d9127fd4095f60238ba370cab (commit)
       via  b47af4d4d069c12fd79e588615fa0df04bbccff7 (commit)
       via  beda83efaa45fb04f142034f61eb1ae9fe872c59 (commit)
      from  64cd914cf46ce29d032a155bde3265ff5339cc61 (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 2a6b4fc29ad57a2d9127fd4095f60238ba370cab
Merge: b47af4d 64cd914
Author: Samuel Thibault <address@hidden>
Date:   Sun Jan 13 20:22:20 2013 +0100

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach

commit b47af4d4d069c12fd79e588615fa0df04bbccff7
Author: Samuel Thibault <address@hidden>
Date:   Sun Jan 13 20:21:14 2013 +0100

    Fix task stats incrementations
    
    * vm/vm_fault.c (vm_fault_page): Properly increment
    current_task()->zero_fills and cow_faults.

commit beda83efaa45fb04f142034f61eb1ae9fe872c59
Author: David Höppner <address@hidden>
Date:   Fri Jan 4 22:43:53 2013 +0000

    Add statistics for task_events_info
    
    * ipc/ipc_mqueue.c (ipc_mqueue_send, ipc_mqueue_receive): Increment
    counters for message sent and received.
    * kern/ipc_kobject.c (ipc_kobject_server): Increment sent and received
    counters for the kernel task.
    * kern/task.c (task_create): Zero statistics.
    * kern/task.c (task_info): Add task_events_info call.
    * kern/task.h: Add statistics.
    * vm/vm_fault.c (vm_fault_page): Increment zero_fills, pageins,
    reactivations and cow_faults counters.
    * vm/vm_fault.c (vm_fault_wire_fast): Increment faults counters.
    * vm/vm_pageout.c (vm_pageout_scan): Increment reactivations counter.

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

Summary of changes:
 ipc/ipc_mqueue.c   |    4 ++++
 kern/ipc_kobject.c |   10 ++++++++--
 kern/task.c        |   31 +++++++++++++++++++++++++++++++
 kern/task.h        |    9 +++++++++
 vm/vm_fault.c      |    7 +++++++
 vm/vm_pageout.c    |    1 +
 6 files changed, 60 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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