[PATCH] dosfs: Fix files with same name as volume name.

2017-11-28 Thread Christian Mauderer
From: Christian Mauderer Take care that a file in the root directory with the same name as the volume name can be found. --- cpukit/libfs/src/dosfs/msdos_misc.c | 3 +- testsuites/fstests/fsdosfsname01/init.c | 110 +++- 2 files changed, 111 insertions(+), 2 del

[PATCH] libdebugger: rtems_debugger_register_tcp_remote()

2017-11-28 Thread Sebastian Huber
Always provide rtems_debugger_register_tcp_remote(). Header files are supplied by Newlib and not libnetworking. Get latest version from libbsd. Update #3252. --- cpukit/Makefile.am | 1 + cpukit/libdebugger/Makefile.am | 6 +- cpukit/libdebugger/p

re [PATCH] dosfs: Fix files with same name as volume name.

2017-11-28 Thread Christian Mauderer
Just noted that I sent the wrong patch. That version still contains some adaption for the target board. Please ignore v1 and only take a look at v2. Regards Christian ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH v2] dosfs: Fix files with same name as volume name.

2017-11-28 Thread Christian Mauderer
From: Christian Mauderer Take care that a file in the root directory with the same name as the volume name can be found. --- cpukit/libfs/src/dosfs/msdos_misc.c | 3 ++- testsuites/fstests/fsdosfsname01/init.c | 45 - 2 files changed, 46 insertions(+), 2 dele

Re: [PATCH] libdebugger: rtems_debugger_register_tcp_remote()

2017-11-28 Thread Chris Johns
On 29/11/2017 00:59, Sebastian Huber wrote: > Always provide rtems_debugger_register_tcp_remote(). Header files are > supplied by Newlib and not libnetworking. Does this mean the version in libbsd can be removed? Chris ___ devel mailing list devel@rtem

Many Warnings in Tests

2017-11-28 Thread Joel Sherrill
Hi Some recent change has introduced a lot of warnings like the following where POSIX threads do not end with "return NULL;" or similar: og/arm-altcycv_devkit.log:../../../../../../../rtems/c/src/../../testsuites/psxtmtests/psxtmbarrier01/init.c:86:1: warning: control reaches end of non-void func

Re: Many Warnings in Tests

2017-11-28 Thread Chris Johns
On 29/11/2017 10:23, Joel Sherrill wrote: > > Some recent change has introduced a lot of warnings like the following where > POSIX threads do not end with "return NULL;" or similar: > > og/arm-altcycv_devkit.log:../../../../../../../rtems/c/src/../../testsuites/psxtmtests/psxtmbarrier01/init.c:86

Re: Many Warnings in Tests

2017-11-28 Thread Joel Sherrill
Ok. I will fix this and commit it tomorrow. Then look at other warnings. Thanks. --joel On Nov 28, 2017 5:26 PM, "Chris Johns" wrote: On 29/11/2017 10:23, Joel Sherrill wrote: > > Some recent change has introduced a lot of warnings like the following where > POSIX threads do not end with "ret

Re: parallel make failure?

2017-11-28 Thread Chris Johns
On 28/11/2017 17:27, Sebastian Huber wrote: > On 28/11/17 02:12, Chris Johns wrote: >> On 27/11/2017 18:07, Sebastian Huber wrote: >>> On 25/11/17 23:02, Chris Johns wrote: On 23/11/17 9:33 pm, Sebastian Huber wrote: > bsps/include > bsps/$arch/include > bsps/$arch/$bsp/include >>>

Re: [PATCH] libdebugger: rtems_debugger_register_tcp_remote()

2017-11-28 Thread Sebastian Huber
On 28/11/17 23:02, Chris Johns wrote: On 29/11/2017 00:59, Sebastian Huber wrote: Always provide rtems_debugger_register_tcp_remote(). Header files are supplied by Newlib and not libnetworking. Does this mean the version in libbsd can be removed? Yes, but there is an issue with the library d