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.4-166-g5c40323


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-166-g5c40323
Date: Sun, 24 Nov 2013 21:57:43 +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  5c4032339c996c9150c25e083adab547bc4d5fdc (commit)
       via  a40ba17874eb44c206218223df338a3d9f8704f9 (commit)
       via  47942d8e24b2764985da0ac6334f2f8ac8bea9ed (commit)
       via  16e5483d9e23593cb1e7f348301a63c6cdfdfe86 (commit)
       via  8a0a0b374ce862fb784b5b56c2b9f8f4006242fd (commit)
       via  8c2e432aabda338af98d3fc6dbb21156108c58ae (commit)
       via  9d6d964bad51968375b88e7b0bf56b4361801667 (commit)
       via  db7bae79dedbbc06bf268d0a01785d52eab3876f (commit)
      from  49b56cb94bd76e304129de71f53a6f7a5cfabed3 (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 5c4032339c996c9150c25e083adab547bc4d5fdc
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 24 22:57:16 2013 +0100

    Drop spurious volatile qualifier
    
    * kern/processor.h (processor_doshutdown): Drop spurious volatile qualifier.

commit a40ba17874eb44c206218223df338a3d9f8704f9
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:30 2013 +0100

    kern: move forward declarations into a header file
    
    * kern/machine.c (processor_doaction, processor_doshutdown): Remove forward 
declarations.
    * kern/processor.h (processor_doaction, processor_doshutdown): Add 
prototypes.

commit 47942d8e24b2764985da0ac6334f2f8ac8bea9ed
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:29 2013 +0100

    kern: move forward declaration into a header file
    
    * kern/eventcount.c [NCPUS] (simpler_thread_setrun): Remove forward 
declaration.
    * kern/eventcount.h [NCPUS] (simpler_thread_setrun): Add prototype.

commit 16e5483d9e23593cb1e7f348301a63c6cdfdfe86
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:28 2013 +0100

    kern: move forward declaration into a header file
    
    * kern/timer.c (timer_init): Remove forward declaration.
    * kern/timer.h (timer_init): Add prototype.

commit 8a0a0b374ce862fb784b5b56c2b9f8f4006242fd
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:27 2013 +0100

    kern: move forward declaration into a header file
    
    * kern/mach_clock.c (softclock): Remove forward declaration.
    * kern/timer.h (softclock): Add prototype.

commit 8c2e432aabda338af98d3fc6dbb21156108c58ae
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:26 2013 +0100

    kern: move forward declarations into a header file
    
    * kern/thread.c [MACH_DEBUG] (stack_init, stack_finalize): Remove forward 
declarations.
    * kern/thread.h [MACH_DEBUG] (stack_init, stack_finalize): Add prototypes.

commit 9d6d964bad51968375b88e7b0bf56b4361801667
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:25 2013 +0100

    vm: move forward declarations into a header file
    
    * vm/vm_map.c (vm_map_delete, vm_map_copyout_page_list, 
vm_map_copy_page_discard, vm_map_lookup_entry): Remove forward declarations.
    * vm/vm_map.h (vm_map_delete, vm_map_copyout_page_list, 
vm_map_copy_page_discard, vm_map_lookup_entry): Add prototypes.

commit db7bae79dedbbc06bf268d0a01785d52eab3876f
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 23 15:29:24 2013 +0100

    vm: move forward declarations into a header file
    
    * vm/vm_object.c (memory_object_release, vm_object_deactivate_pages, 
vm_object_copy_delayed): Remove forward declarations.
    * vm/vm_object.h (memory_object_release, vm_object_deactivate_pages, 
vm_object_copy_delayed): Add prototypes.

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

Summary of changes:
 kern/eventcount.c |    7 -------
 kern/eventcount.h |    6 ++++++
 kern/mach_clock.c |    2 --
 kern/machine.c    |    7 -------
 kern/processor.h  |    4 ++++
 kern/thread.c     |    3 ---
 kern/thread.h     |    5 +++++
 kern/timer.c      |    2 --
 kern/timer.h      |    4 ++++
 vm/vm_map.c       |   16 ----------------
 vm/vm_map.h       |   17 +++++++++++++++++
 vm/vm_object.c    |   10 ----------
 vm/vm_object.h    |   10 ++++++++++
 13 files changed, 46 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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