source: rtems/cpukit/include/rtems/confdefs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ba46b936   02/14/20 13:04:21 Sebastian Huber config: Add _SMP_Is_enabled Move the is SMP enabled configuration … 5
(edit) @567455b6   02/14/20 12:57:20 Sebastian Huber config: Add _SMP_Processor_configure_maximum Move the processor … 5
(edit) @ad85c00   02/14/20 12:48:18 Sebastian Huber config: Add _Workspace_Is_unified Move the unified workspace … 5
(edit) @ba7b2df7   02/14/20 12:43:58 Sebastian Huber config: Add _Workspace_Size Move the workspace size configuration … 5
(edit) @5180762c   02/14/20 12:36:30 Sebastian Huber config: Add _Thread_Idle_body Move the idle thread body configuration … 5
(edit) @c70d112   02/14/20 12:26:17 Sebastian Huber config: Add _Thread_Idle_stack_size Move the idle thread stack size … 5
(edit) @308a2e0f   02/14/20 11:58:21 Sebastian Huber config: Add _Watchdog_Ticks_per_timeslice Move the ticks per … 5
(edit) @b8648bd   02/13/20 16:16:15 Sebastian Huber config: Add _Watchdog_Microseconds_per_tick Move the microseconds per … 5
(edit) @3b4795b4   02/14/20 10:20:42 Sebastian Huber config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE The … 5
(edit) @9520ec3   02/14/20 08:31:44 Sebastian Huber config: Simplify initialization task config With the removal of the … 5
(edit) @6b0873f   02/14/20 07:40:41 Sebastian Huber config: Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLE The … 5
(edit) @58864627   02/14/20 16:24:45 Sebastian Huber config: Remove unused declaration and defines Update #3875. 5
(edit) @e85f168   02/13/20 15:56:20 Sebastian Huber config: Remove unused configuration constant 5
(edit) @32991495   12/09/19 15:03:11 Sebastian Huber score: Statically allocate idle/MPCI stacks Place idle and MPCI … 5
(edit) @00c7ad4   12/16/19 13:32:47 Sebastian Huber score: Split stack allocator configuration This allows the linker … 5
(edit) @f4dbf37d   12/09/19 09:12:14 Sebastian Huber score: Simplify TLS area allocation Use the stack area to allocate … 5
(edit) @fc398fd   12/07/19 15:50:35 Sebastian Huber score: Simplify FP context allocation Use the stack area to allocate … 5
(edit) @2d07ce6   02/04/20 14:26:31 Sebastian Huber config: Add CONFIGURE_DIRTY_MEMORY Replace the BSP_DIRTY_MEMORY BSP … 5
(edit) @8ecbc38   02/04/20 12:56:41 Sebastian Huber sysinit: Add RTEMS_SYSINIT_ZERO_MEMORY Use a dedicate system … 5
(edit) @1d43a97   02/04/20 12:20:26 Sebastian Huber config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY Canonicalize … 5
(edit) @cadff8f7   02/04/20 12:12:40 Sebastian Huber config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY Update #3863. 5
(edit) @e44ae80   02/02/20 10:00:05 Sebastian Huber config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION Update #3861. 5
(edit) @eea21eac   12/13/19 05:18:36 Sebastian Huber bsps: Rework work area initialization The work area initialization … 5
(edit) @26443da   09/24/19 13:51:53 Sebastian Huber record: Fix configuration 5
(edit) @806fe963   12/19/19 10:38:45 Sebastian Huber config: Improve EDF SMP scheduler configuration Use … 5
(edit) @51fd6b47   12/19/19 09:18:32 Sebastian Huber config: Fix CONFIGURE_MAXIMUM_POSIX_THREADS Bug was introduced by … 5
(edit) @88c198b   12/17/19 14:42:15 Sebastian Huber config: Remove Ada configuration options Update #3845. 5
(edit) @3cec2df   12/17/19 08:17:43 Sebastian Huber config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS Rename … 5
(edit) @e6f2b54   12/17/19 08:26:04 Sebastian Huber config: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE Remove … 5
(edit) @3fba9de2   12/12/19 07:50:40 Sebastian Huber config: Statically allocate MP object controls Update #3735. 5
(edit) @1d9f509e   12/12/19 07:43:06 Sebastian Huber config: Statically allocate MP thread proxies Update #3735. 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 5
(edit) @d24b301   12/11/19 14:57:49 Sebastian Huber config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE Obsolete the … 5
(edit) @6f6091b3   12/11/19 18:08:03 Sebastian Huber config: Add CONFIGURE_IMFS_ENABLE_MKFIFO Obsolete undocumented … 5
(edit) @b1b6dd71   12/11/19 15:45:37 Sebastian Huber pipe: Use condition variables Use self-contained condition variables … 5
(edit) @84aee2e9   12/10/19 07:09:13 Sebastian Huber mpci: Simplify MPCI configuration Use watchdog for shared memory … 5
(edit) @46865542   12/07/19 11:06:01 Sebastian Huber rtems: Simplify semaphore configuration The MrsP semaphore … 5
(edit) @bb99cd0d   12/05/19 18:22:33 Sebastian Huber clock: Simplify driver initialization Use a system initialization … 5
(edit) @5ae6112   12/05/19 14:14:51 Sebastian Huber userext: Simplify configuration Avoid the use of the workspace and … 5
(edit) @a7c86cc   10/04/19 07:18:55 Sebastian Huber config: Avoid zero-length array Use … 5
(edit) @11f196d6   08/30/19 06:09:46 Sebastian Huber record: Simplify configuration Update #3665. 5
(edit) @a2684c2b   08/27/19 13:39:43 Sebastian Huber record: Use BSS section instead of per-CPU data The .rtemsrwset … 5
(edit) @5ee70c5   07/30/19 04:24:00 Sebastian Huber Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZE 5
(edit) @373cd1c5   05/22/19 14:29:33 joel rtems/confdefs.h: Fix typo 5
(edit) @1bf2f16   04/06/19 12:26:00 Sebastian Huber posix: Avoid workspace for queued signals 5
(edit) @e6a8410   04/06/19 12:28:19 Sebastian Huber posix: _Configuration_POSIX_Minimum_stack_size Rename to use proper … 5
(edit) @b0e335c2   04/06/19 12:19:11 Sebastian Huber posix: _Configuration_POSIX_Maximum_queued_signals Rename to use … 5
(edit) @369bf2c4   04/06/19 08:32:46 Sebastian Huber config: Obsolete Go configuration options Update #2832. 5
(edit) @dca6184   04/28/18 09:36:11 Sebastian Huber Add low level event recording support Add low level event recording … 5
(edit) @e7b0a72   12/14/18 07:07:08 Sebastian Huber config: Remove CONFIGURE_CONFDEFS_DEBUG This configuration option was … 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @0446f680   12/03/18 20:37:32 mcomajoancara Spelling and grammar fixes in source code comments (GCI 2018) 5
(edit) @5fc855d   11/08/18 12:17:37 Sebastian Huber rtems: Move internal structures to extensiondata.h Update #3598. 5
(edit) @e1b7c188   11/08/18 10:07:57 Sebastian Huber rtems: Move internal structures to timerdata.h Update #3598. 5
(edit) @b7af3e44   11/08/18 09:57:21 Sebastian Huber rtems: Move internal structures to tasksdata.h Update #3598. 5
(edit) @739df1f5   11/08/18 09:45:44 Sebastian Huber rtems: Move internal structures to semdata.h Update #3598. 5
(edit) @e8e914b3   11/08/18 09:37:22 Sebastian Huber rtems: Move internal structures to regiondata.h Update #3598. 5
(edit) @f00c5c6   11/08/18 09:32:14 Sebastian Huber rtems: Move internal structures to partdata.h Update #3598. 5
(edit) @257668d   11/08/18 09:28:49 Sebastian Huber rtems: Move internal structures to messagedata.h Update #3598. 5
(edit) @72a4a42   11/08/18 09:19:39 Sebastian Huber rtems: Move internal structures to dpmemdata.h Update #3598. 5
(edit) @395a49e1   11/08/18 09:12:21 Sebastian Huber rtems: Move internal structures to barrierdata.h Update #3598. 5
(edit) @78bbe59   11/07/18 13:12:52 Sebastian Huber rtems: Move internal structures to ratemondata.h Update #3598. 5
(edit) @ff081aee   11/06/18 15:58:02 Sebastian Huber score: Rename interrupt stack symbols Rename * … 5
(edit) @d1f7204   11/06/18 12:04:11 Sebastian Huber config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCY Move the getreent() … 5
(edit) @54f35888   10/25/18 08:54:12 Sebastian Huber posix: Provide threads by default Update #2514. 5
(edit) @fe7aefd5   10/25/18 08:12:39 Sebastian Huber posix: Provide message queues by default Update #2514. 5
(edit) @701057e0   10/25/18 08:07:46 Sebastian Huber posix: Provide shared memory objects by default Update #2514. 5
(edit) @9318cfb0   10/14/18 10:43:13 Sebastian Huber posix: Provide named semaphores by default Update #2514. 5
(edit) @e97806a   10/14/18 17:20:05 Sebastian Huber posix: Split posix_api_configuration_table Use separate configuration … 5
(edit) @24b5807   10/24/18 05:35:51 Sebastian Huber config: Modify CONFIGURE_INTERRUPT_STACK_SIZE Use … 5
(edit) @8776bb9   09/26/18 04:34:54 Sebastian Huber score: Remove CPU_PROVIDES_IDLE_THREAD_BODY Remove the … 5
(edit) @a346ebba   09/26/18 07:04:43 Sebastian Huber telnetd: Remove CONFIGURE_MAXIMUM_PTYS Add a … 5
(edit) @68f339b6   09/17/18 09:53:10 Sebastian Huber Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLE The RTEMS configuration … 5
(edit) @5fa0a1f6   09/17/18 08:35:45 Sebastian Huber config: Remove CONFIGURE_HAS_OWN_MOUNT_TABLE RTEMS had the … 5
(edit) @bd5cec41   09/17/18 08:31:29 Sebastian Huber config: Remove CONFIGURE_HAS_OWN_FILESYSTEM_TABLE This configuration … 5
(edit) @fd27bae   08/07/18 04:25:47 Sebastian Huber CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE Make … 5
(edit) @334e1d2   07/30/18 05:35:26 Sebastian Huber confdefs: Fix uniprocessor configuration Introduce a new internal … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @61d5c886   05/25/18 08:27:40 Sebastian Huber config: Hide CONFIGURE_SCHEDULER_COUNT Rename … 5
(edit) @2292ca22   05/25/18 08:13:14 Sebastian Huber config: Hide CONFIGURE_INITIAL_EXTENSION_TABLE Rename … 5
(edit) @c77cd426   04/30/18 22:18:49 joel Drop executable permissions on .[ch] files 5
(edit) @3ef7e744   04/30/18 05:44:56 Sebastian Huber config: Fix -Wint-in-bool-context warnings 5
(edit) @2c65588   03/22/18 06:48:05 Sebastian Huber config: Fix re-definition warning 5
(edit) @6fadb7af   03/08/18 05:33:24 Sebastian Huber config: Use new scheduler configuration defines Update #3325. 5
(edit) @2ef85b1   03/08/18 05:20:10 Sebastian Huber config: Simplify clustered scheduler configuration Do not use names … 5
(edit) @337a186   02/21/18 11:40:18 Sebastian Huber Add a simple task console driver Close #3320. 5
(edit) @c232b37   02/19/18 19:05:57 joel confdefs.h: Minor rework to avoid warnings when … 5
(edit) @53b6484   02/05/18 08:57:45 Sebastian Huber termios: Remove obsolete configuration options Update #2843. 5
(edit) @03e5a780   12/15/17 05:20:09 Sebastian Huber NFS: Use self-contained recursive mutex Update #2843. 5
(edit) @8ddd92d   12/14/17 05:12:59 Sebastian Huber pipe: Use self-contained mutex Update #2843. 5
(edit) @0940648f   12/13/17 15:23:34 Sebastian Huber RFS: Use self-contained recursive mutex Update #2843. 5
(edit) @3b77417   12/13/17 15:15:25 Sebastian Huber dosfs: Use self-contained recursive mutex Update #2843. 5
(edit) @b17bcb3   12/13/17 05:18:28 Sebastian Huber JFFS2: Use self-contained recursive mutex Update #2843. 5
(edit) @16fc3f9a   12/12/17 05:27:14 Sebastian Huber network: Use self-contained recursive mutex Update #2843. 5
(edit) @2c12262   11/28/17 05:30:35 Sebastian Huber termios: Use self-contained objects Update #2840. 5
(edit) @8d7f3680   11/18/17 16:19:13 Sebastian Huber libblock: Use self-contained mutex and cond var Update #2843. 5
(edit) @1b2da177   11/18/17 15:52:32 Sebastian Huber libblock: Use self-contained mutex for disk lock Update #2843. 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(add) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
Note: See TracRevisionLog for help on using the revision log.