Re: Thread name support

2017-01-16 Thread Chris Johns
On 16/1/17 5:52 pm, Sebastian Huber wrote: > On 13/01/17 18:59, Gedare Bloom wrote: >> On Fri, Jan 13, 2017 at 3:25 AM, Sebastian Huber >> wrote: >>> Hello, >>> >>> I added optional user-defined thread names. >>> >>> https://devel.rtems.org/ticket/2858 >>> >>> The GNU pthread extensions pthread_ge

Re: Thread name support

2017-01-16 Thread Sebastian Huber
On 16/01/17 09:08, Chris Johns wrote: On 16/1/17 5:52 pm, Sebastian Huber wrote: On 13/01/17 18:59, Gedare Bloom wrote: On Fri, Jan 13, 2017 at 3:25 AM, Sebastian Huber wrote: Hello, I added optional user-defined thread names. https://devel.rtems.org/ticket/2858 The GNU pthread extension

Re: Thread name support

2017-01-16 Thread Chris Johns
On 16/1/17 7:19 pm, Sebastian Huber wrote: > > > On 16/01/17 09:08, Chris Johns wrote: >> On 16/1/17 5:52 pm, Sebastian Huber wrote: >>> On 13/01/17 18:59, Gedare Bloom wrote: On Fri, Jan 13, 2017 at 3:25 AM, Sebastian Huber wrote: > Hello, > > I added optional user-defined

Re: Thread name support

2017-01-16 Thread Sebastian Huber
On 16/01/17 12:56, Chris Johns wrote: Who looks at the RTEMS documentation to figure out what a POSIX function >does? I never used the POSIX API manual. > Many people do. It is important when something is not working as expected. Not all users are keen to jump into the RTEMS source code to fig

Best Place to add TLS Document Reference

2017-01-16 Thread Joel Sherrill
Hi Where in our documentation would it be best to add this? https://www.akkadia.org/drepper/tls.pdf --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] rtems-test-check: Make exclude work again.

2017-01-16 Thread Joel Sherrill
closes #2867. --- tools/build/rtems-test-check | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check index e02f8e9..e8acde0 100755 --- a/tools/build/rtems-test-check +++ b/tools

[PATCH] powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset

2017-01-16 Thread Joel Sherrill
--- c/src/lib/libbsp/arm/shared/startup/linkcmds.base | 2 ++ c/src/lib/libbsp/m68k/shared/startup/linkcmds.base| 2 ++ c/src/lib/libbsp/or1k/shared/startup/linkcmds.base| 2 ++ c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base | 2 ++ c/src/lib/libbsp/sparc/shared/startup/linkcmds

Re: [PATCH] rtems-test-check: Make exclude work again.

2017-01-16 Thread Chris Johns
This change looks wrong. Moving test loop out of the if testdata block means variables in the test loop are not defined. I consider it a script bug to assume it is ok to reference a variable that is not declared because it is ambiguous if this intended behavior or a bug. Starvos sent me this chang

Re: Best Place to add TLS Document Reference

2017-01-16 Thread Sebastian Huber
On 16/01/17 20:22, Joel Sherrill wrote: Hi Where in our documentation would it be best to add this? https://www.akkadia.org/drepper/tls.pdf It would be nice to use something like bibtex in sphinx for this: https://sphinxcontrib-bibtex.readthedocs.io/en/latest/quickstart.html -- Sebastian Hu