summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* Remove obsolete network header filesSebastian Huber2017-12-0727-4653/+0
* libmisc/stackchk/check.c: correct formatting of stack pointers in Stack_check...Andrei Chichak2017-12-071-2/+2
* taskmode.c: Ensure all error checking is done before modifying executingJoel Sherrill2017-12-061-3/+31
* confdefs: Replace RTEMS 4.12 with 5.1Sebastian Huber2017-12-061-8/+8
* libio: Use API mutexSebastian Huber2017-12-064-54/+18
* drvmgr: Use API mutexSebastian Huber2017-12-064-37/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
* score: Use self-contained API mutexSebastian Huber2017-12-0426-242/+119
* ada: Fix user extension supportSebastian Huber2017-12-011-6/+6
* riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated RTEMS_COMPILER_NO...Joel Sherrill2017-11-291-3/+2
* sapi/src/panic.c: Add include of <rtems/bspIo.h>Joel Sherrill2017-11-291-0/+1
* testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()Joel Sherrill2017-11-291-1/+1
* rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner2017-11-291-2/+2
* bsps: Provide <tm27.h> in each BSPSebastian Huber2017-11-273-0/+58
* Move Ada includesSebastian Huber2017-11-2742-0/+5024
* powerpc: Remove _BSP_Fatal_error()Sebastian Huber2017-11-221-13/+12
* powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber2017-11-221-2/+0
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-226-24/+53
* INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber2017-11-222-8/+2
* score: Simplify global constructionSebastian Huber2017-11-226-119/+64
* Fix comments for object lookup error to RTEMS status mapMartin Erik Werner2017-11-211-3/+3
* posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber2017-11-213-9/+4
* score: Optimize scheduler priority updatesSebastian Huber2017-11-2026-864/+484
* bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2017-11-201-2/+2
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-174-3/+27
* score: Adjust _Scheduler_EDF_SMP_Insert_ready()Sebastian Huber2017-11-172-7/+5
* score: Fix priority ceiling updatesSebastian Huber2017-11-162-1/+8
* score: Fix _Thread_queue_Flush_critical()Sebastian Huber2017-11-161-4/+14
* rtems: rtems_semaphore_flush() with prio inheritSebastian Huber2017-11-161-2/+6
* score: Check thread resource count in timer serverSebastian Huber2017-11-161-1/+7
* libio: Add assert to rtems_libio_iop_drop()Sebastian Huber2017-11-151-0/+23
* build: Fix the dependence for the generating the key file.Chris Johns2017-11-141-6/+6
* Change RTEMS_API from 5.0 to 5Sebastian Huber2017-11-131-1/+1
* Fix bashism in vc-key.shMartin Erik Werner2017-11-131-2/+2
* tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns2017-11-114-0/+61
* tests: Use rtems_test_begin and rtems_test_end.Chris Johns2017-11-112-13/+120
* cpukit: Add a Version API.Chris Johns2017-11-106-1/+227
* Reject incompatible tool chainsSebastian Huber2017-11-091-0/+3
* score: Change _Timecounter_Time_uptime to int32_tSebastian Huber2017-11-096-2/+64
* Upgrade to 5.0.0Sebastian Huber2017-11-091-2/+2
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-094-8/+11
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-098-27/+45
* termios: Fix canonical modeSebastian Huber2017-11-071-2/+4
* score: Use Processor_mask instead of cpu_set_tSebastian Huber2017-11-062-13/+7
* score: _Chain_Insert_ordered_unprotected()Sebastian Huber2017-11-068-65/+137
* score: Remove superfluous includeSebastian Huber2017-11-061-3/+0
* Add simple console driverSebastian Huber2017-11-064-0/+124
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-066-206/+463
* posix: Use far future for very long timeoutsSebastian Huber2017-11-023-22/+38