Re: POSIX Compliance Issue

2015-01-22 Thread Sebastian Huber
On 23/01/15 01:37, Joel Sherrill wrote: Hi In running the Open Group FACE Conformance Test Suite on RTEMS, it spotted that the old network stack's does not include the types.h (or sys/types.h) to get ssize_t. That means you get a type undefined error if you followk http://pubs.opengroup.org/o

POSIX Compliance Issue

2015-01-22 Thread Joel Sherrill
Hi In running the Open Group FACE Conformance Test Suite on RTEMS, it spotted that the old network stack's does not include the types.h (or sys/types.h) to get ssize_t. That means you get a type undefined error if you followk http://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html Thi

Open Tickets for 4.11 Branching

2015-01-22 Thread Joel Sherrill
Hi Thirty tickets are currently listed as non-admin issues with a milestone of 4.11. This means they are issues to be resolved before we can branch. http://goo.gl/HeziKs Please help review these. If you can resolve an issue, please help do so. If the issue is not going to get fixed or get attent

Re: Rump Kernels

2015-01-22 Thread Joel Sherrill
On 1/22/2015 3:32 PM, Gedare Bloom wrote: > Hi, > > Has anyone taken a look at Rump Kernels, and feasibility to use any of > it with RTEMS? http://rumpkernel.org/ > > Rump Kernels encapsulate parts of the NetBSD kernel that can be reused > in other OS kernels. The obvious big wins come from devic

Rump Kernels

2015-01-22 Thread Gedare Bloom
Hi, Has anyone taken a look at Rump Kernels, and feasibility to use any of it with RTEMS? http://rumpkernel.org/ Rump Kernels encapsulate parts of the NetBSD kernel that can be reused in other OS kernels. The obvious big wins come from device drivers, but also maintenance efforts are much reduce

Re: 4.11 Branching To Do

2015-01-22 Thread Sebastian Huber
I updated the benchmark to include also the RTEMS chain implementation for comparison with the red-black trees. Below 60 nodes it is faster than the red-black trees. https://github.com/sebhub/rb-bench Is a red-black tree really the best choice for our priority queues? A semaphore with 60 wait

ANN: RDUC RTEMS Developers and Users Conference

2015-01-22 Thread Thomas Doerfler
Hello, today I want to announce a planned event for June 2015: The First RTEMS Developers and Users Conference (RDUC). Sharing ideas, problems, solutions and future visions via email and chat is fine for the daily work, but the RTEMS community is now big enough to justify a regular confe

[PATCH] IMFS: Replace node union with individual struct

2015-01-22 Thread Sebastian Huber
This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER(). --- cpukit/dev/i2c/i2c-bus.c| 16 +- cpukit/dev/i2c/i2c-dev.c| 16 +- cpukit/libblock/src/blkdev-imfs.c | 21 +- cpukit/libfs/Makefile.am

Re: [PATCH] grspw: descriptor tables no longer statically allocated

2015-01-22 Thread Cláudio Silva
Hello, OK with me. Best Regards, Cláudio On Jan 22, 2015 8:15 AM, "Daniel Hellstrom" wrote: > Hello, > > Haven't tested but seems good. > > Thanks, > Daniel > > On 01/21/2015 05:05 PM, Gedare Bloom wrote: > >> Claudio and Daniel H, >> OK to commit? >> >> -Gedare >> >> On Tue, Dec 23, 2014 at 10

Re: [PATCH] grspw: descriptor tables no longer statically allocated

2015-01-22 Thread Daniel Hellstrom
Hello, Haven't tested but seems good. Thanks, Daniel On 01/21/2015 05:05 PM, Gedare Bloom wrote: Claudio and Daniel H, OK to commit? -Gedare On Tue, Dec 23, 2014 at 10:08 PM, Gedare Bloom wrote: This is a patch proposed for PR 1761 [https://devel.rtems.org/ticket/1761]. Comment if OK or no