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-473-g3a0fae3


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-473-g3a0fae3
Date: Tue, 30 Sep 2014 22:45:46 +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  3a0fae39873c9c7d73dc978888e45b87ad27d44e (commit)
       via  3166fe0edd4a5cf0d690c094f2fd06647ba380e5 (commit)
       via  dfcdc049242c9ceb75fe82c16a20149244d8abd6 (commit)
      from  dd2b22a787420e4b9d74e2778961b14f59293c91 (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 3a0fae39873c9c7d73dc978888e45b87ad27d44e
Author: Justus Winter <address@hidden>
Date:   Tue Sep 30 03:58:43 2014 +0200

    ipc: use fast modulo operation in local hash table
    
    * ipc/ipc_table.h: Document that table sizes must be powers of two.
    * ipc/ipc_hash.c (IH_LOCAL_HASH): Use fast modulo operation.

commit 3166fe0edd4a5cf0d690c094f2fd06647ba380e5
Author: Justus Winter <address@hidden>
Date:   Tue Sep 30 09:02:25 2014 +0200

    kern: silence compiler warning about uninitialized variable
    
    * kern/slab.c (kmem_cache_compute_sizes): Initialize optimal_size and
    assert that a size is selected.

commit dfcdc049242c9ceb75fe82c16a20149244d8abd6
Author: Justus Winter <address@hidden>
Date:   Tue Sep 30 09:08:55 2014 +0200

    kern: fix type of recompute_priorities
    
    * kern/sched_prim.c (recompute_priorities): Fix type.
    * kern/sched_prim.h (recompute_priorities): Likewise.

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

Summary of changes:
 ipc/ipc_hash.c    |    2 +-
 ipc/ipc_table.h   |    2 ++
 kern/sched_prim.c |    2 +-
 kern/sched_prim.h |    2 +-
 kern/slab.c       |    3 ++-
 5 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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