[Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Hi again, I would like to remind of the following three patches: * rtdm-excl-dev.patch - RTDM fix for bug in opening of exclusive devices (both 2.0 and 2.1) * rtdm-nrt-close.patch - don't permit RTDM devices without NRT closure handlers * maxlat_proc.patch - export NMI watchdog

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Jan Kiszka wrote: ... Moreover, here are two minor fixes: * accuracy.patch - add missing define to let this posix demo compile Forget about this one. I oversaw the way SPERIOD is passed in the original Makefile while compiling accuracy.c by hand. Jan signature.asc Description: OpenPGP

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Stefan Kisdaroczi
Hi Jan, Am Montag, 2. Januar 2006 14.36 schrieb Jan Kiszka: * rtdm-license.patch - add missing COPYING files to RTDM skin and lib (or go for just a single file for ksrc/skins and src/skins if this is applicable) The COPYING file in your patch contains the GPL license. Should'nt it be

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Stefan Kisdaroczi wrote: Hi Jan, Am Montag, 2. Januar 2006 14.36 schrieb Jan Kiszka: * rtdm-license.patch - add missing COPYING files to RTDM skin and lib (or go for just a single file for ksrc/skins and src/skins if this is applicable) The COPYING file in your patch contains the

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Philippe Gerum
Jan Kiszka wrote: Hi again, I would like to remind of the following three patches: * rtdm-excl-dev.patch - RTDM fix for bug in opening of exclusive devices (both 2.0 and 2.1) Merged. * rtdm-nrt-close.patch - don't permit RTDM devices without NRT closure handlers Merged. *

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Philippe Gerum wrote: * maxlat_proc.patch - export NMI watchdog threshold via /proc, trigger trace freezing instead of die_nmi() if CONFIG_IPIPE_TRACE is enabled Merged. Gilles pointed out that ipipe_trace_freeze() is not NMI-save. After sorting my private patch chaos, I'm going to

[Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Hi again, I would like to remind of the following three patches: * rtdm-excl-dev.patch - RTDM fix for bug in opening of exclusive devices (both 2.0 and 2.1) * rtdm-nrt-close.patch - don't permit RTDM devices without NRT closure handlers * maxlat_proc.patch - export NMI watchdog

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Jan Kiszka wrote: ... Moreover, here are two minor fixes: * accuracy.patch - add missing define to let this posix demo compile Forget about this one. I oversaw the way SPERIOD is passed in the original Makefile while compiling accuracy.c by hand. Jan signature.asc Description: OpenPGP

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Stefan Kisdaroczi
Hi Jan, Am Montag, 2. Januar 2006 14.36 schrieb Jan Kiszka: * rtdm-license.patch - add missing COPYING files to RTDM skin and lib (or go for just a single file for ksrc/skins and src/skins if this is applicable) The COPYING file in your patch contains the GPL license. Should'nt it be

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Stefan Kisdaroczi wrote: Hi Jan, Am Montag, 2. Januar 2006 14.36 schrieb Jan Kiszka: * rtdm-license.patch - add missing COPYING files to RTDM skin and lib (or go for just a single file for ksrc/skins and src/skins if this is applicable) The COPYING file in your patch contains the

Re: [Xenomai-core] [PATCHES] various fixes

2006-01-02 Thread Jan Kiszka
Philippe Gerum wrote: * maxlat_proc.patch - export NMI watchdog threshold via /proc, trigger trace freezing instead of die_nmi() if CONFIG_IPIPE_TRACE is enabled Merged. Gilles pointed out that ipipe_trace_freeze() is not NMI-save. After sorting my private patch chaos, I'm going to