Re: [PATCH v1 0/2] [libbsd] Install correct machine include headers

2021-06-01 Thread Chris Johns
On 2/6/21 4:20 am, Christian Mauderer wrote: > On 01/06/2021 19:24, Gedare Bloom wrote: >> On Mon, May 10, 2021 at 11:26 AM Jan Sommer wrote: >>> >>> Hello, >>> >>> This is a follow-up on this discussion regarding the installed header files >>> in libbsd: https://lists.rtems.org/pipermail/devel/20

POSIX Issue 8 Draft and _POSIX_VERSION

2021-06-01 Thread Joel Sherrill
Hi Over in RTEMS, we have a GSoC student looking at adding the new methods called out in the draft Issue 8. The first step would be adding prototypes for these. I assume these would be guarded by _POSIX_VERSION with the appropriate value. If all this much is correct, then the stumbling block is...

Re: [PATCH v1 0/2] [libbsd] Install correct machine include headers

2021-06-01 Thread Christian Mauderer
On 01/06/2021 19:24, Gedare Bloom wrote: On Mon, May 10, 2021 at 11:26 AM Jan Sommer wrote: Hello, This is a follow-up on this discussion regarding the installed header files in libbsd: https://lists.rtems.org/pipermail/devel/2021-April/066211.html The current situation is, that for example

Re: [PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-01 Thread Joel Sherrill
This looks like it should fix the issue. OK to push. On Tue, Jun 1, 2021 at 1:06 PM Harrison Edward Gerber wrote: > From: Harrison Edward Gerber > > See also CID 1468684 > > Closes #4445 > --- > cpukit/libdebugger/rtems-debugger-remote-tcp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-01 Thread Harrison Edward Gerber
From: Harrison Edward Gerber See also CID 1468684 Closes #4445 --- cpukit/libdebugger/rtems-debugger-remote-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libdebugger/rtems-debugger-remote-tcp.c b/cpukit/libdebugger/rtems-debugger-remote-tcp.c index 696e2deb8c

Re: [PATCH v1 0/2] [libbsd] Install correct machine include headers

2021-06-01 Thread Gedare Bloom
On Mon, May 10, 2021 at 11:26 AM Jan Sommer wrote: > > Hello, > > This is a follow-up on this discussion regarding the installed header files > in libbsd: https://lists.rtems.org/pipermail/devel/2021-April/066211.html > > The current situation is, that for example for all machines the bus.h is >

Re: GSoC - Code Formatting and Style Checking for RTEMS score

2021-06-01 Thread Gedare Bloom
On Mon, May 31, 2021 at 2:59 PM Ida Delphine wrote: > > Hi Gedare, > > With regards to your comment on discord on me looking for a tool that works > on both patches and source files, it turns out clang-format has that > functionality already. Here's what I found - > https://clang.llvm.org/docs/

Improve SMP support for PC BSP

2021-06-01 Thread Jan.Sommer
Hello, Currently the pc BSP in SMP mode uses a timer interrupt on cpu0 which is then distributed to all other cores via an IPI for the scheduler tick. This means, if cpu0 locally disables its interrupts (e.g. in a driver), all schedulers lose their sense of time. Worst case this could lead to a