* [Xenomai-core] pull request
@ 2009-12-28 14:37 Gilles Chanteperdrix
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2009-12-28 14:37 UTC (permalink / raw)
To: Xenomai core
The following changes since commit e1db93a63545cb99b8f615b69aff22920fa0ee39:
Philippe Gerum (1):
blackfin: export atomic set/clear mask fns
are available in the git repository at:
git://git.xenomai.org/xenomai-gch.git for-head
Gilles Chanteperdrix (3):
analogy: comment out the definition of range_ni_M_628x_ao, which was not used
blackfin: avoid redefinition of CAN_ERR_MASK with Linux 2.6.30
nucleus: rename vdso symbols
Wolfgang Mauerer (2):
nucleus: Add support for sharing data between Xenomai kernel and userland
nucleus: Testcase for the xnvdso mechanism
include/asm-blackfin/wrappers.h | 4 +
include/asm-generic/syscall.h | 1 +
include/nucleus/Makefile.am | 3 +-
include/nucleus/xnvdso.h | 61 ++++++++++++++++++++
ksrc/drivers/analogy/national_instruments/pcimio.c | 2 +
ksrc/nucleus/module.c | 7 ++
ksrc/nucleus/shadow.c | 22 +++++++
src/testsuite/unit/Makefile.am | 15 +++++-
src/testsuite/unit/check-vdso.c | 52 +++++++++++++++++
src/testsuite/unit/runinfo.in | 1 +
10 files changed, 166 insertions(+), 2 deletions(-)
create mode 100644 include/nucleus/xnvdso.h
create mode 100644 src/testsuite/unit/check-vdso.c
--
Gilles.
^ permalink raw reply [flat|nested] 4+ messages in thread* [Xenomai-core] Pull request..
@ 2009-11-06 10:39 Gilles Chanteperdrix
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2009-11-06 10:39 UTC (permalink / raw)
To: Xenomai core
The following changes since commit 8ade06dd81c89f3938294527e86907417291ba94:
Jan Kiszka (1):
native: Properly update lockcnt on recursive call from secondary mode
are available in the git repository at:
git://git.xenomai.org/xenomai-gch.git for-head
Gilles Chanteperdrix (1):
nucleus: defer selector block deletion to an APC.
Peter Soetens (1):
nucleus: move posix selector in nucleus for every skin to use.
include/nucleus/select.h | 5 +++
include/nucleus/thread.h | 5 +++
ksrc/nucleus/module.c | 18 +++++++++--
ksrc/nucleus/pod.c | 8 +++++
ksrc/nucleus/select.c | 69 +++++++++++++++++++++++++++++++++++---------
ksrc/nucleus/thread.c | 3 ++
ksrc/skins/posix/syscall.c | 4 +-
ksrc/skins/posix/thread.c | 16 ----------
ksrc/skins/posix/thread.h | 4 --
9 files changed, 93 insertions(+), 39 deletions(-)
--
Gilles
^ permalink raw reply [flat|nested] 4+ messages in thread* [Xenomai-core] Pull request.
@ 2009-09-24 13:25 Gilles Chanteperdrix
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2009-09-24 13:25 UTC (permalink / raw)
To: Xenomai core
The following changes since commit 2d29c076e15c1e0bb2aa1fa83b132da230aeab60:
Philippe Gerum (1):
scripts: allow concurrent invocations of wrap-link.sh
are available in the git repository at:
git://git.xenomai.org/xenomai-gch.git for-head
Gilles Chanteperdrix (1):
Do not use the 2 stages build for building non-posix applications
Stephen Sinclair (1):
Copy the udev rules into rules.d if it exists.
Makefile.am | 7 ++++++-
Makefile.in | 7 ++++++-
scripts/wrap-link.sh | 50
+++++++++++++++++++++++++++-----------------------
3 files changed, 39 insertions(+), 25 deletions(-)
--
Gilles
^ permalink raw reply [flat|nested] 4+ messages in thread* [Xenomai-core] Pull request.
@ 2009-06-02 20:22 Gilles Chanteperdrix
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2009-06-02 20:22 UTC (permalink / raw)
To: Xenomai core
Hi,
here come a few fixes which were on my todo list for some time.
The following changes since commit 6c8f7c5b79b633bc1f50bbaa1d50ea3c309b3dcd:
Philippe Gerum (1):
Introduce xnarch_divrem_billion
are available in the git repository at:
git://xenomai.org/xenomai-gch.git for-head
Gilles Chanteperdrix (9):
Remove SIGSHADOW debug message
Use PIC mute routines on the ARM platform
Fix computation of heap overhead
Adapt to preemptible context switch proposed by newer I-pipe patches
Fix user-space tsc on ARM
Fix git whitespace warnings
Remove compilation warning
Fix xnarch_divrem_billion not to use rthal_ullmul.
Fix the POSIX skin to use the common time conversion.
aclocal.m4 | 6652 ++++++++++++++++++++++++++++++++++
configure | 14 +-
configure.in | 12 +-
include/asm-arm/bits/pod.h | 2 +
include/asm-generic/bits/sigshadow.h | 3 -
include/asm-generic/bits/timeconv.h | 2 +-
include/nucleus/heap.h | 28 +-
ksrc/arch/arm/Kconfig | 5 +-
ksrc/arch/arm/hal.c | 5 +-
ksrc/nucleus/heap.c | 2 +-
ksrc/skins/posix/internal.h | 9 +-
src/include/xeno_config.h.in | 6 +-
src/skins/posix/clock.c | 15 +-
13 files changed, 6709 insertions(+), 46 deletions(-)
--
Gilles.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-12-28 14:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 14:37 [Xenomai-core] pull request Gilles Chanteperdrix
-- strict thread matches above, loose matches on Subject: below --
2009-11-06 10:39 [Xenomai-core] Pull request Gilles Chanteperdrix
2009-09-24 13:25 Gilles Chanteperdrix
2009-06-02 20:22 Gilles Chanteperdrix
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.