[Xenomai-commits] r24 - /trunk/include/nucleus/asm-generic/hal.h

2005-10-11 Thread rpm
Author: rpm
Date: Tue Oct 11 16:11:16 2005
New Revision: 24

URL: http://svn.gna.org/viewcvs/xenomai?rev=24view=rev
Log:
Fix Xenomai domain id

Modified:
trunk/include/nucleus/asm-generic/hal.h




[Xenomai-commits] r30 - in /trunk: ChangeLog arch/ppc64/patches/adeos-linux-2.6.10-ppc64-r2.patch arch/ppc64/patches/adeos-linux-2.6.10-ppc64-r2c2.patch

2005-10-13 Thread rpm
Author: rpm
Date: Thu Oct 13 12:28:20 2005
New Revision: 30

URL: http://svn.gna.org/viewcvs/xenomai?rev=30view=rev
Log:
Upgrade to Adeos/ppc64 2.6.10-r2

Added:
trunk/arch/ppc64/patches/adeos-linux-2.6.10-ppc64-r2.patch
Removed:
trunk/arch/ppc64/patches/adeos-linux-2.6.10-ppc64-r2c2.patch
Modified:
trunk/ChangeLog




[Xenomai-commits] r31 - in /trunk: ChangeLog drivers/16550A/16550A.c

2005-10-14 Thread rpm
Author: rpm
Date: Fri Oct 14 17:00:17 2005
New Revision: 31

URL: http://svn.gna.org/viewcvs/xenomai?rev=31view=rev
Log:
Check for memory allocation error in rt_16550_ioctl

Modified:
trunk/ChangeLog
trunk/drivers/16550A/16550A.c




[Xenomai-commits] r38 - in /trunk: ChangeLog arch/ppc/hal/switch.S

2005-10-16 Thread rpm
Author: rpm
Date: Sun Oct 16 10:51:04 2005
New Revision: 38

URL: http://svn.gna.org/viewcvs/xenomai?rev=38view=rev
Log:
Do not include asm/offsets.h uselessly

Modified:
trunk/ChangeLog
trunk/arch/ppc/hal/switch.S




[Xenomai-commits] r39 - in /trunk: ./ arch/ arch/i386/ arch/i386/hal/ arch/ia64/ arch/ia64/hal/ arch/ppc/ arch/ppc/hal/ arch/ppc64/ arch/ppc64/hal/ config/ doc/ doc/docbook/ doc/docbook/custom-stylesh

2005-10-17 Thread rpm
Author: rpm
Date: Mon Oct 17 22:25:17 2005
New Revision: 39

URL: http://svn.gna.org/viewcvs/xenomai?rev=39view=rev
Log:
Quote the CC variable when passing its contents to make sub-commands

Modified:
trunk/ChangeLog
trunk/GNUmakefile.in
trunk/aclocal.m4
trunk/arch/GNUmakefile.in
trunk/arch/i386/GNUmakefile.in
trunk/arch/i386/hal/GNUmakefile.in
trunk/arch/ia64/GNUmakefile.in
trunk/arch/ia64/hal/GNUmakefile.in
trunk/arch/ppc/GNUmakefile.in
trunk/arch/ppc/hal/GNUmakefile.in
trunk/arch/ppc64/GNUmakefile.in
trunk/arch/ppc64/hal/GNUmakefile.in
trunk/config/GNUmakefile.in
trunk/configure
trunk/configure.in
trunk/doc/GNUmakefile.in
trunk/doc/docbook/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/common/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/fo/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/html/GNUmakefile.in
trunk/doc/docbook/xenomai/GNUmakefile.in
trunk/doc/doxygen/GNUmakefile.in
trunk/drivers/16550A/GNUmakefile.in
trunk/drivers/GNUmakefile.in
trunk/include/GNUmakefile.in
trunk/include/nucleus/GNUmakefile.in
trunk/include/nucleus/asm-generic/GNUmakefile.in
trunk/include/nucleus/asm-generic/system.h
trunk/include/nucleus/asm-i386/GNUmakefile.in
trunk/include/nucleus/asm-ia64/GNUmakefile.in
trunk/include/nucleus/asm-ppc/GNUmakefile.in
trunk/include/nucleus/asm-ppc64/GNUmakefile.in
trunk/include/nucleus/asm-uvm/GNUmakefile.in
trunk/nucleus/GNUmakefile.in
trunk/scripts/GNUmakefile.in
trunk/skins/GNUmakefile.in
trunk/skins/native/GNUmakefile.in
trunk/skins/native/lib/GNUmakefile.in
trunk/skins/posix/GNUmakefile.in
trunk/skins/posix/lib/GNUmakefile.in
trunk/skins/psos+/GNUmakefile.in
trunk/skins/rtai/GNUmakefile.in
trunk/skins/rtai/lib/GNUmakefile.in
trunk/skins/rtdm/GNUmakefile.in
trunk/skins/rtdm/lib/GNUmakefile.in
trunk/skins/uitron/GNUmakefile.in
trunk/skins/uvm/GNUmakefile.in
trunk/skins/uvm/lib/GNUmakefile.in
trunk/skins/vrtx/GNUmakefile.in
trunk/skins/vxworks/GNUmakefile.in
trunk/testsuite/GNUmakefile.in
trunk/testsuite/cruncher/GNUmakefile.in
trunk/testsuite/klatency/GNUmakefile.in
trunk/testsuite/latency/GNUmakefile.in
trunk/testsuite/switch/GNUmakefile.in




[Xenomai-commits] r45 - /trunk/skins/rtai/Kconfig

2005-10-19 Thread rpm
Author: rpm
Date: Wed Oct 19 16:45:19 2005
New Revision: 45

URL: http://svn.gna.org/viewcvs/xenomai?rev=45view=rev
Log:
XENO_SKIN_COMPAT - XENO_SKIN_RTAI

Modified:
trunk/skins/rtai/Kconfig




[Xenomai-commits] r47 - in /trunk: ChangeLog skins/native/timer.c

2005-10-19 Thread rpm
Author: rpm
Date: Wed Oct 19 19:43:05 2005
New Revision: 47

URL: http://svn.gna.org/viewcvs/xenomai?rev=47view=rev
Log:
Back rt_timer_start() a bit smarter about non-conflicting requests

Modified:
trunk/ChangeLog
trunk/skins/native/timer.c




[Xenomai-commits] r51 - in /trunk: ChangeLog include/nucleus/types.h skins/native/alarm.c skins/native/cond.c skins/native/event.c skins/native/heap.c skins/native/mutex.c skins/native/pipe.c skins/na

2005-10-20 Thread rpm
Author: rpm
Date: Thu Oct 20 12:31:41 2005
New Revision: 51

URL: http://svn.gna.org/viewcvs/xenomai?rev=51view=rev
Log:
Properly handle creation of anonymous user-space objects

Modified:
trunk/ChangeLog
trunk/include/nucleus/types.h
trunk/skins/native/alarm.c
trunk/skins/native/cond.c
trunk/skins/native/event.c
trunk/skins/native/heap.c
trunk/skins/native/mutex.c
trunk/skins/native/pipe.c
trunk/skins/native/queue.c
trunk/skins/native/sem.c




[Xenomai-commits] r57 - /trunk/ChangeLog

2005-10-21 Thread rpm
Author: rpm
Date: Fri Oct 21 19:41:23 2005
New Revision: 57

URL: http://svn.gna.org/viewcvs/xenomai?rev=57view=rev
Log:
Sync

Modified:
trunk/ChangeLog




[Xenomai-commits] r63 - /trunk/README.FUSION2XENO

2005-10-22 Thread rpm
Author: rpm
Date: Sat Oct 22 17:51:29 2005
New Revision: 63

URL: http://svn.gna.org/viewcvs/xenomai?rev=63view=rev
Log:
Add simple migration guide

Added:
trunk/README.FUSION2XENO




[Xenomai-commits] r66 - /trunk/CREDITS

2005-10-22 Thread rpm
Author: rpm
Date: Sat Oct 22 20:34:14 2005
New Revision: 66

URL: http://svn.gna.org/viewcvs/xenomai?rev=66view=rev
Log:
Update credits

Modified:
trunk/CREDITS




[Xenomai-commits] r68 - in /trunk: ./ arch/ arch/i386/ arch/i386/hal/ arch/ia64/ arch/ia64/hal/ arch/ppc/ arch/ppc/hal/ arch/ppc64/ arch/ppc64/hal/ config/ doc/ doc/docbook/ doc/docbook/custom-stylesh

2005-10-23 Thread rpm
Author: rpm
Date: Sat Oct 22 23:24:21 2005
New Revision: 68

URL: http://svn.gna.org/viewcvs/xenomai?rev=68view=rev
Log:
Explicitly use XENO_TARGET_ARCH when searching for asm-*/ipipe.h

Modified:
trunk/GNUmakefile.in
trunk/aclocal.m4
trunk/arch/GNUmakefile.in
trunk/arch/i386/GNUmakefile.in
trunk/arch/i386/hal/GNUmakefile.in
trunk/arch/ia64/GNUmakefile.in
trunk/arch/ia64/hal/GNUmakefile.in
trunk/arch/ppc/GNUmakefile.in
trunk/arch/ppc/hal/GNUmakefile.in
trunk/arch/ppc64/GNUmakefile.in
trunk/arch/ppc64/hal/GNUmakefile.in
trunk/config/GNUmakefile.in
trunk/configure
trunk/configure.in
trunk/doc/GNUmakefile.in
trunk/doc/docbook/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/common/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/fo/GNUmakefile.in
trunk/doc/docbook/custom-stylesheets/xsl/html/GNUmakefile.in
trunk/doc/docbook/xenomai/GNUmakefile.in
trunk/doc/doxygen/GNUmakefile.in
trunk/doc/man/GNUmakefile.in
trunk/drivers/16550A/GNUmakefile.in
trunk/drivers/GNUmakefile.in
trunk/include/GNUmakefile.in
trunk/include/nucleus/GNUmakefile.in
trunk/include/nucleus/asm-generic/GNUmakefile.in
trunk/include/nucleus/asm-i386/GNUmakefile.in
trunk/include/nucleus/asm-ia64/GNUmakefile.in
trunk/include/nucleus/asm-ppc/GNUmakefile.in
trunk/include/nucleus/asm-ppc64/GNUmakefile.in
trunk/include/nucleus/asm-uvm/GNUmakefile.in
trunk/nucleus/GNUmakefile.in
trunk/scripts/GNUmakefile.in
trunk/skins/GNUmakefile.in
trunk/skins/native/GNUmakefile.in
trunk/skins/native/lib/GNUmakefile.in
trunk/skins/posix/GNUmakefile.in
trunk/skins/posix/lib/GNUmakefile.in
trunk/skins/psos+/GNUmakefile.in
trunk/skins/rtai/GNUmakefile.in
trunk/skins/rtai/lib/GNUmakefile.in
trunk/skins/rtdm/GNUmakefile.in
trunk/skins/rtdm/lib/GNUmakefile.in
trunk/skins/uitron/GNUmakefile.in
trunk/skins/uvm/GNUmakefile.in
trunk/skins/uvm/lib/GNUmakefile.in
trunk/skins/vrtx/GNUmakefile.in
trunk/skins/vxworks/GNUmakefile.in
trunk/testsuite/GNUmakefile.in
trunk/testsuite/cruncher/GNUmakefile.in
trunk/testsuite/klatency/GNUmakefile.in
trunk/testsuite/latency/GNUmakefile.in
trunk/testsuite/switch/GNUmakefile.in




[Xenomai-commits] r69 - in /trunk/arch: i386/patches/README ppc/patches/README

2005-10-23 Thread rpm
Author: rpm
Date: Sat Oct 22 23:36:28 2005
New Revision: 69

URL: http://svn.gna.org/viewcvs/xenomai?rev=69view=rev
Log:
Update arch-dep READMEs

Modified:
trunk/arch/i386/patches/README
trunk/arch/ppc/patches/README




[Xenomai-commits] r73 - in /trunk: ChangeLog skins/rtdm/rtdm_driver.h

2005-10-25 Thread rpm
Author: rpm
Date: Tue Oct 25 09:06:51 2005
New Revision: 73

URL: http://svn.gna.org/viewcvs/xenomai?rev=73view=rev
Log:
Abstract RTDM task priority increment

Modified:
trunk/ChangeLog
trunk/skins/rtdm/rtdm_driver.h




[Xenomai-commits] r74 - in /trunk/arch: i386/patches/adeos-ipipe-2.6.13-i386-1.0-07.patch i386/patches/adeos-ipipe-2.6.13-i386-1.0-09.patch ppc/patches/adeos-ipipe-2.6.13-ppc-1.0-03.patch ppc/patches/

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 12:26:10 2005
New Revision: 74

URL: http://svn.gna.org/viewcvs/xenomai?rev=74view=rev
Log:
Upgrade Adeos support

Added:
trunk/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-09.patch
trunk/arch/ppc/patches/adeos-ipipe-2.6.13-ppc-1.0-05.patch
Removed:
trunk/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-07.patch
trunk/arch/ppc/patches/adeos-ipipe-2.6.13-ppc-1.0-03.patch




[Xenomai-commits] r76 - /trunk/nucleus/core.c

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 12:27:00 2005
New Revision: 76

URL: http://svn.gna.org/viewcvs/xenomai?rev=76view=rev
Log:
Fix error return

Modified:
trunk/nucleus/core.c




[Xenomai-commits] r77 - in /trunk/nucleus: module.c pod.c

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 12:27:34 2005
New Revision: 77

URL: http://svn.gna.org/viewcvs/xenomai?rev=77view=rev
Log:
Make sysheap size dynamically configurable

Modified:
trunk/nucleus/module.c
trunk/nucleus/pod.c




[Xenomai-commits] r78 - /trunk/skins/uvm/syscall.c

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 12:27:56 2005
New Revision: 78

URL: http://svn.gna.org/viewcvs/xenomai?rev=78view=rev
Log:
Fix auto-start in thread activation

Modified:
trunk/skins/uvm/syscall.c




[Xenomai-commits] r79 - /trunk/include/nucleus/module.h

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 12:28:06 2005
New Revision: 79

URL: http://svn.gna.org/viewcvs/xenomai?rev=79view=rev
Log:
Make sysheap size dynamically configurable

Modified:
trunk/include/nucleus/module.h




[Xenomai-commits] r82 - in /trunk: ChangeLog drivers/16550A/16550A.c drivers/16550A/Kconfig

2005-10-27 Thread rpm
Author: rpm
Date: Thu Oct 27 13:48:44 2005
New Revision: 82

URL: http://svn.gna.org/viewcvs/xenomai?rev=82view=rev
Log:
Fix rt_16550_ioctl

Modified:
trunk/ChangeLog
trunk/drivers/16550A/16550A.c
trunk/drivers/16550A/Kconfig