On 16/01/2015 7:13 am, Joel Sherrill wrote:
On 1/15/2015 2:05 PM, Gedare Bloom wrote:
On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill
wrote:
On 1/15/2015 1:47 PM, Gedare Bloom wrote:
Did you update the binutils version number in the RSB build set? e.g.
4.11/rtems-moxie.bset
Yes. I switched i
On 1/15/2015 2:05 PM, Gedare Bloom wrote:
> On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill
> wrote:
>> On 1/15/2015 1:47 PM, Gedare Bloom wrote:
>>> Did you update the binutils version number in the RSB build set? e.g.
>>> 4.11/rtems-moxie.bset
>> Yes. I switched it to git. But moxie is using 2.2
On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill
wrote:
>
> On 1/15/2015 1:47 PM, Gedare Bloom wrote:
>> Did you update the binutils version number in the RSB build set? e.g.
>> 4.11/rtems-moxie.bset
> Yes. I switched it to git. But moxie is using 2.24.
>
> I removed the old moxie tools from the ins
On 1/15/2015 1:47 PM, Gedare Bloom wrote:
> Did you update the binutils version number in the RSB build set? e.g.
> 4.11/rtems-moxie.bset
Yes. I switched it to git. But moxie is using 2.24.
I removed the old moxie tools from the install point and it is now using
the right as version. Checked by g
Hi
I am trying to update the moxie tools and the previous version
of binutils used is incapable of building a current toolset.
Even when I take the install point out of my PATH, it appears that
that is used internally by the RSB and thus the as used to build
gcc is the one from the previous instal
Hi
We need to do this frequently but it is time to update the Open Projects
page: https://devel.rtems.org/wiki/Developer/OpenProjects
In particular, we need more project ideas and, when not simple to
describe, help
writing up the project idea description pages. We need this ASAP for GSoC
applicat
Send a special event to notify tasks waiting for a socket state change
in case this socket gets closed. This prevents a use after free.
Close #785.
v2: Cover also select().
---
cpukit/libnetworking/kern/uipc_socket.c| 31 +++-
cpukit/libnetworking/rtems/rtems_bsdnet_internal.h |
Send a special event to notify tasks waiting for a socket state change
in case this socket gets closed. This prevents a use after free.
Close #785.
---
cpukit/libnetworking/kern/uipc_socket.c| 18 ++-
cpukit/libnetworking/rtems/rtems_bsdnet_internal.h | 2 +-
cpukit/libnetworking/