All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Xenomai core <Xenomai-core@domain.hid>
Subject: [Xenomai-core] [pull request] assorted backports for the 2.4 branch.
Date: Sat, 05 Dec 2009 01:23:17 +0100	[thread overview]
Message-ID: <4B19A7F5.80708@domain.hid> (raw)

The following changes since commit 0b6b63885e91bd18c0aa31c935a0a1a5d44ef152:
  Philippe Gerum (1):
        blackfin: fix all syscall templates

are available in the git repository at:

  git+ssh://git.xenomai.org/xenomai-gch.git for-2.4

Gilles Chanteperdrix (5):
      posix: fix pthread_cond_wait syscall signals handling
      posix: fix __wrap_pthread_cond_wait for better handling of signals and error conditions
      posix: mark nanosleep as non restartable
      nucleus: defer selector block deletion to an APC.
      native: increase user-space native skin default stack size.

Peter Soetens (2):
      nucleus: move posix selector in nucleus for every skin to use.
      posix: Fix __wrap_select() when timeout happens.

 include/nucleus/select.h   |    5 +++
 include/nucleus/thread.h   |    4 +++
 ksrc/nucleus/module.c      |   19 +++++++++++--
 ksrc/nucleus/pod.c         |    8 +++++
 ksrc/nucleus/select.c      |   64 ++++++++++++++++++++++++++++++++++++-------
 ksrc/nucleus/shadow.c      |    2 +-
 ksrc/nucleus/thread.c      |    3 ++
 ksrc/skins/posix/syscall.c |   21 +++-----------
 ksrc/skins/posix/thread.c  |    7 -----
 ksrc/skins/posix/thread.h  |    4 ---
 src/skins/native/task.c    |    2 +
 src/skins/posix/cond.c     |   31 ++++++++++++++++-----
 src/skins/posix/select.c   |    2 +-
 13 files changed, 121 insertions(+), 51 deletions(-)

-- 
					    Gilles.


                 reply	other threads:[~2009-12-05  0:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B19A7F5.80708@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=Xenomai-core@domain.hid \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.