[PATCH 18/42] psxtests/psx15/init.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/psxtests/psx15/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuites/psxtests/psx15/init.c b/testsuites/psxtests/psx15/init.c index cb0d932..654f0c8 100644 --- a/testsuites/psxtests/psx15/init.c +++ b/testsuites/psxtests/psx15/init.c @@ -56,7

[PATCH 21/42] sptests/sp13/system.h: Fine tune message buffer configuration to avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp13/system.h | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/testsuites/sptests/sp13/system.h b/testsuites/sptests/sp13/system.h index ae5ed4f..7bb680c 100644 --- a/testsuites/sptests/sp13/system.h +++

[PATCH 24/42] sptests/sp34/changepri.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp34/changepri.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c index fea1fbe..f32f6ec 100644 --- a/testsuites/sptests/sp34/changepri.c +++

[PATCH 25/42] sptests/spatomic01/init.c: Avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spatomic01/init.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/testsuites/sptests/spatomic01/init.c b/testsuites/sptests/spatomic01/init.c index f98c550..fbfd071 100644 --- a/testsuites/sptests/spatomic01/init.c +++

[PATCH 27/42] sptests/spwatchdog/init.c: Avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spwatchdog/init.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/spwatchdog/init.c b/testsuites/sptests/spwatchdog/init.c index 8e329a4..1d3cb2f 100644 --- a/testsuites/sptests/spwatchdog/init.c +++

[PATCH 28/42] rtems/score/tls.h: Add casts to eliminate warnings on some targets

2015-03-23 Thread Joel Sherrill
--- cpukit/score/include/rtems/score/tls.h | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/cpukit/score/include/rtems/score/tls.h b/cpukit/score/include/rtems/score/tls.h index 139db78..51398a0 100644 --- a/cpukit/score/include/rtems/score/tls.h +++

[PATCH 29/42] sptls01/init.c: Use larger data types for values

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sptls01/init.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testsuites/sptests/sptls01/init.c b/testsuites/sptests/sptls01/init.c index 1f06aaa..ba662aa 100644 --- a/testsuites/sptests/sptls01/init.c +++ b/testsuites/sptests/sptls01/init.c

[PATCH 33/42] nds/libnds/source/arm7/clock.c: Avoid over indexing array

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c index b7024f3..bd75197 100644 ---

[PATCH 34/42] nds/libnds/source/arm9/image.c: Add needed cast

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c index 9668418..bef1fa2 100644 ---

Query regarding filling entry into GSOC tentative table

2015-03-23 Thread Saurabh Gadia
How can insert an entry into this table - https://devel.rtems.org/wiki/GSoC/2015. Thanks, Saurabh Gadia ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 41/42] libdl/rtl-shell.c: Adjust printf() format for off_t based on target

2015-03-23 Thread Joel Sherrill
--- cpukit/libdl/rtl-shell.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cpukit/libdl/rtl-shell.c b/cpukit/libdl/rtl-shell.c index 57aef6d..20a6aab 100644 --- a/cpukit/libdl/rtl-shell.c +++ b/cpukit/libdl/rtl-shell.c @@ -21,13 +21,15 @@ #include

[PATCH 17/42] malloctest/init.c: Fix use uninitialized warning

2015-03-23 Thread Joel Sherrill
--- testsuites/libtests/malloctest/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 399cdd5..7e1728d 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@

[PATCH 20/42] sptests/sp12/pritask.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp12/pritask.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testsuites/sptests/sp12/pritask.c b/testsuites/sptests/sp12/pritask.c index 736aa82..2de764a 100644 --- a/testsuites/sptests/sp12/pritask.c +++ b/testsuites/sptests/sp12/pritask.c @@

[PATCH 22/42] sptests/sp20: Reduce memory requirements

2015-03-23 Thread Joel Sherrill
This was checked on sparc/sis. If this fails on other targets, then the task stack sizes needs to be reevaluated. --- testsuites/sptests/sp20/init.c | 2 +- testsuites/sptests/sp20/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuites/sptests/sp20/init.c

[PATCH 23/42] sptests/sp33/init.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp33/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/sp33/init.c b/testsuites/sptests/sp33/init.c index 828c374..579cd65 100644 --- a/testsuites/sptests/sp33/init.c +++ b/testsuites/sptests/sp33/init.c @@ -44,11 +44,12 @@

[PATCH 26/42] sptests/spedfsched02: Reduce stack space usage to fix on smaller targets

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spedfsched02/init.c | 2 +- testsuites/sptests/spedfsched02/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuites/sptests/spedfsched02/init.c b/testsuites/sptests/spedfsched02/init.c index d112410..aa2798c 100644 ---

[PATCH 32/42] lpc176x/console/console-config.c: Conditionalize code to avoid unused warnings

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/arm/lpc176x/console/console-config.c | 4 1 file changed, 4 insertions(+) diff --git a/c/src/lib/libbsp/arm/lpc176x/console/console-config.c b/c/src/lib/libbsp/arm/lpc176x/console/console-config.c index a4fe30f..c80932d 100644 ---

[PATCH 35/42] mrm332/console/sci.c: Make routines static

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mrm332/console/sci.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c index db99cb3..a0f8cc0 100644 --- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c +++

[PATCH 37/42] moxie machine type not supported by rtems-syms. See #2213

2015-03-23 Thread Joel Sherrill
updates #2313. --- c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg index

[PATCH 36/42] tools/cpu/nios2/ptf.c: Add include of ctype.h

2015-03-23 Thread Joel Sherrill
--- tools/cpu/nios2/ptf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c index 076c287..7a31c11 100644 --- a/tools/cpu/nios2/ptf.c +++ b/tools/cpu/nios2/ptf.c @@ -10,6 +10,7 @@ #include string.h #include stdlib.h #include errno.h +#include

Re: GSOC 2015 Monkey HTTP Server

2015-03-23 Thread Gedare Bloom
On Sun, Mar 22, 2015 at 6:56 PM, Sujay Raj sujayr...@gmail.com wrote: I submitted the tentative proposal on the proposal page devel.rtems.org/wiki/GSoC/2015 . Please also submit your proposal to the official GSOC Melange system. You can revise it until the deadline, and it is better to get it

Re: GSoC Raspberry pi 2 project

2015-03-23 Thread Rohini Kulkarni
Hi, I want to know what is the current work going on for Raspberry pi 2 support? The projects looks towards implementing arm architecture support, cache configuration and enabling SMP support. These are all parts of the Raspberry pi 2 BSP right? What work has already been done for the support.

[PATCH 05/42] avrtest: Disable jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg index 66fa238..13bd283 100644 ---

[PATCH 06/42] h8sim: Disable jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg | 2 ++ c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim-testsuite.tcfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg

[PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-23 Thread Joel Sherrill
--- cpukit/libcrypt/crypt-md5.c | 12 1 file changed, 12 insertions(+) diff --git a/cpukit/libcrypt/crypt-md5.c b/cpukit/libcrypt/crypt-md5.c index c60dcf8..78ae0bc 100644 --- a/cpukit/libcrypt/crypt-md5.c +++ b/cpukit/libcrypt/crypt-md5.c @@ -133,6 +133,17 @@ crypt_md5_r(const char

[PATCH 16/42] shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVAL

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/utils-cp.c | 9 + 1 file changed, 9 insertions(+) diff --git a/cpukit/libmisc/shell/utils-cp.c b/cpukit/libmisc/shell/utils-cp.c index 7b7c7fc..4eab78e 100644 --- a/cpukit/libmisc/shell/utils-cp.c +++ b/cpukit/libmisc/shell/utils-cp.c @@ -328,6 +328,15 @@

[PATCH 01/42] cpukit/libmisc/shell/main_df.c: Eliminate printf() format warning

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/main_df.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_df.c b/cpukit/libmisc/shell/main_df.c index ec0dc7d..ac1d5f6 100644 --- a/cpukit/libmisc/shell/main_df.c +++ b/cpukit/libmisc/shell/main_df.c @@ -84,12 +84,13 @@

[PATCH 03/42] tools/build/rtems-test-check: Support multiple include files

2015-03-23 Thread Joel Sherrill
--- tools/build/rtems-test-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check index 3a485c7..2411dd1 100755 --- a/tools/build/rtems-test-check +++ b/tools/build/rtems-test-check @@ -28,7 +28,7 @@ bsp_tests=${tests}

[PATCH 04/42] testsuites/testdata: Add sets to disable all jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- testsuites/testdata/disable-jffs2-tests.tcfg | 12 testsuites/testdata/disable-mrfs-tests.tcfg | 13 + 2 files changed, 25 insertions(+) create mode 100644 testsuites/testdata/disable-jffs2-tests.tcfg create mode 100644 testsuites/testdata/disable-mrfs-tests.tcfg

[PATCH 02/42] cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warning

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/hexdump-conv.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index ae1540f..fc579af 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++

[PATCH 08/42] testsuites/psxtests/psxsignal03/init.c: Fix line wrap

2015-03-23 Thread Joel Sherrill
--- testsuites/psxtests/psxsignal03/init.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c index 253064f..f3fc266 100644 --- a/testsuites/psxtests/psxsignal03/init.c +++

[PATCH 11/42] m32csim-testsuite.tcfg: Add tests with data size issues

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg | 5 + 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg index 6995ce1..c522616 100644 ---

Re: Trace status update.

2015-03-23 Thread Gedare Bloom
Very nice! thanks for the update! On Mon, Mar 23, 2015 at 2:36 AM, Chris Johns chr...@rtems.org wrote: Hi, I have added some pages to the developer's wiki: https://devel.rtems.org/wiki/Developer/Tracing and I am slowly adding more detail. I intend to update the Trace Linker with more

Re: Compiling POSIX based (hypercall + Rump Kernel) to run above RTEMS/POSIX issue

2015-03-23 Thread Joel Sherrill
On March 23, 2015 10:31:10 AM CDT, Antti Kantee po...@iki.fi wrote: On 23/03/15 14:30, Hesham ALMatary wrote: Hi all, Thanks Antti for your reply. I'm reviving this thread as Dr.Joel suggested. On Thu, Feb 26, 2015 at 1:11 AM, Antti Kantee po...@iki.fi wrote: Hesham, [sorry for the

Re: Compiling POSIX based (hypercall + Rump Kernel) to run above RTEMS/POSIX issue

2015-03-23 Thread Gedare Bloom
On Mon, Mar 23, 2015 at 12:41 PM, Joel Sherrill joel.sherr...@oarcorp.com wrote: On March 23, 2015 10:31:10 AM CDT, Antti Kantee po...@iki.fi wrote: On 23/03/15 14:30, Hesham ALMatary wrote: Hi all, Thanks Antti for your reply. I'm reviving this thread as Dr.Joel suggested. On Thu, Feb 26,

GSOC 2015: Proof of Hello World

2015-03-23 Thread Jarielle Catbagan
Hello RTEMS Community: My name is Jarielle Catbagan and I am an undergraduate at California State Polytechnic University, Pomona majoring in computer engineering. Attached is the screen capture of the Hello World test and the patch indicating the changes made. I am interested in working on

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-23 Thread Sebastian Huber
- Am 23. Mrz 2015 um 16:51 schrieb Gedare Bloom ged...@gwu.edu: I guess this is a problem for 16-bit targets? changing the constants to 16UL and 8UL also should work. A comment should be made that this is only for 16-bit targets. If we rid RTEMS of those, we can get rid of some of these

Re: [rtems-source-builder commit] Bump newlib git head

2015-03-23 Thread Chris Johns
On 24/03/2015 4:55 am, Joel Sherrill wrote: On March 23, 2015 12:01:55 PM CDT, Gedare Bloom ged...@rtems.org wrote: Joel, I think the snapshot should contain this patch now. We should switch over to it, and start testing for release. Ageed. AFAIK this is a good snapshot to start the

Re: GSoC 2015 Introduction - Condition Variables (CV)

2015-03-23 Thread Andrei - Constantin Popescu
Hello! I have submitted a improved version of my proposal, to reflect feedback given by mentors! I'll list below what I have changed: 1. The proposed SuperCore API changed, now uses call-outs, as discussed on IRC today. 2. Timeline is more detailed, broken in chunks of roughly two

Re: [rtems-source-builder commit] Bump newlib git head

2015-03-23 Thread Joel Sherrill
On March 23, 2015 12:01:55 PM CDT, Gedare Bloom ged...@rtems.org wrote: Joel, I think the snapshot should contain this patch now. We should switch over to it, and start testing for release. Ageed. AFAIK this is a good snapshot to start the freezing process with. Please update to use it and I

Re: Query regarding filling entry into GSOC tentative table

2015-03-23 Thread Joel Sherrill
On March 23, 2015 10:18:54 AM CDT, Saurabh Gadia ga...@usc.edu wrote: How can insert an entry into this table - https://devel.rtems.org/wiki/GSoC/2015. You have to register for an account and then edit the page. Thanks, Saurabh Gadia --joel ___

Re: Query regarding filling entry into GSOC tentative table

2015-03-23 Thread Saurabh Gadia
Thanks for help. Thanks, Saurabh Gadia On Mon, Mar 23, 2015 at 11:07 AM, Joel Sherrill joel.sherr...@oarcorp.com wrote: On March 23, 2015 10:18:54 AM CDT, Saurabh Gadia ga...@usc.edu wrote: How can insert an entry into this table - https://devel.rtems.org/wiki/GSoC/2015. You have to

Beagle boot without UBoot bwas Re: GSOC 2015: Proof of Hello World

2015-03-23 Thread Joel Sherrill
On 3/23/2015 2:37 PM, Jarielle Catbagan wrote: Hello RTEMS Community: My name is Jarielle Catbagan and I am an undergraduate at California State Polytechnic University, Pomona majoring in computer engineering. Attached is the screen capture of the Hello World test and the patch indicating

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-23 Thread Joel Sherrill
On March 23, 2015 3:23:59 PM CDT, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: - Am 23. Mrz 2015 um 16:51 schrieb Gedare Bloom ged...@gwu.edu: I guess this is a problem for 16-bit targets? changing the constants to 16UL and 8UL also should work. A comment should be made

GSOC 2015: Google Code new project creation disabled as of March 12, 2015

2015-03-23 Thread Jarielle Catbagan
Hello: According to the project proposal template, it has been indicated that we are required to set up a project at code.google.com for tracking. Unfortunately, new project creation has been disabled as of March 12, 2015 as the first step towards completely shutting down Google Code and is