source: rtems/cpukit/sapi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54c0b57   09/12/18 14:03:42 Sebastian Huber build: Move sapi/Makefile.am 5
(edit) @242887bc   09/13/18 04:19:05 Sebastian Huber Rename files to make them unique within cpukit This allows to build … 5
(edit) @65f868c   05/23/18 12:17:25 Sebastian Huber Add _CPU_Counter_frequency() Add rtems_counter_frequency() API … 5
(edit) @de9b7d7   06/01/18 05:04:45 Sebastian Huber Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such … 5
(edit) @c934365f   06/05/18 06:06:15 Sebastian Huber Update rtems_fatal_source_text() Add RTEMS_FATAL_SOURCE_PANIC to … 5
(edit) @2d0bc83   03/30/18 18:42:21 Sebastian Huber build: Remove EXTRA_DIST A "make dist" is not supported. So, it makes … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @9526b034   12/06/17 18:20:06 Sebastian Huber confdefs: Replace RTEMS 4.12 with 5.1 Update #3220. 5
(edit) @bc5b56a   12/04/17 07:56:00 Sebastian Huber libio: Use API mutex 5
(edit) @98b52e3   12/04/17 07:48:10 Sebastian Huber drvmgr: Use API mutex 5
(edit) @6c2b8a4b   11/29/17 05:23:27 Sebastian Huber score: Use self-contained API mutex Use a self-contained recursive … 5
(edit) @7b8c5b0   11/29/17 16:31:45 joel sapi/src/panic.c: Add include of <rtems/bspIo.h> 5
(edit) @15e19273   11/21/17 10:29:01 Sebastian Huber sapi: New implementation of rtems_panic() The previous rtems_panic() … 5
(edit) @ddc339c   11/13/17 08:21:28 Christian.Mauderer cpukit: Add _arc4random_getentropy_fail. Add a default implementation … 5
(edit) @631f711   11/14/17 00:57:55 Chris Johns build: Fix the dependence for the generating the key file. Update #3217. 5
(edit) @f5b3c024   11/12/17 14:39:53 martinerikwerner Fix bashism in vc-key.sh Change "==" to "=", since "==" for … 5
(edit) @6f3fb8a   11/07/17 05:43:11 Chris Johns cpukit: Add a Version API. Provide functions to get the version … 5
(edit) @ac28f15   11/03/17 07:33:16 Sebastian Huber Add simple console driver Update #3170. Update #3199. 5
(edit) @0ddffb76   10/24/17 08:31:05 Sebastian Huber confdefs: CONFIGURE_MICROSECONDS_PER_TICK Reject non-positive … 5
(edit) @cea5ff7   10/20/17 13:35:14 Sebastian Huber score: Add _Watchdog_Nanoseconds_per_tick Move it from the … 5
(edit) @7ed377b   10/20/17 06:43:15 Sebastian Huber score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. … 5
(edit) @381ef5c   10/20/17 06:33:03 Sebastian Huber confdefs: Warn about problematic ticks per second A non-integer clock … 5
(edit) @27cfe7c   10/20/17 06:31:36 Sebastian Huber score: Add _Watchdog_Ticks_per_second This value is frequently used. … 5
(edit) @9c0cefb   10/11/17 05:46:41 Sebastian Huber confdefs: Add warnings for obsolete options Update #2674. Close … 5
(edit) @587afc3   10/06/17 12:20:00 Sebastian Huber confdefs: Fix typo 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @c090db7   09/12/17 06:09:16 Sebastian Huber posix: Implement self-contained POSIX semaphores For semaphore object … 5
(edit) @e0660391   08/22/17 06:00:48 Sebastian Huber confdefs: Fix POSIX keys configuration Remove the … 5
(edit) @600d88d   07/19/17 07:07:17 Sebastian Huber INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT Add new fatal error … 5
(edit) @21389c06   07/06/17 13:59:43 Sebastian Huber score: Make EDF the default SMP scheduler The EDF SMP scheduler … 5
(edit) @34487537   07/04/17 07:57:30 Sebastian Huber score: Add simple affinity support to EDF SMP Update #3059. 5
(edit) @f3d9f228   06/26/17 08:35:45 Sebastian Huber score: Add SMP EDF scheduler Update #3056. 5
(edit) @6bc63df1   05/12/17 07:53:35 Sebastian Huber confdefs.h: Add SMP enabled field to configuration Do not use the … 5
(edit) @0b8084c2   05/16/17 07:47:08 Sebastian Huber confdefs.h: Fix compile error in non-SMP cfg Bug introduced by … 5
(edit) @f778b7f3   05/12/17 06:35:36 Sebastian Huber confdefs.h: Use SMP scheduler only if necessary Update #3001. 5
(edit) @13097181   05/11/17 09:03:00 Sebastian Huber confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP … 5
(edit) @87de70a2   03/15/17 18:31:00 Gedare Bloom posix/mman: add mmap support for shm objects Update #2859. 5
(edit) @c847451b   02/15/17 12:22:36 Sebastian Huber sapi: Fix warnings 5
(edit) @54835ae   02/01/17 13:10:18 Sebastian Huber Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS Rename … 5
(edit) @07d71279   02/01/17 13:48:17 Sebastian Huber Prefix confdefs.h internal def with an underscore Close #2895. 5
(edit) @d4ff66e   02/03/17 07:43:56 Sebastian Huber confdefs.h: Simplify 5
(edit) @f9db6fd   02/02/17 22:44:31 kevin-kirspel confdefs.h: Only define _CONFIGURE_SMP_APPLICATION if RTEMS_SMP defined 5
(edit) @f95fa387   02/01/17 11:11:33 Sebastian Huber Remove CONFIGURE_SMP_APPLICATION Enable the SMP support if … 5
(edit) @d1505a1   01/26/17 10:05:00 Sebastian Huber sapi: Add rtems_task_terminate_extension 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @da6ad56   01/12/17 12:46:55 Sebastian Huber score: Add _Thread_Set_name() Add configuration option … 5
(edit) @eae4541d   12/21/16 08:26:43 Sebastian Huber Clarify simple timecounter documentation 5
(edit) @e203b65e   12/09/16 08:28:31 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. 5
(edit) @a5ba08eb   12/09/16 08:27:15 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. 5
(edit) @9622f779   12/09/16 07:44:49 Sebastian Huber Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. 5
(edit) @82529688   12/09/16 07:44:22 Sebastian Huber INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. 5
(edit) @0a81a58   12/09/16 05:51:44 Sebastian Huber Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. 5
(edit) @279d5260   12/09/16 05:49:25 Sebastian Huber Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @4b579c5f   12/06/16 10:35:34 Sebastian Huber score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() and … 5
(edit) @bee0323   11/23/16 11:48:57 Sebastian Huber score: Uncomment unused internal error codes Update #2825. 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @d78d529   11/14/16 08:11:07 Sebastian Huber score: Add and use _Thread_Dispatch_direct() This function is useful … 5
(edit) @e610785   11/07/16 07:06:48 Sebastian Huber score: Rename _Scheduler_Assignments Rename _Scheduler_Assignments … 5
(edit) @3a27248   10/21/16 07:23:58 Sebastian Huber score: First part of new MrsP implementation Update #2556. 5
(edit) @be57318   09/23/16 04:45:07 Sebastian Huber score: More robust linker sets Update #2408. Update #2790. 5
(edit) @5d6b211   09/07/16 07:04:45 Sebastian Huber score: Add scheduler node table for each thread Update #2556. 5
(edit) @796f12a   08/19/16 11:37:01 Sebastian Huber score: Add missing const qualifiers 5
(edit) @aaaf9610   08/08/16 06:44:51 Sebastian Huber score: Add debug support to red-black trees This helps to detect … 5
(edit) @d79df38   07/26/16 08:34:21 Sebastian Huber score: Add deadlock detection The mutex objects use the owner field … 5
(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) @251c94d   06/09/16 09:17:13 Sebastian Huber confdefs.h: Do not hide network file systems Do not hide network file … 5
(edit) @93306058   05/27/16 12:43:19 Sebastian Huber score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check … 5
(edit) @25e28d8   05/24/16 07:43:28 Sebastian Huber confdefs.h: Fix heap alloc size estimate Account for the heap minimum … 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) @876dde7a   05/03/16 07:19:59 Sebastian Huber score: Make _Objects_Information_table const The … 5
(edit) @1d40d81b   05/03/16 05:38:19 Sebastian Huber rtems: Remove task variables Update #2494. Update #2555. 5
(edit) @b1b6f3b0   05/03/16 10:57:16 Sebastian Huber confdefs.h: Fix message queue size estimate Account for maximum … 5
(edit) @e4fd35d   05/03/16 10:55:00 Sebastian Huber confdefs.h: Fix named object size estimate Account for the … 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) @c8982e5   04/26/16 19:20:31 Sebastian Huber posix: Simplify message queues The mq_open() function returns a … 5
(edit) @d7a12be9   04/19/16 12:14:10 Sebastian Huber score: Optimize _Objects_Get_no_protection() Make the id the first … 5
(edit) @f05eeb2   04/19/16 11:39:00 Sebastian Huber score: Simplify _Objects_Initialize_information() Remove unused … 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) @84f5c0a   04/04/16 07:42:15 Sebastian Huber score: Use red-black tree for active global objects Use a red-black … 5
(edit) @349dd6b   03/29/16 09:57:40 Sebastian Huber score: Fix MPCI workspace size estimate Account for the global … 5
(edit) @4182b6f   03/29/16 09:55:36 Sebastian Huber score: Fix MPCI workspace size estimate Global objects are no real … 5
(edit) @9a972889   03/29/16 10:07:20 Sebastian Huber score: Fix MPCI receive server workspace size 5
(edit) @16832b0   03/29/16 10:06:55 Sebastian Huber score: Fix multiprocessing thread proxies We must provide thread … 5
Note: See TracRevisionLog for help on using the revision log.