On 04/05/2016 11:53, Gedare Bloom wrote:
I added Ti licence at last patch. Do I need to add any other licence ?
Whenever you copy/paste code, you need to know/observe what the
license is and keep track of that. So, the question of whether you
need to add another license depends on whether you c
On Sat, Apr 30, 2016 at 10:37 PM, punit vara wrote:
> Sorry for late reply. Thank you for your detailed review. I am still
> busy this week with my academic work.I would like to have suggestions
> on my proposal.
>
> Should I change anything in my proposal like title or any other detail
> ? Any su
I feel like this needs a ringing bell. Maybe a funeral dirge.
On Tue, May 3, 2016 at 8:49 AM, Sebastian Huber
wrote:
> Update #2494.
> Update #2555.
> ---
> c/src/ada/rtems-tasks.adb| 65
> c/src/ada/rtems-tasks.ads| 25 --
> cpukit/rtems/Makefile.a
---
cpukit/score/src/objectidtoname.c | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/cpukit/score/src/objectidtoname.c
b/cpukit/score/src/objectidtoname.c
index 9f50687..115d0e9 100644
--- a/cpukit/score/src/objectidtoname.c
+++ b/cpukit/score/src/objectidtoname.c
Update #2494.
Update #2555.
---
c/src/ada/rtems-tasks.adb| 65
c/src/ada/rtems-tasks.ads| 25 --
cpukit/rtems/Makefile.am | 7 -
cpukit/rtems/include/rtems/rtems/tasks.h | 46 ---
cpukit/rtems/include/rtems/rtems/tasksimpl.h
Account for the terminating null character. Use _POSIX_PATH_MAX instead
of NAME_MAX according to _POSIX_Semaphore_Manager_initialization() and
_POSIX_Message_queue_Manager_initialization().
---
cpukit/sapi/include/confdefs.h | 5 +++--
testsuites/psxtests/psxconfig01/init.c | 10 +---
Remove the object location parameter.
---
cpukit/rtems/include/rtems/rtems/eventmp.h| 31 ++
cpukit/rtems/src/eventmp.c| 89 ++-
cpukit/rtems/src/eventsend.c | 43 +
cpukit/rtems/src/systemeventsend.c|
Use thread local variable instead of task variable.
Update #2494.
---
.../powerpc/mvme5500/vectors/exceptionhandler.c| 27 --
1 file changed, 4 insertions(+), 23 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
b/c/src/lib/libbsp/pow
The _Objects_Information_table is statically initialized. So, we can
make it read-only.
---
cpukit/sapi/src/exinit.c | 3 ++-
cpukit/score/include/rtems/score/objectimpl.h | 4 +--
cpukit/score/src/threadget.c | 14 +--
testsuites/sptests/sp43/init.
---
cpukit/score/src/threadget.c | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index 8731ab5..24773fa 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -25,20 +25,21 @@
---
cpukit/rtems/include/rtems/rtems/eventimpl.h | 2 +-
cpukit/rtems/src/eventsend.c | 3 +--
cpukit/rtems/src/eventsurrender.c| 4 +++-
cpukit/rtems/src/systemeventsend.c | 3 +--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/cpukit/rtems/in
Account for maximum message size alignment. Simplify
_CORE_message_queue_Initialize().
---
cpukit/sapi/include/confdefs.h | 3 ++-
cpukit/score/src/coremsg.c | 30 +-
2 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/cpukit/sapi/include/confdefs.h b
Avoid out-of-bounds array access in case the object class is invalid.
---
cpukit/score/src/objectidtoname.c | 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/cpukit/score/src/objectidtoname.c
b/cpukit/score/src/objectidtoname.c
index 674f641..9f50687 100644
--- a/c
---
cpukit/score/include/rtems/score/threadimpl.h | 21 +
cpukit/score/include/rtems/score/threadmp.h | 11 +++
cpukit/score/src/threadget.c | 21 -
3 files changed, 32 insertions(+), 21 deletions(-)
diff --git a/cpukit/score/incl
On Sun, May 01, 2016 at 11:44:23PM +, Amar Takhar wrote:
> On 2016-04-30 23:50 +0800, printk wrote:
> > Hi, will the new build system copy the headers to include too?
>
> No, the new build system which you can see here:
>
> https://git.rtems.org/amar/waf.git/
>
> Does not do this.
>
> You
Am 02.05.2016 um 20:35 schrieb bel:
>
>
> On Monday, May 2, 2016 at 10:39:13 AM UTC+2, Christian Mauderer wrote:
>> I agree that eventually not all variations have to be tested. It's only
>> a challange to identify the irrelevant ones.
>>
>> Does the Travic CI allow to exclude certain combinatio
From: Christian Mauderer
---
testsuites/libtests/Makefile.am | 1 +
testsuites/libtests/configure.ac | 1 +
testsuites/libtests/networking01/Makefile.am | 22 +++
testsuites/libtests/networking01/init.c | 161 ++
testsuit
17 matches
Mail list logo