[Xenomai-git] Philippe Gerum : asm-generic: use irq_to_desc() when available

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: master
Commit: cb265cd43c2622d7442ac0d9e99d980570b1b95a
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=cb265cd43c2622d7442ac0d9e99d980570b1b95a

Author: Philippe Gerum r...@xenomai.org
Date:   Wed Feb  3 13:56:37 2010 +0100

asm-generic: use irq_to_desc() when available

Directly referring to irq_desc[] may not be valid, depending on the
architecture and/or particular configuration switches
(e.g. x86/CONFIG_SPARSE_IRQ, or 2.6.33 as a whole).  Use the
irq_to_desc() accessor instead, starting from 2.6.32.

---

 include/asm-generic/wrappers.h |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/asm-generic/wrappers.h b/include/asm-generic/wrappers.h
index dbdd6b1..15d9837 100644
--- a/include/asm-generic/wrappers.h
+++ b/include/asm-generic/wrappers.h
@@ -559,14 +559,18 @@ static inline void wrap_proc_dir_entry_owner(struct 
proc_dir_entry *entry)
 #endif /* LINUX_VERSION_CODE  KERNEL_VERSION(2,6,30) */
 #endif /* CONFIG_PROC_FS */
 
-#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,33)
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,32)
 #define rthal_irq_descp(irq)   (irq_desc + (irq))
+#else /* LINUX_VERSION_CODE = KERNEL_VERSION(2,6,32) */
+#define rthal_irq_descp(irq)   irq_to_desc(irq)
+#endif /* LINUX_VERSION_CODE = KERNEL_VERSION(2,6,32) */
+
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,33)
 #define rthal_irqdesc_lock(irq, flags) \
spin_lock_irqsave(rthal_irq_descp(irq)-lock, flags)
 #define rthal_irqdesc_unlock(irq, flags)   \
spin_unlock_irqrestore(rthal_irq_descp(irq)-lock, flags)
 #else /* LINUX_VERSION_CODE = KERNEL_VERSION(2,6,33) */
-#define rthal_irq_descp(irq)   irq_to_desc(irq)
 #define rthal_irqdesc_lock(irq, flags) \
raw_spin_lock_irqsave(rthal_irq_descp(irq)-lock, flags)
 #define rthal_irqdesc_unlock(irq, flags)   \


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Gilles Chanteperdrix : Merge commit 'rpm'

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: master
Commit: ac1f1eca699bc27c21c899c3dcfcbd69fab8bf21
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=ac1f1eca699bc27c21c899c3dcfcbd69fab8bf21

Author: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org
Date:   Wed Feb  3 16:38:14 2010 +0100

Merge commit 'rpm'

---




___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.1
Commit: e6e4cbec2b48b847ea8ff41e7e253b2665bcc60c
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=e6e4cbec2b48b847ea8ff41e7e253b2665bcc60c

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Mar 12 17:12:27 2006 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b83c709..f3445eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-03-12  Philippe Gerum  r...@xenomai.org
 
+   * RELEASE: Xenomai 2.1 (Champagne)
+
+2006-03-12  Philippe Gerum  r...@xenomai.org
+
* include/asm-i386/wrappers.h (wrap_switch_iobitmap): Set bitmap
new owner as required.
 


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.1-rc3
Commit: 0a28c2a63c6b0b1b3a519c6996834a42c94d9821
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=0a28c2a63c6b0b1b3a519c6996834a42c94d9821

Author: Philippe Gerum r...@xenomai.org
Date:   Mon Feb 20 18:58:11 2006 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 72128d8..5980a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-02-20  Philippe Gerum  r...@xenomai.org
 
+   * RELEASE: Xenomai 2.1-rc3
+
+2006-02-20  Philippe Gerum  r...@xenomai.org
+
* ksrc/arch/arm/patches: Upgrade to 2.6.15-1.2-00.
 
 2006-02-19  Philippe Gerum  r...@xenomai.org


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Fix option name in build section

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.1-rc1
Commit: b724101a87af8482b709ae07fd5b6785f446ee17
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=b724101a87af8482b709ae07fd5b6785f446ee17

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Jan  1 19:10:25 2006 +

Fix option name in build section

---

 sim/README |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sim/README b/sim/README
index 08a699a..4f3db76 100644
--- a/sim/README
+++ b/sim/README
@@ -59,5 +59,5 @@ $ tar jxf $xenomai_tar
 $ cd xenomai-2.X.Y
 $ tar jxf $xenosim_tar
 $ mkdir $sim_builddir  cd $sim_builddir
-$ $xenomai_src/xenosim-X.Y.Z/configure --prefix=$sim_installdir 
--with-gcc-archive=$gcc_tarball
+$ $xenomai_src/xenosim-X.Y.Z/configure --prefix=$sim_installdir 
--with-gcc-tarball=$gcc_tarball
 $ make install


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Gilles Chanteperdrix : Rollback ipipe-08 patch

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.0
Commit: 637a090085a272013f251e900b54c20e44c317fa
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=637a090085a272013f251e900b54c20e44c317fa

Author: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org
Date:   Sun Oct 23 00:01:00 2005 +

Rollback ipipe-08 patch

---

 patch = adeos-ipipe-2.6.13-i386-1.0-07.patch} |  143 ++--
 1 files changed, 72 insertions(+), 71 deletions(-)

diff --git a/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-08.patch 
b/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-07.patch
similarity index 98%
rename from arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-08.patch
rename to arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-07.patch
index 2275585..0db23bc 100644
--- a/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-08.patch
+++ b/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-07.patch
@@ -25,7 +25,7 @@ diff -uNrp 2.6.13/include/linux/hardirq.h 
2.6.13-ipipe/include/linux/hardirq.h
  static inline void account_user_vtime(struct task_struct *tsk)
 diff -uNrp 2.6.13/include/linux/ipipe.h 2.6.13-ipipe/include/linux/ipipe.h
 --- 2.6.13/include/linux/ipipe.h   1970-01-01 01:00:00.0 +0100
-+++ 2.6.13-ipipe/include/linux/ipipe.h 2005-10-19 15:04:12.0 +0200
 2.6.13-ipipe/include/linux/ipipe.h 2005-10-11 18:59:55.0 +0200
 @@ -0,0 +1,746 @@
 +/* -*- linux-c -*-
 + * include/linux/ipipe.h
@@ -150,10 +150,10 @@ diff -uNrp 2.6.13/include/linux/ipipe.h 
2.6.13-ipipe/include/linux/ipipe.h
 +  struct list_head p_link;/* Link in pipeline */
 +
 +  struct ipcpudata {
-+  unsigned long status;
-+  unsigned long irq_pending_hi;
-+  unsigned long irq_pending_lo[IPIPE_IRQ_IWORDS];
-+  unsigned char irq_hits[IPIPE_NR_IRQS];
++  volatile unsigned long status;
++  volatile unsigned long irq_pending_hi;
++  volatile unsigned long irq_pending_lo[IPIPE_IRQ_IWORDS];
++  volatile unsigned irq_hits[IPIPE_NR_IRQS];
 +  } cpudata[IPIPE_NR_CPUS];
 +
 +  struct {
@@ -329,8 +329,6 @@ diff -uNrp 2.6.13/include/linux/ipipe.h 
2.6.13-ipipe/include/linux/ipipe.h
 +
 +#ifdef CONFIG_PROC_FS
 +void ipipe_init_proc(void);
-+#else /* !CONFIG_PROC_FS */
-+#define ipipe_init_proc() do { } while(0)
 +#endif/* CONFIG_PROC_FS */
 +
 +void __ipipe_init_stage(struct ipipe_domain *ipd);
@@ -759,6 +757,8 @@ diff -uNrp 2.6.13/include/linux/ipipe.h 
2.6.13-ipipe/include/linux/ipipe.h
 +#define spin_unlock_irq_hw(lock)  spin_unlock_irq(lock)
 +#define spin_lock_irqsave_hw(lock,flags)  spin_lock_irqsave(lock, flags)
 +#define spin_unlock_irqrestore_hw(lock,flags) spin_unlock_irqrestore(lock, 
flags)
++#define local_irq_save_hw(flags)  local_irq_save(flags)
++#define local_irq_restore_hw(flags)   local_irq_restore(flags)
 +
 +#define local_irq_enable_hw_cond()do { } while(0)
 +#define local_irq_disable_hw_cond()   do { } while(0)
@@ -890,7 +890,7 @@ diff -uNrp 2.6.13/init/Kconfig 2.6.13-ipipe/init/Kconfig
  This will show up when you type uname, for example.
 diff -uNrp 2.6.13/init/main.c 2.6.13-ipipe/init/main.c
 --- 2.6.13/init/main.c 2005-08-29 01:41:01.0 +0200
-+++ 2.6.13-ipipe/init/main.c   2005-10-17 16:55:11.0 +0200
 2.6.13-ipipe/init/main.c   2005-10-11 14:12:16.0 +0200
 @@ -389,8 +389,9 @@ static void noinline rest_init(void)
 */
schedule();
@@ -914,14 +914,6 @@ diff -uNrp 2.6.13/init/main.c 2.6.13-ipipe/init/main.c
  
/*
 * HACK ALERT! This is early. We're enabling the console before
-@@ -598,6 +604,7 @@ static void __init do_basic_setup(void)
- #ifdef CONFIG_SYSCTL
-   sysctl_init();
- #endif
-+  ipipe_init_proc();
- 
-   /* Networking initialization needs a process context */ 
-   sock_init();
 diff -uNrp 2.6.13/kernel/Makefile 2.6.13-ipipe/kernel/Makefile
 --- 2.6.13/kernel/Makefile 2005-08-29 01:41:01.0 +0200
 +++ 2.6.13-ipipe/kernel/Makefile   2005-09-07 13:24:50.0 +0200
@@ -992,8 +984,8 @@ diff -uNrp 2.6.13/kernel/ipipe/Makefile 
2.6.13-ipipe/kernel/ipipe/Makefile
 +obj-$(CONFIG_IPIPE)   += core.o generic.o
 diff -uNrp 2.6.13/kernel/ipipe/core.c 2.6.13-ipipe/kernel/ipipe/core.c
 --- 2.6.13/kernel/ipipe/core.c 1970-01-01 01:00:00.0 +0100
-+++ 2.6.13-ipipe/kernel/ipipe/core.c   2005-10-17 16:51:47.0 +0200
-@@ -0,0 +1,678 @@
 2.6.13-ipipe/kernel/ipipe/core.c   2005-10-11 14:12:16.0 +0200
+@@ -0,0 +1,679 @@
 +/* -*- linux-c -*-
 + * linux/kernel/ipipe/core.c
 + *
@@ -1651,6 +1643,7 @@ diff -uNrp 2.6.13/kernel/ipipe/core.c 
2.6.13-ipipe/kernel/ipipe/core.c
 +
 +void ipipe_init_proc(void)
 +{
++
 +  ipipe_proc_root = create_proc_entry(ipipe,S_IFDIR, 0);
 +  
create_proc_read_entry(version,0444,ipipe_proc_root,__ipipe_version_info_proc,NULL);
 +  __ipipe_add_domain_proc(ipipe_root_domain);
@@ -1674,8 

[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.2-rc3
Commit: 2426689056f7094beded1ba087c60befa50ad873
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=2426689056f7094beded1ba087c60befa50ad873

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Jun 25 14:36:07 2006 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b55099c..ea40b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-06-25  Philippe Gerum  r...@xenomai.org
 
+   * RELEASE: Xenomai 2.2-rc3
+
+2006-06-25  Philippe Gerum  r...@xenomai.org
+
* ksrc/arch/blackfin/patches: Upgrade to
2.6.16-bf53x-CVS-20060625.
 


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Discard obsolete rthal_get_root_host_task call

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.1-rc4
Commit: 61b2ca41036bb5b36b9a03f67370ed13f6689d6e
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=61b2ca41036bb5b36b9a03f67370ed13f6689d6e

Author: Philippe Gerum r...@xenomai.org
Date:   Sat Mar  4 12:02:59 2006 +

Discard obsolete rthal_get_root_host_task call

---

 include/asm-arm/Makefile.in |4 ++--
 include/asm-arm/hal.h   |   16 
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/include/asm-arm/Makefile.in b/include/asm-arm/Makefile.in
index 9db0ba5..d87dd28 100644
--- a/include/asm-arm/Makefile.in
+++ b/include/asm-arm/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
diff --git a/include/asm-arm/hal.h b/include/asm-arm/hal.h
index c6d96b5..a288e4c 100644
--- a/include/asm-arm/hal.h
+++ b/include/asm-arm/hal.h
@@ -35,7 +35,8 @@
 typedef unsigned long long rthal_time_t;
 
 #if __LINUX_ARM_ARCH__  5
-static inline __attribute_const__ unsigned long ffnz (unsigned long x) {
+static inline __attribute_const__ unsigned long ffnz (unsigned long x)
+{
int r = 0;
 
if (!x)
@@ -63,7 +64,8 @@ static inline __attribute_const__ unsigned long ffnz 
(unsigned long x) {
return r;
 }
 #else
-static inline __attribute_const__ unsigned long ffnz (unsigned long ul) {
+static inline __attribute_const__ unsigned long ffnz (unsigned long ul)
+{
int __r;
__asm__(clz\t%0, %1 : =r (__r) : r(ul  (-ul)) : cc);
return 31 - __r;
@@ -87,17 +89,15 @@ extern spinlock_t irq_controller_lock;
 #define rthal_grab_control() do { } while(0)
 #define rthal_release_control()  do { } while(0)
 
-static inline unsigned long long rthal_rdtsc (void) {
+static inline unsigned long long rthal_rdtsc (void)
+{
 unsigned long long t;
 rthal_read_tsc(t);
 return t;
 }
 
-static inline struct task_struct *rthal_root_host_task (int cpuid) {
-return current;
-}
-
-static inline struct task_struct *rthal_current_host_task (int cpuid) {
+static inline struct task_struct *rthal_current_host_task (int cpuid)
+{
 return current;
 }
 


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Update version stamp

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.2-rc2
Commit: ff5634dcf63619b7d9d062952fc934006d1b6c93
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=ff5634dcf63619b7d9d062952fc934006d1b6c93

Author: Philippe Gerum r...@xenomai.org
Date:   Sat May 20 18:35:17 2006 +

Update version stamp

---

 ChangeLog |4 
 config/version|2 +-
 configure |   20 ++--
 include/nucleus/version.h |2 +-
 sim/configure |   20 ++--
 5 files changed, 26 insertions(+), 22 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dff2136..dfa9b51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-20  Philippe Gerum  r...@xenomai.org
+
+   * RELEASE: Xenomai 2.2-rc2
+
 2006-05-19  Philippe Gerum  r...@xenomai.org
 
* ksrc/arch/i386/patches: Upgrade to 2.6.1{5,6}-1.3-04.
diff --git a/config/version b/config/version
index a323c9e..40e6c8e 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-2.1.90
+2.1.91
diff --git a/configure b/configure
index 2364fae..db36284 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Xenomai 2.1.90.
+# Generated by GNU Autoconf 2.59 for Xenomai 2.1.91.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai'
 PACKAGE_TARNAME='xenomai'
-PACKAGE_VERSION='2.1.90'
-PACKAGE_STRING='Xenomai 2.1.90'
+PACKAGE_VERSION='2.1.91'
+PACKAGE_STRING='Xenomai 2.1.91'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=src/skins/native/task.c
@@ -963,7 +963,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai 2.1.90 to adapt to many kinds of systems.
+\`configure' configures Xenomai 2.1.91 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1030,7 +1030,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Xenomai 2.1.90:;;
+ short | recursive ) echo Configuration of Xenomai 2.1.91:;;
esac
   cat \_ACEOF
 
@@ -1207,7 +1207,7 @@ fi
 test -n $ac_init_help  exit 0
 if $ac_init_version; then
   cat \_ACEOF
-Xenomai configure 2.1.90
+Xenomai configure 2.1.91
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1221,7 +1221,7 @@ cat 5 _ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Xenomai $as_me 2.1.90, which was
+It was created by Xenomai $as_me 2.1.91, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4195,7 +4195,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='xenomai'
- VERSION='2.1.90'
+ VERSION='2.1.91'
 
 
 cat confdefs.h _ACEOF
@@ -22053,7 +22053,7 @@ _ASBOX
 } 5
 cat 5 _CSEOF
 
-This file was extended by Xenomai $as_me 2.1.90, which was
+This file was extended by Xenomai $as_me 2.1.91, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -22119,7 +22119,7 @@ _ACEOF
 
 cat $CONFIG_STATUS _ACEOF
 ac_cs_version=\\
-Xenomai config.status 2.1.90
+Xenomai config.status 2.1.91
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\`echo $ac_configure_args | sed 's/[\\\`\$]//g'`\\
 
diff --git a/include/nucleus/version.h b/include/nucleus/version.h
index 8a21206..c2f9f00 100644
--- a/include/nucleus/version.h
+++ b/include/nucleus/version.h
@@ -28,6 +28,6 @@
 
 #define XENO_VERSION_NAME  Engines Of Creation
 
-#define XENO_VERSION_STRING2.2-rc1
+#define XENO_VERSION_STRING2.2-rc2
 
 #endif /* _XENO_NUCLEUS_VERSION_H */
diff --git a/sim/configure b/sim/configure
index a81a908..c2dbdb2 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Xenomai simulator 2.1.90.
+# Generated by GNU Autoconf 2.59 for Xenomai simulator 2.1.91.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai simulator'
 PACKAGE_TARNAME='xenosim'
-PACKAGE_VERSION='2.1.90'
-PACKAGE_STRING='Xenomai simulator 2.1.90'
+PACKAGE_VERSION='2.1.91'
+PACKAGE_STRING='Xenomai simulator 2.1.91'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=vm/thread.cc
@@ -956,7 +956,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai simulator 2.1.90 to adapt to many kinds 

[Xenomai-git] Philippe Gerum : Set version information to v2.2-rc1

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.2-rc1
Commit: 376d1905a3464012a502a81cb0d2dfa65a6013d8
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=376d1905a3464012a502a81cb0d2dfa65a6013d8

Author: Philippe Gerum r...@xenomai.org
Date:   Tue May  9 12:03:12 2006 +

Set version information to v2.2-rc1

---

 ChangeLog  |4 
 config/version |2 +-
 configure  |   20 ++--
 sim/configure  |   20 ++--
 4 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c0af8f7..d89c8c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-05-09  Philippe Gerum  r...@xenomai.org
 
+   * RELEASE: Xenomai 2.2-rc1
+
+2006-05-09  Philippe Gerum  r...@xenomai.org
+
* ksrc/arch/arm/patches: Upgrade to 2.6.15-1.3-02.
 
* ksrc/arch/i386/patches: Upgrade to 2.6.1{5,6}-1.3-02,
diff --git a/config/version b/config/version
index fa2d855..a323c9e 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-2.1.50
+2.1.90
diff --git a/configure b/configure
index c46ba1f..2364fae 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Xenomai 2.1.50.
+# Generated by GNU Autoconf 2.59 for Xenomai 2.1.90.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai'
 PACKAGE_TARNAME='xenomai'
-PACKAGE_VERSION='2.1.50'
-PACKAGE_STRING='Xenomai 2.1.50'
+PACKAGE_VERSION='2.1.90'
+PACKAGE_STRING='Xenomai 2.1.90'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=src/skins/native/task.c
@@ -963,7 +963,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai 2.1.50 to adapt to many kinds of systems.
+\`configure' configures Xenomai 2.1.90 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1030,7 +1030,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Xenomai 2.1.50:;;
+ short | recursive ) echo Configuration of Xenomai 2.1.90:;;
esac
   cat \_ACEOF
 
@@ -1207,7 +1207,7 @@ fi
 test -n $ac_init_help  exit 0
 if $ac_init_version; then
   cat \_ACEOF
-Xenomai configure 2.1.50
+Xenomai configure 2.1.90
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1221,7 +1221,7 @@ cat 5 _ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Xenomai $as_me 2.1.50, which was
+It was created by Xenomai $as_me 2.1.90, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4195,7 +4195,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='xenomai'
- VERSION='2.1.50'
+ VERSION='2.1.90'
 
 
 cat confdefs.h _ACEOF
@@ -22053,7 +22053,7 @@ _ASBOX
 } 5
 cat 5 _CSEOF
 
-This file was extended by Xenomai $as_me 2.1.50, which was
+This file was extended by Xenomai $as_me 2.1.90, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -22119,7 +22119,7 @@ _ACEOF
 
 cat $CONFIG_STATUS _ACEOF
 ac_cs_version=\\
-Xenomai config.status 2.1.50
+Xenomai config.status 2.1.90
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\`echo $ac_configure_args | sed 's/[\\\`\$]//g'`\\
 
diff --git a/sim/configure b/sim/configure
index 4e8286b..a81a908 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Xenomai simulator 2.1.50.
+# Generated by GNU Autoconf 2.59 for Xenomai simulator 2.1.90.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai simulator'
 PACKAGE_TARNAME='xenosim'
-PACKAGE_VERSION='2.1.50'
-PACKAGE_STRING='Xenomai simulator 2.1.50'
+PACKAGE_VERSION='2.1.90'
+PACKAGE_STRING='Xenomai simulator 2.1.90'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=vm/thread.cc
@@ -956,7 +956,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai simulator 2.1.50 to adapt to many kinds of 
systems.
+\`configure' configures Xenomai simulator 2.1.90 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1026,7 +1026,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Xenomai simulator 2.1.50:;;
+ short | recursive ) echo Configuration of Xenomai 

[Xenomai-git] Philippe Gerum : Fix sudo test

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.2
Commit: 52fe6b600c3de6935493e78631c49d1f92ccef84
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=52fe6b600c3de6935493e78631c49d1f92ccef84

Author: Philippe Gerum r...@xenomai.org
Date:   Mon Jul 17 16:50:30 2006 +

Fix sudo test

---

 scripts/xeno-load.in |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/scripts/xeno-load.in b/scripts/xeno-load.in
index 74e5944..4ca52fb 100644
--- a/scripts/xeno-load.in
+++ b/scripts/xeno-load.in
@@ -94,8 +94,10 @@ target_mesg=`echo $stanza | cut -s -d: -f4`
 
 test $verbose = 1  echo Running $target_name from $run_info_file
 
-if test -n `which sudo`; then
+if test -n `which sudo 2/dev/null`; then
   sudo=`which sudo`
+elif test -n `type -t sudo 2/dev/null`; then
+  sudo=sudo
 fi
 
 if test \! x$target_mesg = x; then


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Regenerate documentation

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.3-rc2
Commit: 0d66b20f640f4804b8d5a1cc75162ed97fc5eff0
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=0d66b20f640f4804b8d5a1cc75162ed97fc5eff0

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Nov 19 18:57:34 2006 +

Regenerate documentation

---

 doc/generated/html/api/alarm_8h-source.html|2 +-
 doc/generated/html/api/alarm_8h.html   |2 +-
 doc/generated/html/api/annotated.html  |2 +-
 doc/generated/html/api/arm_2hal_8c.html|2 +-
 doc/generated/html/api/assert_8h-source.html   |2 +-
 doc/generated/html/api/bheap_8h-source.html|2 +-
 doc/generated/html/api/blackfin_2hal_8c.html   |2 +-
 doc/generated/html/api/blackfin_2nmi_8c.html   |2 +-
 doc/generated/html/api/cancel_8h-source.html   |2 +-
 doc/generated/html/api/compiler_8h-source.html |2 +-
 doc/generated/html/api/device_8c.html  |2 +-
 doc/generated/html/api/device_8h-source.html   |2 +-
 doc/generated/html/api/drvlib_8c.html  |2 +-
 doc/generated/html/api/event_8h-source.html|2 +-
 doc/generated/html/api/event_8h.html   |2 +-
 doc/generated/html/api/files.html  |2 +-
 doc/generated/html/api/functions.html  |2 +-
 doc/generated/html/api/functions_vars.html |2 +-
 doc/generated/html/api/generic_2hal_8c.html|2 +-
 doc/generated/html/api/generic_2nmi_8c.html|2 +-
 doc/generated/html/api/globals.html|2 +-
 doc/generated/html/api/globals_0x63.html   |2 +-
 doc/generated/html/api/globals_0x6e.html   |2 +-
 doc/generated/html/api/globals_0x70.html   |2 +-
 doc/generated/html/api/globals_0x72.html   |2 +-
 doc/generated/html/api/globals_0x73.html   |2 +-
 doc/generated/html/api/globals_0x74.html   |2 +-
 doc/generated/html/api/globals_0x78.html   |2 +-
 doc/generated/html/api/globals_defs.html   |2 +-
 doc/generated/html/api/globals_enum.html   |2 +-
 doc/generated/html/api/globals_eval.html   |2 +-
 doc/generated/html/api/globals_func.html   |2 +-
 doc/generated/html/api/globals_func_0x78.html  |2 +-
 doc/generated/html/api/globals_type.html   |2 +-
 doc/generated/html/api/group__alarm.html   |2 +-
 doc/generated/html/api/group__clock.html   |2 +-
 doc/generated/html/api/group__cond.html|2 +-
 doc/generated/html/api/group__devregister.html |2 +-
 doc/generated/html/api/group__driverapi.html   |2 +-
 doc/generated/html/api/group__event.html   |2 +-
 doc/generated/html/api/group__hal.html |2 +-
 doc/generated/html/api/group__heap.html|2 +-
 doc/generated/html/api/group__interdrv.html|2 +-
 doc/generated/html/api/group__interrupt.html   |2 +-
 doc/generated/html/api/group__intr.html|2 +-
 doc/generated/html/api/group__mutex.html   |2 +-
 doc/generated/html/api/group__native.html  |2 +-
 doc/generated/html/api/group__native__heap.html|6 +-
 doc/generated/html/api/group__native__queue.html   |5 +-
 .../html/api/group__native__task__status.html  |2 +-
 doc/generated/html/api/group__native__timer.html   |2 +-
 doc/generated/html/api/group__nrtsignal.html   |2 +-
 doc/generated/html/api/group__nucleus.html |2 +-
 .../html/api/group__nucleus__status__mode.html |2 +-
 doc/generated/html/api/group__pipe.html|2 +-
 doc/generated/html/api/group__pod.html |2 +-
 doc/generated/html/api/group__posix.html   |2 +-
 doc/generated/html/api/group__posix__cancel.html   |2 +-
 doc/generated/html/api/group__posix__cond.html |2 +-
 doc/generated/html/api/group__posix__intr.html |2 +-
 doc/generated/html/api/group__posix__mq.html   |2 +-
 doc/generated/html/api/group__posix__mutex.html|2 +-
 doc/generated/html/api/group__posix__sched.html|2 +-
 doc/generated/html/api/group__posix__sem.html  |2 +-
 doc/generated/html/api/group__posix__shm.html  |2 +-
 doc/generated/html/api/group__posix__signal.html   |2 +-
 doc/generated/html/api/group__posix__thread.html   |2 +-
 .../html/api/group__posix__threadattr.html |2 +-
 doc/generated/html/api/group__posix__time.html |2 +-
 doc/generated/html/api/group__posix__tsd.html  |2 +-
 doc/generated/html/api/group__profiles.html|2 +-
 doc/generated/html/api/group__registry.html|2 +-
 doc/generated/html/api/group__rtcan.html   |2 +-
 doc/generated/html/api/group__rtdm.html|2 +-
 doc/generated/html/api/group__rtdmirq.html |2 +-
 

[Xenomai-git] Philippe Gerum : Regenerate documentation

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.3-rc1
Commit: 02a663f2f366a76a5cfbb84e75d7e5e3c69e8053
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=02a663f2f366a76a5cfbb84e75d7e5e3c69e8053

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Nov  5 17:53:02 2006 +

Regenerate documentation

---

 doc/generated/html/api/alarm_8h-source.html|  271 ++--
 doc/generated/html/api/alarm_8h.html   |   82 +-
 doc/generated/html/api/alarm_8h__dep__incl.map |4 -
 doc/generated/html/api/alarm_8h__dep__incl.md5 |1 -
 doc/generated/html/api/alarm_8h__dep__incl.png |  Bin 1647 - 0 bytes
 doc/generated/html/api/alarm_8h__incl.map  |8 -
 doc/generated/html/api/alarm_8h__incl.md5  |1 -
 doc/generated/html/api/alarm_8h__incl.png  |  Bin 4569 - 0 bytes
 doc/generated/html/api/annotated.html  |   32 +-
 doc/generated/html/api/arm_2hal_8c.html|   74 +-
 doc/generated/html/api/arm_2hal_8c__incl.map   |1 -
 doc/generated/html/api/arm_2hal_8c__incl.md5   |1 -
 doc/generated/html/api/arm_2hal_8c__incl.png   |  Bin 5880 - 0 bytes
 doc/generated/html/api/assert_8h-source.html   |  111 +-
 doc/generated/html/api/bheap_8h-source.html|  449 +++---
 doc/generated/html/api/bind_8h-source.html |  150 --
 doc/generated/html/api/blackfin_2hal_8c.html   |   65 +-
 doc/generated/html/api/blackfin_2hal_8c__incl.map  |1 -
 doc/generated/html/api/blackfin_2hal_8c__incl.md5  |1 -
 doc/generated/html/api/blackfin_2hal_8c__incl.png  |  Bin 5141 - 0 bytes
 doc/generated/html/api/blackfin_2nmi_8c.html   |   49 +-
 doc/generated/html/api/blackfin_2nmi_8c__incl.map  |1 -
 doc/generated/html/api/blackfin_2nmi_8c__incl.md5  |1 -
 doc/generated/html/api/blackfin_2nmi_8c__incl.png  |  Bin 5202 - 0 bytes
 doc/generated/html/api/cancel_8h-source.html   |   85 +-
 doc/generated/html/api/compiler_8h-source.html |  127 +-
 doc/generated/html/api/device_8c.html  |   64 +-
 doc/generated/html/api/device_8c__incl.map |   13 -
 doc/generated/html/api/device_8c__incl.md5 |1 -
 doc/generated/html/api/device_8c__incl.png |  Bin 10914 - 0 bytes
 doc/generated/html/api/device_8h-source.html   |  165 ++-
 doc/generated/html/api/dir_00.html |   38 -
 doc/generated/html/api/dir_00_dep.map  |7 -
 doc/generated/html/api/dir_00_dep.png  |  Bin 1283 - 0 bytes
 doc/generated/html/api/dir_01.html |   95 --
 doc/generated/html/api/dir_01_dep.map  |3 -
 doc/generated/html/api/dir_01_dep.png  |  Bin 546 - 0 bytes
 doc/generated/html/api/dir_02.html |   41 -
 doc/generated/html/api/dir_02_dep.map  |   10 -
 doc/generated/html/api/dir_02_dep.png  |  Bin 1726 - 0 bytes
 doc/generated/html/api/dir_03.html |   42 -
 doc/generated/html/api/dir_03_00.html  |   15 -
 doc/generated/html/api/dir_03_dep.map  |   11 -
 doc/generated/html/api/dir_03_dep.png  |  Bin 2080 - 0 bytes
 doc/generated/html/api/dir_04.html |  101 --
 doc/generated/html/api/dir_04_dep.map  |4 -
 doc/generated/html/api/dir_04_dep.png  |  Bin 823 - 0 bytes
 doc/generated/html/api/dir_05.html |   58 -
 doc/generated/html/api/dir_05_06.html  |   15 -
 doc/generated/html/api/dir_05_dep.map  |6 -
 doc/generated/html/api/dir_05_dep.png  |  Bin 773 - 0 bytes
 doc/generated/html/api/dir_06.html |   80 -
 doc/generated/html/api/dir_06_dep.map  |3 -
 doc/generated/html/api/dir_06_dep.png  |  Bin 541 - 0 bytes
 doc/generated/html/api/dir_07.html |   61 -
 doc/generated/html/api/dir_07_00.html  |   15 -
 doc/generated/html/api/dir_07_dep.map  |6 -
 doc/generated/html/api/dir_07_dep.png  |  Bin 786 - 0 bytes
 doc/generated/html/api/dir_08.html |   46 -
 doc/generated/html/api/dir_08_dep.map  |9 -
 doc/generated/html/api/dir_08_dep.png  |  Bin 1889 - 0 bytes
 doc/generated/html/api/dir_09.html |   33 -
 doc/generated/html/api/dir_09_dep.map  |3 -
 doc/generated/html/api/dir_09_dep.png  |  Bin 449 - 0 bytes
 doc/generated/html/api/dir_10.html |   38 -
 doc/generated/html/api/dir_10_dep.map  |3 -
 doc/generated/html/api/dir_10_dep.png  |  Bin 538 - 0 bytes
 doc/generated/html/api/dir_11.html |   40 -
 doc/generated/html/api/dir_11_dep.map  |3 -
 doc/generated/html/api/dir_11_dep.png  |  Bin 542 - 0 bytes
 doc/generated/html/api/dir_12.html |   45 -
 doc/generated/html/api/dir_12_dep.map  |3 -
 doc/generated/html/api/dir_12_dep.png 

[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4
Commit: 92c87a7c0cd827212d53a03787422d7cbd6ee4ac
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=92c87a7c0cd827212d53a03787422d7cbd6ee4ac

Author: Philippe Gerum r...@xenomai.org
Date:   Sat Dec  8 16:53:47 2007 +

Sync

---

 ChangeLog |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cf37685..2d2d9cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1273,7 +1273,7 @@
 
 2007-06-03  Jan Kiszka  jan.kis...@web.de
 
-   * ksrc/skins/rtdm/device.c (rtdm_dev_register): Unconditinally
+   * ksrc/skins/rtdm/device.c (rtdm_dev_register): Unconditionally
check if mandatory close_nrt is provided.
 
* ksrc/nucleus/{module.c, shadow.c}: Move remove_proc_entry out of
@@ -1900,7 +1900,7 @@
this replaces the former behaviour which used to block without
starting any timer.
 
-2001-02-09  Jan Kiszka  jan.kis...@web.de
+2007-02-09  Jan Kiszka  jan.kis...@web.de
 
* include/rtdm/rtdm_driver.h, ksrc/skins/rtdm/core.c: Convert
request argument in IOCTL handler to unsigned int to fix issues
@@ -1915,7 +1915,7 @@
* src/testsuite/irqbench/irqloop.c: Silence 32bit - 64bit cast
warnings.
 
-2001-02-08  Jan Kiszka  jan.kis...@web.de
+2007-02-08  Jan Kiszka  jan.kis...@web.de
 
* ksrc/nucleus/synch.c (xnsleep_sleep_on): Pass mode argument to
xnpod_suspend_thread() instead of constant XN_RELATIVE.
@@ -1997,7 +1997,7 @@
* sim/include/Makefile.am: Fix destination directory for
xeno_config.h to $(prefix)/asm-sim.
 
-2007-01-30gilles.chanteperd...@laposte.net
+2007-01-30  Gilles Chanteperdrix  gilles.chanteperd...@laposte.net
 
* doc/doxygen/Doxyfile*.in: Only enable search engine for HTML
documentation.


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.3
Commit: 16b14efb2175e8f638614f36b65a57f30bfc0c19
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=16b14efb2175e8f638614f36b65a57f30bfc0c19

Author: Philippe Gerum r...@xenomai.org
Date:   Tue Dec 26 10:47:44 2006 +

Sync

---

 ChangeLog |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c61f96f..96f184b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-26  Philippe Gerum  r...@xenomai.org
+
+   * RELEASE: Xenomai 2.3 (Baroque)
+
 2006-12-25  Philippe Gerum  r...@xenomai.org
 
* ksrc/arch/ia64/patches: Upgrade to 2.6.16-1.4-00.
@@ -8,7 +12,7 @@
section.
 
* ksrc/nucleus/pod.c (xnpod_preempt_current_thread): Check
-   scheduling hook value int the simulation case.
+   scheduling hook value in the simulation case.
 
* ksrc/arch/blackfin/patches: Upgrade to bf53x-CVS-20061215-1.6-00
(2.6.18-based).


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc1
Commit: 8b135537a8c9436ef1df9cd3acf0adc135fb2267
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=8b135537a8c9436ef1df9cd3acf0adc135fb2267

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Jul 29 13:56:44 2007 +

Sync

---

 ChangeLog |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d18b0d6..4cf8b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -387,7 +387,7 @@
* ksrc/skins/psos+: Lift the limitation on name length for pSOS
objects. Enforcing silly things is definitely not part of a proper
emulation.
-   
+
 2007-06-11  Philippe Gerum  r...@xenomai.org
 
* ksrc/arch/powerpc/patches: Upgrade to 2.6.19-1.5-02.


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Update version label

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc3
Commit: 527652b9f3180453028e5c42cff3133ea36c3549
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=527652b9f3180453028e5c42cff3133ea36c3549

Author: Philippe Gerum r...@xenomai.org
Date:   Sun Sep  9 21:09:41 2007 +

Update version label

---

 ChangeLog |4 
 include/nucleus/version.h |2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ffa295f..e5431b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 2007-09-09  Philippe Gerum  r...@xenomai.org
+   
+   * RELEASE: Xenomai 2.4-rc3
+
+2007-09-09  Philippe Gerum  r...@xenomai.org
 
* ksrc/arch/i386/patches: Upgrade to 2.6.22-1.10-04.
 
diff --git a/include/nucleus/version.h b/include/nucleus/version.h
index b0391d1..9bc0b17 100644
--- a/include/nucleus/version.h
+++ b/include/nucleus/version.h
@@ -28,6 +28,6 @@
 
 #define XENO_VERSION_NAME  Bells Of Lal
 
-#define XENO_VERSION_STRING2.4-rc2
+#define XENO_VERSION_STRING2.4-rc3
 
 #endif /* _XENO_NUCLEUS_VERSION_H */


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc5
Commit: 9b205d5c028fa37a60c64a50fd7f2043eeb8e775
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=9b205d5c028fa37a60c64a50fd7f2043eeb8e775

Author: Philippe Gerum r...@xenomai.org
Date:   Sat Oct 27 16:16:29 2007 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e97630a..43afca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-10-27  Philippe Gerum  r...@eclipse
 
+   * RELEASE: Xenomai 2.4-rc5
+
+2007-10-27  Philippe Gerum  r...@eclipse
+
* ksrc/nucleus/heap.c (xnheap_init_mapped): Apply proper rounding
to PAGE_SIZE, with a minimum size of 2 * PAGE_SIZE + incurred
overhead.


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc4
Commit: 8ee5ebd7a0b99a66ac8b247c25e5b04d8ce71631
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=8ee5ebd7a0b99a66ac8b247c25e5b04d8ce71631

Author: Philippe Gerum r...@xenomai.org
Date:   Tue Oct 16 08:16:52 2007 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e8286e7..4368fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-16  Philippe Gerum  r...@xenomai.org
+
+   * RELEASE: Xenomai 2.4-rc4
+
 2007-10-15  Philippe Gerum  r...@xenomai.org
 
* ksrc/arch/i386/patches: Upgrade to 2.6.20-1.10-08,


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : Regenerate documentation

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc6
Commit: c001f23cf89f843fbd610e762494bbc38764c2a5
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=c001f23cf89f843fbd610e762494bbc38764c2a5

Author: Philippe Gerum r...@xenomai.org
Date:   Tue Nov 13 17:17:38 2007 +

Regenerate documentation

---

 doc/generated/html/api/alarm_8h-source.html|2 +-
 doc/generated/html/api/alarm_8h.html   |2 +-
 doc/generated/html/api/alarm_8h__dep__incl.png |  Bin 8451 - 8451 bytes
 doc/generated/html/api/alarm_8h__incl.png  |  Bin 83327 - 83327 bytes
 doc/generated/html/api/annotated.html  |2 +-
 doc/generated/html/api/arm_2hal_8c.html|2 +-
 doc/generated/html/api/arm_2hal_8c__incl.png   |  Bin 34017 - 34017 bytes
 doc/generated/html/api/assert_8h-source.html   |2 +-
 doc/generated/html/api/bheap_8h-source.html|2 +-
 doc/generated/html/api/blackfin_2hal_8c.html   |2 +-
 doc/generated/html/api/blackfin_2hal_8c__incl.png  |  Bin 24860 - 24860 bytes
 doc/generated/html/api/blackfin_2nmi_8c.html   |2 +-
 doc/generated/html/api/blackfin_2nmi_8c__incl.png  |  Bin 27779 - 27779 bytes
 doc/generated/html/api/bound__task_8c-example.html |2 +-
 doc/generated/html/api/cancel_8h-source.html   |2 +-
 doc/generated/html/api/compiler_8h-source.html |2 +-
 doc/generated/html/api/cond__var_8c-example.html   |2 +-
 doc/generated/html/api/core_8h-source.html |2 +-
 doc/generated/html/api/cross-link_8c-example.html  |2 +-
 doc/generated/html/api/deprecated.html |2 +-
 doc/generated/html/api/device_8c.html  |2 +-
 doc/generated/html/api/device_8c__incl.png |  Bin 159489 - 159489 
bytes
 doc/generated/html/api/drvlib_8c.html  |2 +-
 doc/generated/html/api/drvlib_8c__incl.png |  Bin 127023 - 127023 
bytes
 doc/generated/html/api/event_8h-source.html|2 +-
 doc/generated/html/api/event_8h.html   |2 +-
 doc/generated/html/api/event_8h__dep__incl.png |  Bin 8326 - 8326 bytes
 doc/generated/html/api/event_8h__incl.png  |  Bin 28330 - 28330 bytes
 .../html/api/event__flags_8c-example.html  |2 +-
 doc/generated/html/api/examples.html   |2 +-
 doc/generated/html/api/files.html  |3 +-
 doc/generated/html/api/functions.html  |2 +-
 doc/generated/html/api/functions_func.html |2 +-
 doc/generated/html/api/functions_vars.html |2 +-
 doc/generated/html/api/generic_2hal_8c.html|2 +-
 doc/generated/html/api/generic_2hal_8c__incl.png   |  Bin 37711 - 37711 bytes
 doc/generated/html/api/generic_2nmi_8c.html|2 +-
 doc/generated/html/api/generic_2nmi_8c__incl.png   |  Bin 14136 - 14136 bytes
 doc/generated/html/api/globals.html|2 +-
 doc/generated/html/api/globals_0x63.html   |2 +-
 doc/generated/html/api/globals_0x6e.html   |2 +-
 doc/generated/html/api/globals_0x70.html   |2 +-
 doc/generated/html/api/globals_0x72.html   |2 +-
 doc/generated/html/api/globals_0x73.html   |2 +-
 doc/generated/html/api/globals_0x74.html   |2 +-
 doc/generated/html/api/globals_0x78.html   |2 +-
 doc/generated/html/api/globals_defs.html   |2 +-
 doc/generated/html/api/globals_enum.html   |2 +-
 doc/generated/html/api/globals_eval.html   |2 +-
 doc/generated/html/api/globals_func.html   |2 +-
 doc/generated/html/api/globals_func_0x78.html  |2 +-
 doc/generated/html/api/globals_type.html   |2 +-
 doc/generated/html/api/graph_legend.html   |2 +-
 doc/generated/html/api/graph_legend.png|  Bin 21518 - 21518 bytes
 doc/generated/html/api/group__alarm.html   |2 +-
 doc/generated/html/api/group__alarm.png|  Bin 3491 - 3491 bytes
 doc/generated/html/api/group__clock.html   |2 +-
 doc/generated/html/api/group__clock.png|  Bin 3620 - 3620 bytes
 doc/generated/html/api/group__cond.html|2 +-
 doc/generated/html/api/group__cond.png |  Bin 3966 - 3966 bytes
 doc/generated/html/api/group__devregister.html |2 +-
 doc/generated/html/api/group__devregister.png  |  Bin 4201 - 4201 bytes
 doc/generated/html/api/group__driverapi.html   |2 +-
 doc/generated/html/api/group__driverapi.png|  Bin 42096 - 42096 bytes
 doc/generated/html/api/group__event.html   |2 +-
 doc/generated/html/api/group__event.png|  Bin 4007 - 4007 bytes
 doc/generated/html/api/group__hal.html |2 +-
 doc/generated/html/api/group__heap.html|2 +-
 doc/generated/html/api/group__heap.png |  Bin 3938 - 3938 bytes
 doc/generated/html/api/group__interdrv.html|2 +-
 

[Xenomai-git] Philippe Gerum : Update version information

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc2
Commit: a80a5a4d676fbb78ab42dfb9377e3871397ba890
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=a80a5a4d676fbb78ab42dfb9377e3871397ba890

Author: Philippe Gerum r...@xenomai.org
Date:   Fri Aug 17 22:25:15 2007 +

Update version information

---

 config/version|2 +-
 configure |   20 ++--
 include/nucleus/version.h |2 +-
 sim/configure |   20 ++--
 4 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/config/version b/config/version
index 6c91a81..6b6b254 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-2.3.90
+2.3.91
diff --git a/configure b/configure
index 706d3eb..0611378 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Xenomai 2.3.90.
+# Generated by GNU Autoconf 2.61 for Xenomai 2.3.91.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai'
 PACKAGE_TARNAME='xenomai'
-PACKAGE_VERSION='2.3.90'
-PACKAGE_STRING='Xenomai 2.3.90'
+PACKAGE_VERSION='2.3.91'
+PACKAGE_STRING='Xenomai 2.3.91'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=src/skins/native/task.c
@@ -1465,7 +1465,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai 2.3.90 to adapt to many kinds of systems.
+\`configure' configures Xenomai 2.3.91 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1536,7 +1536,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Xenomai 2.3.90:;;
+ short | recursive ) echo Configuration of Xenomai 2.3.91:;;
esac
   cat \_ACEOF
 
@@ -1696,7 +1696,7 @@ fi
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Xenomai configure 2.3.90
+Xenomai configure 2.3.91
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1710,7 +1710,7 @@ cat config.log _ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Xenomai $as_me 2.3.90, which was
+It was created by Xenomai $as_me 2.3.91, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -4710,7 +4710,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='xenomai'
- VERSION='2.3.90'
+ VERSION='2.3.91'
 
 
 cat confdefs.h _ACEOF
@@ -22622,7 +22622,7 @@ exec 61
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by Xenomai $as_me 2.3.90, which was
+This file was extended by Xenomai $as_me 2.3.91, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -22679,7 +22679,7 @@ Report bugs to bug-autoc...@gnu.org.
 _ACEOF
 cat $CONFIG_STATUS _ACEOF
 ac_cs_version=\\
-Xenomai config.status 2.3.90
+Xenomai config.status 2.3.91
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\`echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`\\
 
diff --git a/include/nucleus/version.h b/include/nucleus/version.h
index 5c931fb..b0391d1 100644
--- a/include/nucleus/version.h
+++ b/include/nucleus/version.h
@@ -28,6 +28,6 @@
 
 #define XENO_VERSION_NAME  Bells Of Lal
 
-#define XENO_VERSION_STRING2.4-rc1
+#define XENO_VERSION_STRING2.4-rc2
 
 #endif /* _XENO_NUCLEUS_VERSION_H */
diff --git a/sim/configure b/sim/configure
index 7562cb4..a01158e 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Xenomai simulator 2.3.90.
+# Generated by GNU Autoconf 2.61 for Xenomai simulator 2.3.91.
 #
 # Report bugs to xenomai-h...@gna.org.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Xenomai simulator'
 PACKAGE_TARNAME='xenosim'
-PACKAGE_VERSION='2.3.90'
-PACKAGE_STRING='Xenomai simulator 2.3.90'
+PACKAGE_VERSION='2.3.91'
+PACKAGE_STRING='Xenomai simulator 2.3.91'
 PACKAGE_BUGREPORT='xenomai-h...@gna.org'
 
 ac_unique_file=vm/thread.cc
@@ -1443,7 +1443,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Xenomai simulator 2.3.90 to adapt to many kinds of 
systems.
+\`configure' configures Xenomai simulator 2.3.91 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1517,7 +1517,7 @@ fi
 
 if 

[Xenomai-git] Philippe Gerum : Sync

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.4-rc7
Commit: 0f18e7e51e00f2a69c589ba3a964eafd4114e710
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=0f18e7e51e00f2a69c589ba3a964eafd4114e710

Author: Philippe Gerum r...@xenomai.org
Date:   Mon Nov 26 14:46:28 2007 +

Sync

---

 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6552cd5..3e8012e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-26  Philippe Gerum  r...@xenomai.org
+
+   * RELEASE: Xenomai 2.4-rc7
+
 2007-11-25  Gilles Chanteperdrix  gilles.chanteperd...@gmail.com
 
* ksrc/arch/arm/patches: Update to 2.6.20-1.8-02.


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Tag v2.5.1 : Gilles Chanteperdrix : v2.5.1

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: refs/tags/v2.5.1
Tag:124afdb68996700b79938fcec92d8a1171186959
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=tag;h=124afdb68996700b79938fcec92d8a1171186959

Tagger: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org
Date:   Wed Feb  3 18:00:38 2010 +0100

v2.5.1

___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git


[Xenomai-git] Gilles Chanteperdrix : maint: extract-doc copies plain-text files too.

2010-02-03 Thread GIT version control
Module: xenomai-2.5
Branch: master
Commit: 468ac4abb49b021b1bfe55ac2053de0d95433145
URL:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=468ac4abb49b021b1bfe55ac2053de0d95433145

Author: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org
Date:   Wed Feb  3 23:54:29 2010 +0100

maint: extract-doc copies plain-text files too.

---

 scripts/maint/extract-doc |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/scripts/maint/extract-doc b/scripts/maint/extract-doc
index 04ca50b..271790f 100755
--- a/scripts/maint/extract-doc
+++ b/scripts/maint/extract-doc
@@ -91,11 +91,15 @@ for dir in ${1+$@}; do
 
 $ECHO Changing files and directories modes...
 find $dir/doc/generated $dir/doc/nodist | xargs chmod u=rwX,g=rwX,o=rX
+chmod u=rw,g=rw $dir/TROUBLESHOOTING $dir/README.INSTALL
 $ECHO done.
 
 $ECHO Copying to $installdir/$dir...
 mkdir -p $installdir/$dir
-$RSYNC -e ssh -prltgDz --delete --delete-after $dir/doc/generated/ 
$dir/doc/nodist/ $installdir/$dir/
+$RSYNC -e ssh -prltgDz --delete --delete-after \
+   $dir/doc/generated/ $dir/doc/nodist/ \
+   $dir/README.INSTALL $dir/TROUBLESHOOTING \
+   $installdir/$dir/
 $ECHO done.
 done
 


___
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git