source: rtems/cpukit/sapi/include/rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @059529e   07/21/16 08:15:02 Sebastian Huber score: Add debug support to chains This helps to detect * double … 5
(edit) @69a6802b   06/17/16 05:50:01 Sebastian Huber score: Move _RBTree_Find() The _RBTree_Find() is no longer used in … 5
(edit) @768c483b   06/17/16 05:38:17 Sebastian Huber score: Move _RBTree_Insert() The _RBTree_Insert() is no longer used … 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @7dfb4b9   05/19/16 09:20:58 Sebastian Huber score: Add per scheduler instance maximum priority The priority … 5
(edit) @981eed2   04/29/16 10:09:32 Sebastian Huber score: Add dummy Strong APA scheduler Start with a copy of the … 5
(edit) @d7a12be9   04/19/16 12:14:10 Sebastian Huber score: Optimize _Objects_Get_no_protection() Make the id the first … 5
(edit) @36272279   04/08/16 14:23:22 Sebastian Huber sapi: Avoid Giant lock for extensions Extension create and delete is … 5
(edit) @d995a263   04/04/16 07:37:15 Sebastian Huber score: Delete _Chain_Append() This function is not used in the score. … 5
(edit) @3bf2bcc8   04/04/16 07:36:01 Sebastian Huber score: Delete _Chain_Get() This function is not used in the score. … 5
(edit) @223fff46   04/04/16 04:57:01 Sebastian Huber score: Delete _Chain_Extract() This function is not used in the … 5
(edit) @b0354b0e   04/04/16 04:17:59 Sebastian Huber score: Delete _Chain_Insert() This function is not used in the score. … 5
(edit) @cd900523   04/04/16 07:29:02 Sebastian Huber score: Delete _Chain_Get_with_empty_check() This function is not used … 5
(edit) @c130387   04/04/16 07:24:47 Sebastian Huber score: Delete _Chain_Prepend_with_empty_check() This function is not … 5
(edit) @88f4157c   04/04/16 06:46:27 Sebastian Huber score: Delete _Chain_Append_with_empty_check() This function is not … 5
(edit) @6406b69   04/04/16 04:52:55 Sebastian Huber score: Delete _Chain_Prepend() This function is not used in the … 5
(edit) @18ff889   03/14/16 09:11:38 Sebastian Huber score: Use ISR lock for IO driver registration Create implementation … 5
(edit) @62d2540   03/14/16 08:40:57 Sebastian Huber score: Delete unused SAPI_IO_EXTERN Update #2559. 5
(edit) @8ca372e   01/26/16 09:11:48 Sebastian Huber Use linker set for MPCI initialization Update #2408. 5
(edit) @92bb345   12/10/15 10:40:26 Sebastian Huber Optional Extensions initialization Update #2408. 5
(edit) @76ac1ee3   12/23/15 06:29:47 Sebastian Huber score: Fix simple timecounter support Update #2502. 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @d0c39838   09/22/15 14:21:12 Sebastian Huber Use linker set for system initialization Make … 5
(edit) @8054b1c   11/26/15 13:08:56 Sebastian Huber Remove <rtems/debug.h> Close #2477. 5
(edit) @aa47302   11/03/15 10:10:21 Sebastian Huber sapi: Add rtems_chain_get_first_unprotected() Close #2459. 5
(edit) @c52568d   10/16/15 06:17:52 Sebastian Huber basdefs.h: Add and use RTEMS_DEPRECATED 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @509e8d7f   08/18/15 04:21:17 Sebastian Huber rbtree: Delete rtems_rbtree_find_control() This function is hard to … 5
(edit) @ddb6a49b   08/21/15 03:57:42 Sebastian Huber rbtree: Delete _RBTree_Initialize() This function has no internal use … 5
(edit) @b9877ee   08/21/15 03:55:04 Sebastian Huber rbtree: Delete _RBTree_Get() This function has no internal use case. 5
(edit) @3f49446   08/21/15 03:40:07 Sebastian Huber rbtree: Delete _RBTree_Is_first() 5
(edit) @341f629   08/21/15 03:39:59 Sebastian Huber rbtree: Add _RBTree_Minimum(), _RBTree_Maximum() 5
(edit) @31be416   04/20/15 09:08:22 alexander.krutwig timecounter: Port to RTEMS New test sptests/timecounter01. Update #2271. 4.115
(edit) @8d6fd40   04/17/15 06:45:50 Sebastian Huber sapi: Avoid declaration in source, fix type 4.115
(edit) @a7e4de2   03/06/15 20:33:08 Joel Sherrill Fix even more Doxygen issues 4.115
(edit) @18d0a49   03/05/15 07:44:59 Sebastian Huber Move test support from sapi to libmisc/testsupport 4.115
(edit) @993f5ac   07/23/14 11:03:54 Sebastian Huber rbtree: Simplify insert and extract Simplify _RBTree_Insert() and … 4.115
(edit) @60fe374   08/03/14 11:02:58 Sebastian Huber rbtree: Add and use RBTree_Compare_result 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @b767683a   07/22/14 20:49:09 Sebastian Huber rbtree: Rename find header in find control Simplify … 4.115
(edit) @6e93c836   07/22/14 17:42:54 Sebastian Huber rbtree: Simplify off-tree handling Only use the parent pointer, since … 4.115
(edit) @4cd55724   07/26/14 10:52:22 Sebastian Huber Delete unused *_Is_null() functions 4.115
(edit) @64939bc   07/12/14 19:22:22 Sebastian Huber rbtree: Reduce RBTree_Control size Remove compare function and is … 4.115
(edit) @7e119990   07/12/14 19:22:21 Sebastian Huber rbtree: Delete unused functions 4.115
(edit) @897a0935   06/11/14 13:37:11 Sebastian Huber score: Fix scheduler context initializer 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) @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) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @840ae71   03/10/14 13:39:41 Sebastian Huber sapi: Add <rtems/test.h> Provide support functions to print the … 4.115
(edit) @350f88dc   03/10/14 09:20:40 Sebastian Huber sapi: Add SMP lock profiling app. level data 4.115
(edit) @29c9eb6   03/10/14 09:03:55 Sebastian Huber sapi: Add per-CPU profiling application level data 4.115
(edit) @4dad4b8   03/10/14 13:39:49 Sebastian Huber sapi: Add profiling application level support 4.115
(edit) @4d3e9334   03/13/14 15:03:09 Sebastian Huber sapi: Typos 4.115
(edit) @ae88aa7   03/10/14 07:15:37 Sebastian Huber sapi: Use one SMP lock for all chains This partially reverts commit … 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) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @4ea97d24   11/19/13 15:21:54 Sebastian Huber score/rbtree: Remove "unprotected" from API 4.115
(edit) @833dd90   11/19/13 15:09:39 Sebastian Huber score/rbtree: Delete protected operations The user of the red-black … 4.115
(edit) @1215fd4   08/26/13 13:14:33 Sebastian Huber sapi: SMP support for chains Add ISR lock to chain control for proper … 4.115
(edit) @23de794d   08/26/13 12:27:52 Sebastian Huber score: Add and use CHAIN_INITIALIZER_ONE_NODE(). Add and use … 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @39046f7   07/24/13 09:09:23 Sebastian Huber score: Merge sysstate API into one file 4.115
(edit) @ac252bdc   07/23/13 08:04:19 Sebastian Huber sapi: Create extension implementation header Move implementation … 4.115
(edit) @2445bda   07/23/13 07:50:22 Sebastian Huber sapi: Merge rbtree API into one file 4.115
(edit) @98c7eaca   07/23/13 07:48:38 Sebastian Huber sapi: Merge timespec API into one file 4.115
(edit) @b5ffa5e   07/23/13 07:44:47 Sebastian Huber sapi: Merge CBS API into one file 4.115
(edit) @b1564cc   07/22/13 14:27:30 Sebastian Huber sapi: Merge chain implementation into one file 4.115
(edit) @6e93dc4a   07/22/13 08:49:19 Sebastian Huber score: Create chain implementation header Move implementation … 4.115
(edit) @993a888   07/18/13 13:05:37 Sebastian Huber rtems: Create message queue implementation header Move implementation … 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) @2bbea657   07/17/13 11:52:00 Sebastian Huber rtems: Create semaphore implementation header Move implementation … 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
(edit) @68f36d14   01/27/13 13:02:50 Sebastian Huber score: Add and use rtems_assert_context 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @a15eaaf   01/10/13 19:20:34 Joel Sherrill cpukit: Doxygen group fixes and many warnings addressed The output of … 4.115
(edit) @e82fcb4   01/09/13 19:38:55 Sebastian Huber sapi: Documentation 4.115
(edit) @27f071cd   01/08/13 13:13:41 alexivanov97 sapi: Doxygen Clean Up Task #1 4.115
(edit) @f2f39b62   01/07/13 15:01:45 Sebastian Huber sapi: Add rtems_fatal_source_description() 4.115
(edit) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @c5782a2   12/28/12 17:16:29 matkallada Header File Doxygen Enhancement Task #7 4.115
(edit) @9ab091e   12/28/12 16:35:32 matkallada Header File Doxygen Enhancement Task #2 4.115
(edit) @11109ea   12/18/12 20:46:38 alexivanov97 libfs: Doxygen Enhancement Task #24.115
(edit) @c2ae79e   12/12/12 20:57:49 matkallada misc: Header File Doxygen Enhancement Task #34.115
(edit) @e12f5acf   12/09/12 13:12:19 Sebastian Huber sapi: Fix previous commit 4.115
(edit) @50dd75a   12/09/12 13:06:56 Sebastian Huber sapi: Revert documentation change 4.115
(edit) @4c98a3e   12/07/12 14:49:54 Christopher Kerl sapi misc: Clean up Doxygen GCI task #14.115
(edit) @48bff53b   12/06/12 16:47:30 Sebastian Huber score: rtems_initialize_start_multitasking() Do not return from … 4.115
(edit) @815994f   11/25/12 16:48:11 Sebastian Huber score: Add CPU_Exception_frame Add CPU port type CPU_Exception_frame … 4.115
(edit) @e2e5b492   11/14/12 08:51:41 Sebastian Huber score: Add rtems_fatal() 4.115
(edit) @dc6e830   11/13/12 16:40:33 Sebastian Huber sapi: Add and use rtems_internal_error_description 4.115
(edit) @e4b40531   11/14/12 11:37:24 Sebastian Huber sapi: Add rtems_fatal_source and rtems_fatal_code 4.115
(edit) @2195fd27   11/07/12 10:23:03 Sebastian Huber sapi: Make initial user extensions table read-only 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) @e39fa07   11/06/12 11:13:29 Sebastian Huber sapi: Delete unused macros Delete rtems_configuration_get_table(), … 4.115
Note: See TracRevisionLog for help on using the revision log.