Re: [PATCH] user: Mention file descriptor changes

2020-09-01 Thread Sebastian Huber
On 01/09/2020 08:22, Chris Johns wrote: On 1/9/20 3:07 pm, Sebastian Huber wrote: On 01/09/2020 07:04, Sebastian Huber wrote: +In RTEMS 5.1, the file descriptor list is a LIFO in contrast to previous +versions where it was a FIFO. Maybe better: In RTEMS 5.1, the list of free file descriptors

Re: [PATCH] user: Mention file descriptor changes

2020-09-01 Thread Chris Johns
On 1/9/20 3:07 pm, Sebastian Huber wrote: > On 01/09/2020 07:04, Sebastian Huber wrote: >> +In RTEMS 5.1, the file descriptor list is a LIFO in contrast to previous >> +versions where it was a FIFO. > > Maybe better: > > In RTEMS 5.1, the list of free file descriptors has a LIFO ordering in >

Re: [PATCH] user: Mention file descriptor changes

2020-08-31 Thread Sebastian Huber
On 01/09/2020 07:04, Sebastian Huber wrote: +In RTEMS 5.1, the file descriptor list is a LIFO in contrast to previous +versions where it was a FIFO. Maybe better: In RTEMS 5.1, the list of free file descriptors has a LIFO ordering in contrast to previous versions where it was a FIFO. --

[PATCH] user: Mention file descriptor changes

2020-08-31 Thread Sebastian Huber
--- user/migration/v4_11-to-v5.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/user/migration/v4_11-to-v5.rst b/user/migration/v4_11-to-v5.rst index d42744d..5480434 100644 --- a/user/migration/v4_11-to-v5.rst +++ b/user/migration/v4_11-to-v5.rst @@ -69,6 +69,20 @@ The