[PATCH] cpu-supplement/sparc_v8_stacks_regwin.rst: Complete Formatting

2018-11-19 Thread Marçal Comajoan Cara
This work was part of GCI 2018. --- cpu-supplement/sparc_v8_stacks_regwin.rst | 97 +++ 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/cpu-supplement/sparc_v8_stacks_regwin.rst b/cpu-supplement/sparc_v8_stacks_regwin.rst index 0efba1b..19a62ab 100644 --- a/cpu

psxtmmutexattr01: Add new POSIX timing suite -v2 (GCI 2018)

2018-11-19 Thread Himanshu Sekhar Nayak
Hi guys, Here is the updated patch with removing a comment. Thanks Himanshu From ae6e00db59a2f7c429b9af14d8c05c0eeda4b008 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Tue, 20 Nov 2018 06:41:58 +0530 Subject: [PATCH] psxtmutexattr01: Added new POSIX timing suite -v2 (GCI 2018) --- testsuites

LwIP integration - mapping RTEMS FDs to LwIP ones

2018-11-19 Thread Pavel Pisa
Hello Antonio, I have noticed that you have tried to map RTEMS network applications to LwIP. You have tried to use LwIP headers instead of NewLib provided ones. To integrate read, write, close etc. correctly it is necessary to use RTEMS FDs and map them to LwIP ones. See my description in RTEMS W

psxtmmutexattr01: Added new POSIX timing suite(GCI 2018)

2018-11-19 Thread Himanshu Sekhar Nayak
Hi guys, Here is the new POSIX timing suite. Thanks Himanshu From 0c90c095e7b5f862e08131755b2609a541b6b7b0 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Tue, 20 Nov 2018 01:21:54 +0530 Subject: [PATCH] psxtmmutexattr01: Added new POSIX timing suite(GCI 2018) --- testsuites/psxtmtests/Makefil

pthread_mutexattr_setrobust/pthread_mutexattr_getrobust didn't recognize by (GCI 2018)

2018-11-19 Thread Himanshu Sekhar Nayak
Hi guys, Currently I am working under a new test suite "psxtmmutexattr01" where all test cases works with except "pthread_mutexattr_setrobust/pthread_mutexattr_getrobust". I had searched on internet that we have to declare a macro test for that and I had done by giving #define _GNU_SOURCE but see