Re: [PATCH 5/5] c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

2019-12-11 Thread Sebastian Huber
On 10/12/2019 15:01, Joel Sherrill wrote: FWIW I have long wanted this to be renamed CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Without LIBIO. Provide the old name for a while for transition. https://devel.rtems.org/ticket/3837 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-821

[PATCH] config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE

2019-12-11 Thread Sebastian Huber
Obsolete the CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE configuration option. Update #3735. --- cpukit/include/rtems/confdefs.h | 82 - 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confd

[PATCH] c-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE

2019-12-11 Thread Sebastian Huber
Obsolete the CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE configuration option. Update #3735. --- c-user/configuring_a_system.rst | 36 +++- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst

[PATCH] config: Add CONFIGURE_IMFS_ENABLE_MKFIFO

2019-12-11 Thread Sebastian Huber
Obsolete undocumented configuration options CONFIGURE_MAXIMUM_FIFOS and CONFIGURE_MAXIMUM_PIPES. Replace these options with the new CONFIGURE_IMFS_ENABLE_MKFIFO configuration option. Update #3840. --- cpukit/include/rtems/confdefs.h | 16 +++- testsuites/psxtests/psximfs02/init.