[Xenomai-core] [PATCH 5/7] posix: Userspace hostrt reading without switching to kernel mode

2010-07-08 Thread Wolfgang Mauerer
From: Wolfgang Mauerer (none) wolfg...@dirichlet We can do this since the data are on the shared semaphore heap. The basis data structure is placed so that it is accessible from both the Linux kernel and Xenomai kernel/userland. This also requires to make the structure work with both kernel and

[Xenomai-core] [PATCH 1/7] nucleus: Spelling fix for check-vdso.c

2010-07-08 Thread Wolfgang Mauerer
Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- src/testsuite/unit/check-vdso.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/testsuite/unit/check-vdso.c b/src/testsuite/unit/check-vdso.c index

[Xenomai-core] [PATCH 4/7] posix: Support reading the host realtime clock in realtime context

2010-07-08 Thread Wolfgang Mauerer
Wall time management is typically assisted by the NTP protocol in the Linux context, but this information is not propagated to Xenomai. This patch adds support for a CLOCK_HOST_REALTIME clock id that is coupled to the host operating system's realtime clock. The required information from the Kernel

[Xenomai-core] [PATCH 2/7] nucleus: Add userland cpu_relax() definition for x86

2010-07-08 Thread Wolfgang Mauerer
Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- include/asm-x86/atomic.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/asm-x86/atomic.h b/include/asm-x86/atomic.h index bb3ce46..16bc990 100644

[Xenomai-core] [PATCH v2 0/7] Host realtime clock support

2010-07-08 Thread Wolfgang Mauerer
(This is the Xenomai part of the mechanism, please see the ipipe mailing list for the patches that provide the required basis infrastructure) This patch series extends Xenomai with a new clock, CLOCK_HOST_REALTIME. It allows for sharing NTP-corrected real time timestamps between Linux/ipipe

[Xenomai-core] [PATCH 7/7] Update clocktest for CLOCK_HOST_REALTIME

2010-07-08 Thread Wolfgang Mauerer
Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- src/testsuite/clocktest/clocktest.c | 64 --- 1 files changed, 59 insertions(+), 5 deletions(-) diff --git a/src/testsuite/clocktest/clocktest.c

[Xenomai-core] [PATCH 6/7] Convert clocktest to Xenomai indentation style

2010-07-08 Thread Wolfgang Mauerer
Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com --- src/testsuite/clocktest/clocktest.c | 292 +- 1 files changed, 146 insertions(+), 146 deletions(-) diff --git a/src/testsuite/clocktest/clocktest.c b/src/testsuite/clocktest/clocktest.c index