summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-30Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill9-25/+31
2016-03-30score: Objects_Thread_queue_Extract_calloutSebastian Huber10-23/+28
2016-03-30score: Fix set but not used warningSebastian Huber1-3/+1
2016-03-30score: Fix statement with no effect warningSebastian Huber1-9/+6
2016-03-30score: Fix statement with no effect warningSebastian Huber1-9/+6
2016-03-30score: Fix statement with no effect warningSebastian Huber1-9/+6
2016-03-30score: Fix statement with no effect warningSebastian Huber1-9/+6
2016-03-30score: Fix set but not used warningSebastian Huber1-9/+6
2016-03-30score: Fix set but not used warningSebastian Huber1-4/+1
2016-03-29network: Special case for RTEMS_MULTIPROCESSINGSebastian Huber1-0/+12
2016-03-29score: Fix MPCI workspace size estimateSebastian Huber1-0/+9
2016-03-29score: Fix MPCI workspace size estimateSebastian Huber1-1/+3
2016-03-29score: The API mutexes are not globalSebastian Huber1-1/+1
2016-03-29score: Fix _Objects_MP_Is_remote()Sebastian Huber1-1/+1
2016-03-29score: Fix MPCI receive server workspace sizeSebastian Huber1-13/+33
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber6-15/+62
2016-03-29score: Allow MPCI packet receive function to blockSebastian Huber1-0/+2
2016-03-29score: Fix CORE mutex RTEMS_MULTIPROCESSINGSebastian Huber1-8/+3
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber7-27/+3
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber53-279/+261
2016-03-24shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warningsJoel Sherrill1-0/+3
2016-03-24shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill1-0/+2
2016-03-24cpukit/rtems/src/*mp.c: Fix set but not used warningJoel Sherrill6-2/+13
2016-03-24libmisc/shell/main_hexdump.c: Disable unused copyright stringJoel Sherrill1-0/+2
2016-03-24libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assocJoel Sherrill1-36/+0
2016-03-24telnetd.c: Fix no prototype warningJoel Sherrill1-4/+5
2016-03-24libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unusedJoel Sherrill1-0/+2
2016-03-24cpuuse/cpuusagetop.c: Fix unused variable warningJoel Sherrill1-1/+0
2016-03-23score: Use RTEMS_UNREACHABLE()Sebastian Huber1-0/+2
2016-03-23posix: pthread_exit() is a no-return functionSebastian Huber1-0/+1
2016-03-23score: Add and use RTEMS_UNREACHABLESebastian Huber4-15/+22
2016-03-22cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in commentJoel Sherrill1-2/+0
2016-03-22score: Fix for RTEMS_DEBUGSebastian Huber2-3/+10
2016-03-22score: Always declare _Objects_Get_by_name()Sebastian Huber1-2/+0
2016-03-22rtems: Use object allocator lockSebastian Huber1-14/+4
2016-03-22score: Fix for RTEMS_DEBUGSebastian Huber1-3/+8
2016-03-22rtems: Rework rate-monotonic schedulerSebastian Huber10-423/+403
2016-03-21rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__Sebastian Huber1-35/+10
2016-03-21rtems: Delete Rate_monotonic_Period_time_tSebastian Huber4-24/+22
2016-03-21rtems: Inline _Rate_monotonic_Reset_statistics()Sebastian Huber1-43/+16
2016-03-18mpci: Avoid Giant lockSebastian Huber1-7/+11
2016-03-18mpci: Avoid Giant lockSebastian Huber1-8/+11
2016-03-18score: Avoid Giant lock for CORE spinlockSebastian Huber12-301/+149
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber10-183/+130
2016-03-18ftpd: Resolve function name conflictSebastian Huber1-3/+3
2016-03-18score: C++ compatibilitySebastian Huber1-1/+1
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber13-409/+326
2016-03-18score: Destroy thread timer lockSebastian Huber1-4/+1
2016-03-17sapi: Include missing header fileSebastian Huber2-0/+2
2016-03-17rtems: Avoid Giant lock in rtems_signal_catch()Sebastian Huber2-11/+28