commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, mplaneta/gsoc12/working, updated. d75d876906443c2


From: Maksym Planeta
Subject: [SCM] GNU Mach branch, mplaneta/gsoc12/working, updated. d75d876906443c2d69c3a4dafca67e5ca5d1ecf8
Date: Sat, 30 Jun 2012 23:46:01 +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, mplaneta/gsoc12/working has been updated
       via  d75d876906443c2d69c3a4dafca67e5ca5d1ecf8 (commit)
       via  832818b78d5853258b23e3bdbd6c9360124382fd (commit)
       via  554e74f8aa04f1b2bdaa75b621894aaa95029320 (commit)
       via  6d99dcdb232a34ef3dd0f9ed7d03421e2f920c42 (commit)
      from  f24d495a0234fb9d2219f4dd6320e1a8bad9a137 (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 d75d876906443c2d69c3a4dafca67e5ca5d1ecf8
Author: Maksym Planeta <address@hidden>
Date:   Tue Jun 26 12:39:02 2012 +0300

    Update variable include_mach_HEADERS

commit 832818b78d5853258b23e3bdbd6c9360124382fd
Author: Maksym Planeta <address@hidden>
Date:   Mon Jun 25 12:19:50 2012 +0300

    Add the simpliest page fault policy.

commit 554e74f8aa04f1b2bdaa75b621894aaa95029320
Author: Maksym Planeta <address@hidden>
Date:   Mon Jun 25 10:43:11 2012 +0300

    Add map_entry to vm_fault_page prototype.

commit 6d99dcdb232a34ef3dd0f9ed7d03421e2f920c42
Author: Maksym Planeta <address@hidden>
Date:   Sat Jun 23 00:37:28 2012 +0300

    Add vm_advice and stuff.

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

Summary of changes:
 Makefrag.am                  |    1 +
 i386/intel/read_fault.c      |    4 +-
 include/mach/mach.defs       |   14 +++++++++++-
 include/mach/mach_types.defs |    1 +
 include/mach/mach_types.h    |    1 +
 include/mach/vm_advice.h     |   45 ++++++++++++++++++++++++++++++++++++++
 kern/ipc_mig.c               |   20 +++++++++++++++++
 kern/syscall_sw.c            |    3 +-
 vm/vm_fault.c                |   32 ++++++++++++++++++--------
 vm/vm_fault.h                |    3 +-
 vm/vm_map.c                  |   49 ++++++++++++++++++++++++++++++++++++++++++
 vm/vm_map.h                  |    6 +++++
 vm/vm_object.c               |    2 +-
 vm/vm_user.c                 |   30 +++++++++++++++++++++++++
 14 files changed, 195 insertions(+), 16 deletions(-)
 create mode 100644 include/mach/vm_advice.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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