From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <538B5F2C.9030608@xenomai.org> Date: Sun, 01 Jun 2014 19:13:16 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Xenomai] Please pull from xenomai-gch.git List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: Xenomai The following changes since commit c00754093d283247695356d416608daab0979786: cobalt/rtdm/mutex: add fast locking support (2014-05-29 21:33:12 +0200) are available in the git repository at: git://git.xenomai.org/xenomai-gch.git for-forge for you to fetch changes up to db641276a3c238d1aa30097626e36d698844c679: regression: add clock_settime test (2014-06-01 19:05:24 +0200) ---------------------------------------------------------------- Gilles Chanteperdrix (3): cobalt/sched: fix compilation without SCHED_QUOTA cobalt/timers: avoid periodic timer drift regression: add clock_settime test include/cobalt/kernel/timer.h | 60 ++++++--- kernel/cobalt/clock.c | 37 +++--- kernel/cobalt/posix/sched.c | 6 +- kernel/cobalt/posix/sched.h | 2 + kernel/cobalt/posix/timer.c | 6 +- kernel/cobalt/posix/timerfd.c | 2 +- kernel/cobalt/thread.c | 2 +- kernel/cobalt/timer.c | 44 ++----- testsuite/regression/posix/Makefile.am | 1 + testsuite/regression/posix/clock_settime.c | 224 ++++++++++++++++++++++++++++++++ 10 files changed, 317 insertions(+), 67 deletions(-) create mode 100644 testsuite/regression/posix/clock_settime.c -- Gilles.