source: rtems/cpukit/rtems/include/rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @565672a   12/14/15 13:46:10 Sebastian Huber Optional Classic Tasks initialization Update #2408. 5
(edit) @33ece0da   01/18/16 23:31:09 joel sem.h: Delete junk in comment 5
(edit) @815b653   01/18/16 23:30:38 joel ratemon.h: Fix comments 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @e01b184   12/14/15 13:07:40 Sebastian Huber rtems: Delete empty function 5
(edit) @54c3fbd   12/11/15 10:09:13 Sebastian Huber score: Initialize thread control to zero This reduces the code size … 5
(edit) @8054b1c   11/26/15 13:08:56 Sebastian Huber Remove <rtems/debug.h> Close #2477. 5
(edit) @a062014   11/26/15 13:11:19 Sebastian Huber Delete _Region_Debug_Walk() The expensive heap walks are superfluous … 5
(edit) @4fee129   11/11/15 09:47:52 Sebastian Huber Introduce general purpose system server event Use this event for the … 5
(edit) @c52568d   10/16/15 06:17:52 Sebastian Huber basdefs.h: Add and use RTEMS_DEPRECATED 5
(edit) @7def219   09/02/15 21:54:21 Martin Galvan various .h files: Add missing C++ extern wrappers Updates #2405. 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @bd67d7d2   06/25/15 11:48:00 Sebastian Huber score: Simplify <rtems/score/thread.h> Avoid Thread_Control typedef … 4.115
(edit) @cdf30f05   06/19/15 12:57:44 Sebastian Huber rtems: Add rtems_interrupt_local_disable|enable() Add … 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @aa2a62c   06/11/15 08:44:18 Sebastian Huber rtems: Do not switch off the FP attribute This is necessary after … 4.115
(edit) @6f55315   06/09/15 17:54:26 Gedare Bloom cpukit/rtems: Fix doc for rtems_clock_get_ticks_per_second closes #2357. 4.115
(edit) @7cd2484   05/12/15 12:32:47 alexander.krutwig timecounter: Use in RTEMS Replace timestamp implementation with … 4.115
(edit) @cc18d7b   04/30/15 11:12:54 Sebastian Huber score: Fine grained locking for message queues Aggregate several … 4.115
(edit) @02c4c441   04/23/15 08:01:22 Sebastian Huber score: Add Thread_queue_Control::Lock Move the complete thread queue … 4.115
(edit) @a382010c   04/10/15 13:31:31 Sebastian Huber score: New timer server implementation Use mostly the standard … 4.115
(edit) @2903090   04/15/15 09:26:46 Sebastian Huber score: Add header to _Watchdog_Remove() Add watchdog header parameter … 4.115
(edit) @4db0ae8e   04/20/15 06:45:41 Sebastian Huber score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of … 4.115
(edit) @54cf0e34   04/10/15 14:19:48 Sebastian Huber score: Add Watchdog_Header This type is intended to encapsulate all … 4.115
(edit) @bdf23b6c   03/10/15 17:39:59 Joel Sherrill cpukit: Remove old DESCRIPTION: in comments These were remnants of … 4.115
(edit) @cf404563   03/10/15 19:28:19 Gedare Bloom cpukit: deprecate task variables. closes #2293. 4.115
(edit) @23e43f6   03/10/15 17:51:21 Gedare Bloom cpukit: deprecate rtems_clock_get(). closes #2294. 4.115
(edit) @3ac68119   03/06/15 17:41:49 Gedare Bloom cpukit: deprecate notepads Deprecate Classic API Notepads. Mark … 4.115
(edit) @e0eb07a   03/06/15 19:26:12 Joel Sherrill Fix more Doxygen typos 4.115
(edit) @cc69334f   03/06/15 16:35:40 Joel Sherrill Fix a number of minor Doxygen formatting issues 4.115
(edit) @7d6e94b   03/04/15 07:02:19 Sebastian Huber score: Implement fine-grained locking for events Use the ISR lock of … 4.115
(edit) @b8aa1c1   03/05/15 08:53:09 Sebastian Huber score: C/C++ compatibility macros for ISR locks Update #2273. 4.115
(edit) @f87ede5   01/15/15 13:13:19 Sebastian Huber libnetworking: Fix close of active sockets Send a special event to … 4.115
(edit) @038faca1   11/25/14 15:47:20 Sebastian Huber rtems: Add rtems_cache_coherent_allocate() Add … 4.115
(edit) @96ec8ee8   08/22/14 15:09:36 Sebastian Huber rtems: Add more clock tick functions Add rtems_clock_tick_later(), … 4.115
(edit) @f553c6e   08/22/14 14:39:47 Sebastian Huber rtems: Inline rtems_clock_get_ticks_since_boot() Update documentation. 4.115
(edit) @ddbc3f8d   07/11/14 14:37:56 cederman score: Add SMP support to the cache manager Adds functions that … 4.115
(edit) @4cd55724   07/26/14 10:52:22 Sebastian Huber Delete unused *_Is_null() functions 4.115
(edit) @dd510a0   06/26/14 11:30:59 Sebastian Huber rtems: Delete unused <rtems/rtems/atomic.h> 4.115
(edit) @25f5730f   05/28/14 16:11:51 Sebastian Huber score: _Scheduler_Set_affinity() Do not change the scheduler with … 4.115
(edit) @8fcafdd5   05/21/14 08:33:43 Sebastian Huber score: Multiprocessor Resource Sharing Protocol Add basic support for … 4.115
(edit) @e5274df   05/20/14 08:03:35 Sebastian Huber rtems: Clarify task set/get scheduler parameters 4.115
(edit) @0960fee   05/07/14 15:53:48 Sebastian Huber rtems: Fix ASR SMP support Initialize the ISR lock only once and … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @07e7a7f8   05/07/14 06:13:44 Sebastian Huber score: Documentation 4.115
(edit) @e239760   04/29/14 14:09:35 Sebastian Huber score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS Avoid the … 4.115
(edit) @f830029   04/16/14 14:06:05 Sebastian Huber doc: rtems_task_set_scheduler() 4.115
(edit) @6809383d   04/16/14 13:10:10 Sebastian Huber doc: rtems_get_processor_count() 4.115
(edit) @561c7b2   04/16/14 13:34:20 Sebastian Huber rtems: Add const qualifier 4.115
(edit) @27270b0d   04/09/14 08:09:39 Sebastian Huber rtems: Add task get/set scheduler 4.115
(edit) @1b67535d   04/09/14 08:09:57 Sebastian Huber rtems: Add scheduler get processors 4.115
(edit) @b427a92   04/09/14 08:09:24 Sebastian Huber rtems: Add scheduler identification 4.115
(edit) @0712d17   04/08/14 09:14:27 Sebastian Huber score: Task get/set affinity Make rtems_task_get_affinity() and … 4.115
(edit) @69aa3349   04/08/14 07:42:29 Sebastian Huber score: Simplify thread control initialization The thread control … 4.115
(edit) @cb5eaddf   04/10/14 09:02:52 Sebastian Huber rtems: Rename rtems_smp_get_current_processor() Rename … 4.115
(edit) @4bc8d2e   04/10/14 08:58:27 Sebastian Huber rtems: Rename rtems_smp_get_processor_count() Rename … 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) @23fec9f0   03/27/14 13:16:12 Sebastian Huber score: PR2152: Use allocator mutex for objects Use allocator mutex … 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @6fd1bdb7   03/14/14 10:53:43 Sebastian Huber rtems: Use thread action for signals 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @28779c7   03/07/14 11:53:41 Sebastian Huber score: Add function to destroy SMP locks 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @5c332349   03/07/14 15:06:57 Jennifer Averett Remove trailing whitespace in previous patches 4.115
(edit) @29cacfd   02/10/14 18:30:39 Jennifer Averett rtems: Add Classic API get and set affinity methods. Add the … 4.115
(edit) @e1d7bf0   02/26/14 10:08:31 Sebastian Huber rtems: Add cache size functions Add rtems_cache_get_data_cache_size() … 4.115
(edit) @e7549ff4   02/26/14 10:00:17 Sebastian Huber rtems: Use size_t for cache line size A cache line cannot have a … 4.115
(edit) @5e8301d   02/26/14 09:35:48 Sebastian Huber rtems: Cache manager documentation Move useful functions to the top … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @920a43e   02/05/14 16:00:09 Sebastian Huber rtems: Add rtems_status_code_description() 4.115
(edit) @35b8f48a   12/06/13 18:21:20 Daniel Ramirez libcsupport: Refactor rtems_deviceio_errno Renames … 4.115
(edit) @2d1bdc8   12/24/13 05:38:42 Chris Johns cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API. … 4.115
(edit) @2bafb960   12/21/13 03:44:12 Daniel Ramirez rtems: classic api to/from core priority conversions 4.115
(edit) @651e3aa   12/09/13 16:17:00 Joel Sherrill cpukit/rtems: Remove XXX in comments 4.115
(edit) @75f6d18   08/26/13 14:03:35 Sebastian Huber rtems: Add SMP support for signals Add and use … 4.115
(edit) @6ccdc5c   08/14/13 09:08:15 Sebastian Huber rtems: Include missing header file 4.115
(edit) @965a442   07/31/13 12:10:20 Sebastian Huber score: Move nanoseconds since last tick support Move the nanoseconds … 4.115
(edit) @8d640134   08/01/13 08:11:46 Sebastian Huber score: ISR lock API changes 4.115
(edit) @2d915cf   07/31/13 10:59:35 Sebastian Huber score: Add and use ISR locks ISR locks are low-level locks to protect … 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @7f04cb18   07/25/13 07:10:38 Sebastian Huber score: Create mpci implementation header Move implementation specific … 4.115
(edit) @6cec745f   07/25/13 08:20:24 Sebastian Huber rtems: Create signal implementation header Move implementation … 4.115
(edit) @9892d67   07/25/13 06:47:47 Sebastian Huber rtems: Use proper header guard 4.115
(edit) @a112364   07/24/13 15:30:26 Sebastian Huber score: Create threadq implementation header Move implementation … 4.115
(edit) @fe6c170c   07/24/13 14:19:52 Sebastian Huber score: Create states implementation header Move implementation … 4.115
(edit) @e6f7f81   07/23/13 14:50:51 Sebastian Huber score: Create heap implementation header Move implementation specific … 4.115
(edit) @8125cb7   07/23/13 13:25:24 Sebastian Huber rtems: Include missing header 4.115
(edit) @c404828   07/23/13 12:56:00 Sebastian Huber rtems: Create tasks implementation header Move implementation … 4.115
(edit) @f6c7c57d   07/23/13 12:38:19 Sebastian Huber rtems: Create region implementation header Move implementation … 4.115
(edit) @8695cae   07/23/13 12:19:58 Sebastian Huber rtems: Create part implementation header Move implementation specific … 4.115
(edit) @e90b1df   07/23/13 11:51:08 Sebastian Huber rtems: Create timer implementation header Move implementation … 4.115
(edit) @ecdcf01   07/23/13 11:13:45 Sebastian Huber rtems: Create ratemon implementation header Move implementation … 4.115
(edit) @562815c   07/23/13 11:00:31 Sebastian Huber rtems: Create dpmem implementation header Move implementation … 4.115
(edit) @e151eb1   07/23/13 10:47:35 Sebastian Huber rtems: Create event implementation header Move implementation … 4.115
(edit) @9108bef   07/23/13 09:38:12 Sebastian Huber rtems: Merge support API into one file 4.115
(edit) @f4d9ab3e   07/23/13 09:33:56 Sebastian Huber rtems: Create asr implementation header Move implementation specific … 4.115
(edit) @b79953cf   07/23/13 09:25:28 Sebastian Huber rtems: Create modes implementation header Move implementation … 4.115
(edit) @63d229d6   07/23/13 09:12:52 Sebastian Huber rtems: Create attr implementation header Move implementation specific … 4.115
Note: See TracRevisionLog for help on using the revision log.