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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c52568d   10/16/15 06:17:52 Sebastian Huber basdefs.h: Add and use RTEMS_DEPRECATED 5
(edit) @3995e6d   09/02/15 09:58:54 Sebastian Huber score: Implement SMP-specific priority queue 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @ffe14b26   05/27/15 08:46:30 Sebastian Huber sapi: Fix workspace size estimate Reserve a full minimum block to … 4.115
(edit) @3f1bf0c   05/27/15 07:04:25 Sebastian Huber sapi: Fix workspace size estimate 4.115
(edit) @67901a82   05/27/15 06:55:51 Sebastian Huber sapi: Simplify confdefs.h The _Configure_From_workspace() already … 4.115
(edit) @e7fade3   11/28/11 08:52:03 Daniel Hellstrom DRVMGR: added driver manager to cpukit/libdrvmgr 4.115
(edit) @a31845f7   11/28/11 09:11:10 Daniel Hellstrom LIBPCI: added PCI layer to cpukit/libpci 4.115
(edit) @bfe6391   03/11/15 16:01:53 Joel Sherrill confdefs.h: Improve the Doxygen 4.115
(edit) @cf404563   03/10/15 19:28:19 Gedare Bloom cpukit: deprecate task variables. closes #2293. 4.115
(edit) @3ac68119   03/06/15 17:41:49 Gedare Bloom cpukit: deprecate notepads Deprecate Classic API Notepads. Mark … 4.115
(edit) @f785492   02/14/15 19:07:19 Sebastian Huber IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR 4.115
(edit) @249766c5   02/13/15 20:26:17 Sebastian Huber IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD Rename … 4.115
(edit) @40a18d7f   02/13/15 20:11:55 Sebastian Huber IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE 4.115
(edit) @12eee4fd   02/13/15 19:53:41 Sebastian Huber IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM Resurrect … 4.115
(edit) @a9df916   02/08/15 18:43:09 Sebastian Huber IMFS: Add fine grained configuration Remove miniIMFS. Statically … 4.115
(edit) @16939b18   02/09/15 18:09:23 Sebastian Huber Filesystem: Simplify FIFO and pipe configuration 4.115
(edit) @efd2965a   02/02/15 14:25:26 Sebastian Huber Filesystem: Statically initialize rtems_libio_iops 4.115
(edit) @ead010c   02/02/15 14:25:23 Sebastian Huber Filesystem: Make rtems_libio_number_iops const 4.115
(edit) @3feb372   12/12/14 07:07:49 Sebastian Huber confdefs.h: Fix workspace size if idle task is FP 4.115
(edit) @01557b0   11/27/14 10:44:48 Sebastian Huber libcsupport: Delete malloc statistics Use the heap handler statistics … 4.115
(edit) @26f4cdd   11/24/14 07:35:45 Sebastian Huber _Scheduler_FIXME_thread_priority_queues_are_broken Delete this … 4.115
(edit) @8fbe2e6   09/04/14 13:59:49 Joel Sherrill Use correct prototype of benchmark_timer_read() This change starts … 4.115
(edit) @2d36931   06/11/14 09:03:25 Sebastian Huber score: Collect scheduler related fields in TCB Add … 4.115
(edit) @1fc2e960   06/02/14 12:46:18 ralf.kirchner libblock: Add RTEMS_BDBUF_USE_PTHREAD Use the PTHREAD mutexes and … 4.115
(edit) @d8ac087   06/02/14 12:42:18 ralf.kirchner rtems: Avoid copy and paste in confdefs.h Add and use … 4.115
(edit) @8fcafdd5   05/21/14 08:33:43 Sebastian Huber score: Multiprocessor Resource Sharing Protocol Add basic support for … 4.115
(edit) @beab7329   05/13/14 14:03:05 Sebastian Huber score: Introduce scheduler nodes Rename scheduler per-thread … 4.115
(edit) @03b7789   04/26/14 13:09:10 Sebastian Huber score: Statically initialize _ISR_Vector_table 4.115
(edit) @0c5beb8e   04/26/14 23:32:20 Chris Johns rtems: Account for the network semaphore. 4.115
(edit) @e306f3df   04/25/14 17:56:36 Jennifer Averett sapi: Fix condef.h compile error for disabled network configuration. … 4.115
(edit) @c9a0a10   04/25/14 06:14:19 Chris Johns rtems: Account for file system semaphores. Add support to account for … 4.115
(edit) @0e98970   04/17/14 06:02:46 Sebastian Huber sapi: Fix CONFIGURE_UNLIMITED_OBJECTS POSIX keys and key value pairs … 4.115
(edit) @2c1e7ff   04/15/14 11:32:40 Sebastian Huber sapi: Error case for CONFIGURE_UNLIMITED_OBJECTS 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @133d54c5   04/09/14 08:33:00 Sebastian Huber score: Add scheduler name 4.115
(edit) @69aa3349   04/08/14 07:42:29 Sebastian Huber score: Simplify thread control initialization The thread control … 4.115
(edit) @e1598a6   04/04/14 08:56:36 Sebastian Huber score: Static scheduler configuration Do not allocate the scheduler … 4.115
(edit) @263f4bec   04/07/14 12:50:37 Sebastian Huber score: Statically initialize IO manager This simplifies the RTEMS … 4.115
(edit) @94086a9   04/07/14 12:41:56 Sebastian Huber score: Fix POSIX threads size estimate The POSIX threads are separate … 4.115
(edit) @fb9e98e   04/07/14 12:50:28 Sebastian Huber score: Fix workspace size estimate 4.115
(edit) @d507c037   04/03/14 17:55:43 Joel Sherrill Disable per task variables when SMP is enabled Per task variables are … 4.115
(edit) @439c494   04/03/14 10:02:09 Sebastian Huber score: Add and use Scheduler_simple_Control 4.115
(edit) @3891983   04/03/14 09:53:48 Sebastian Huber score: Add and use Scheduler_EDF_Control 4.115
(edit) @6d24e8b   03/18/14 18:54:01 Jennifer Averett sapi: Add priority affinity smp scheduler. 4.115
(edit) @494c2e3   04/01/14 09:48:59 Sebastian Huber score: Move priority bit map to scheduler instance Delete global … 4.115
(edit) @5c0c0cf   03/27/14 13:23:21 Christian.Mauderer privateenv: Use POSIX keys instead of task variables. 4.115
(edit) @1fac361   03/24/14 07:51:37 Sebastian Huber score: PR2174: Add workaround Add … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @51f823c9   03/18/14 07:28:14 Sebastian Huber posix: Use interal mutex for once implementation Enable … 4.115
(edit) @e6c87f7   03/04/14 21:54:12 Joel Sherrill POSIX keys now enabled in all configurations. Formerly POSIX keys … 4.115
(edit) @3c96bee   09/12/13 13:32:07 Sebastian Huber JFFS2: Add RTEMS support 4.115
(edit) @6e4c01e   08/23/13 04:56:36 Chris Johns posix: Update to the pthread_once changes. Implement the reeview … 4.115
(edit) @99b3505   08/07/13 13:35:47 Sebastian Huber smp: Add Deterministic Priority SMP Scheduler 4.115
(edit) @9d83f58a   08/12/13 08:32:32 Sebastian Huber smp: Replace Scheduler_simple_smp_Control Replace … 4.115
(edit) @03acc59   08/14/13 00:21:41 Chris Johns posix: Change pthread_once to be SMP safe. Change pthread_once from … 4.115
(edit) @b5c9064   08/05/13 13:20:45 ashi08104 Unlimited objects support for POSIX keys This patch enables unlimited … 4.115
(edit) @c236082   07/30/13 13:54:53 Sebastian Huber smp: Provide cache optimized Per_CPU_Control Delete … 4.115
(edit) @05e82bd7   07/18/13 09:53:48 Sebastian Huber score: Error for non-preemptible tasks on SMP A common use case for … 4.115
(edit) @f913c79   07/18/13 09:27:39 Sebastian Huber sapi: Add rtems_configuration_is_smp_enabled() Add a configuration … 4.115
(edit) @9c9b62d8   07/17/13 09:44:55 Sebastian Huber score: Changes due to Newlib DYNAMIC_REENT Delete … 4.115
(edit) @a936aa49   06/06/13 13:41:00 Sebastian Huber scheduler: New simple SMP scheduler implementation The new Simple SMP … 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
(edit) @b7cf1ff7   04/24/13 13:04:30 Sebastian Huber libcsupport: Delete libc_wrapup() Add and use … 4.115
(edit) @5fa0e5c5   04/24/13 12:37:50 Sebastian Huber libcsupport: Rename open_dev_console() Rename open_dev_console() to … 4.115
(edit) @a290fbe9   04/24/13 12:30:42 Sebastian Huber libcsupport: Make LibIO helper const Add and use rtems_libio_helper … 4.115
(edit) @dc76d98   04/11/13 11:57:10 Sebastian Huber sapi: Fix unified workspace option 4.115
(edit) @6784547   04/07/13 22:28:48 Joel Sherrill confdefs.h: Only one clock or timer configuration parameter can be … 4.115
(edit) @92b33b8d   04/07/13 22:27:46 Joel Sherrill confdefs.h: Eliminate BSP_DEFAULT_UNIFIED_WORK_AREAS This was not … 4.115
(edit) @7571a23   01/27/13 14:10:39 Sebastian Huber sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGS 4.115
(edit) @27f071cd   01/08/13 13:13:41 alexivanov97 sapi: Doxygen Clean Up Task #1 4.115
(edit) @9ab091e   12/28/12 16:35:32 matkallada Header File Doxygen Enhancement Task #2 4.115
(edit) @f9340ed7   12/03/12 10:35:43 Sebastian Huber posix: Add and use <rtems/posix/psignalimpl.h> This file contains the … 4.115
(edit) @228df42   11/07/12 13:10:56 Sebastian Huber sapi: Add BSP_INITIAL_EXTENSION to confdefs.h A BSP can supply an … 4.115
(edit) @466cf31d   11/07/12 12:59:19 Sebastian Huber score: Statically initialize user extensions The initial extensions … 4.115
(edit) @9ed2bef   11/07/12 09:54:49 Sebastian Huber score: Add and use RTEMS_ARRAY_SIZE() 4.115
(edit) @2195fd27   11/07/12 10:23:03 Sebastian Huber sapi: Make initial user extensions table read-only 4.115
(edit) @b596754   11/07/12 09:19:46 Sebastian Huber sapi: Fix user scheduler configuration The comment in confdefs.h … 4.115
(edit) @ae4f125e   11/06/12 12:54:05 Sebastian Huber sapi: Make Configuration read-only The Configuration is now read-only … 4.115
(edit) @ef5f359   11/06/12 11:18:10 Sebastian Huber sapi: Delete duplicate declarations 4.115
(edit) @47a3cd8   08/09/12 14:48:00 Sebastian Huber score: Work area initialization API change The work areas (RTEMS work … 4.115
(edit) @50fc8f6   06/13/12 07:44:32 Sebastian Huber sapi: Add nanoseconds_per_tick to configuration Add … 4.115
(edit) @39ee704e   05/31/12 08:27:29 Sebastian Huber libblock: Add read-ahead task Read-ahead requests were previously … 4.115
(edit) @b6911069   05/29/12 16:02:52 Sebastian Huber libblock: Add task stack size bdbuf configuration The task stack size … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @5a4bb75   04/26/12 12:28:52 Sebastian Huber Filesystem: Remove per file descriptor semaphore The per file … 4.115
(edit) @5eb434e   04/11/12 13:04:22 Sebastian Huber score: New macros and functions New macros o … 4.115
(edit) @e53aae2   03/26/12 20:42:38 Gedare Bloom confdefs: Add declaration for unlimited objects. Adds to confdefs a … 4.115
(edit) @3b7c123   03/13/12 10:33:51 Sebastian Huber Filesystem: Reference counting for locations o A new data structure … 4.115
(edit) @5693f2e   02/22/12 08:58:59 Ralf Corsepius 2012-02-22 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @9fa3cf0d   12/14/11 13:17:19 Sebastian Huber 2011-12-14 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @3df4d74   12/13/11 14:37:03 Sebastian Huber 2011-12-13 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @517bf08   12/13/11 10:52:21 Sebastian Huber 2011-12-13 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @b929b39e   12/05/11 13:51:06 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @84e1742   11/18/11 20:04:49 Jennifer.Averett 2011-11-18 Jennifer Averett <Jennifer.Averett@…> * … 4.115
(edit) @b4f635e   11/10/11 14:40:13 Sebastian Huber 2011-11-10 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @82db8e56   09/15/11 15:49:32 Joel Sherrill 2011-09-15 Petr Benes <benesp16@…> PR 1906/cpukit * … 4.115
(edit) @5472ad41   09/11/11 20:52:37 Joel Sherrill 2011-09-11 Petr Benes <benesp16@…> PR 1896/cpukit * … 4.115
(edit) @5817297   09/09/11 11:02:03 Sebastian Huber 2011-09-09 Sebastian Huber <sebastian.huber@…> PR … 4.115
Note: See TracRevisionLog for help on using the revision log.