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.8-11-g25f2270


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-11-g25f2270
Date: Sat, 4 Mar 2017 17:12:46 -0500 (EST)

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  25f22702f153d62b55cb276152ba5ea935023e6e (commit)
      from  dc5486ba8801625069fc6172b03e897612f42a90 (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 25f22702f153d62b55cb276152ba5ea935023e6e
Author: Agustina Arzille <address@hidden>
Date:   Wed Feb 1 12:32:52 2017 -0300

    Implement basic sleeping locks for gnumach
    
    * kern/atomic.h: New file.
    * kern/kmutex.h: New file.
    * kern/kmutex.c: New file.
    * Makefrag.am (libkernel_a_SOURCES): Add atomic.h, kmutex.h, kmutex.c.
    * kern/sched_prim.h (thread_wakeup_prim): Make it return boolean_t.
    * kern/sched_prim.c (thread_wakeup_prim): Return TRUE if we woke a
    thread, and FALSE otherwise.

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

Summary of changes:
 Makefrag.am       |  3 +++
 kern/atomic.h     | 54 +++++++++++++++++++++++++++++++++++++++
 kern/kmutex.c     | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 kern/kmutex.h     | 52 +++++++++++++++++++++++++++++++++++++
 kern/sched_prim.c |  5 +++-
 kern/sched_prim.h |  2 +-
 6 files changed, 190 insertions(+), 2 deletions(-)
 create mode 100644 kern/atomic.h
 create mode 100644 kern/kmutex.c
 create mode 100644 kern/kmutex.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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