summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete _Chain_Extract()Sebastian Huber2016-04-065-63/+3
* score: Delete _Chain_Insert()Sebastian Huber2016-04-065-85/+5
* score: Delete _Chain_Get_with_empty_check()Sebastian Huber2016-04-065-84/+0
* score: Delete _Chain_Prepend_with_empty_check()Sebastian Huber2016-04-065-76/+3
* score: Delete _Chain_Append_with_empty_check()Sebastian Huber2016-04-065-76/+3
* score: Delete _Chain_Prepend()Sebastian Huber2016-04-064-48/+22
* rtems: Avoid Giant lock for partitionsSebastian Huber2016-04-066-67/+97
* score: Use red-black tree for active global objectsSebastian Huber2016-04-068-208/+317
* score: Use red-black tree for active MP proxiesSebastian Huber2016-04-063-91/+106
* score: Add node map to _RBTree_Find_inline()Sebastian Huber2016-04-064-35/+41
* posix: Fix _POSIX_signals_Check_signal()Sebastian Huber2016-04-061-20/+11
* posix: Make _POSIX_signals_Check_signal() staticSebastian Huber2016-04-064-123/+75
* posix: Use proper lock for signalsSebastian Huber2016-04-061-2/+10
* score: Rework MP thread queue callout supportSebastian Huber2016-04-0637-458/+795
* score: Simplify _Thread_queue_Do_flush()Sebastian Huber2016-04-061-4/+1
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-0621-193/+186
* score: Fix _Thread_queue_Extract_locked()Sebastian Huber2016-04-061-4/+8
* score: Delete MP support for RW locksSebastian Huber2016-04-069-54/+19
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-0632-41/+188
* score: Add and use _RBTree_Insert_inline()Sebastian Huber2016-04-012-22/+44
* score: Add and use _RBTree_Find_inline()Sebastian Huber2016-04-012-22/+73
* score: _User_extensions_Remove_set()Sebastian Huber2016-03-311-1/+4
* Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill2016-03-309-25/+31
* score: Objects_Thread_queue_Extract_calloutSebastian Huber2016-03-3010-23/+28
* score: Fix set but not used warningSebastian Huber2016-03-301-3/+1
* score: Fix statement with no effect warningSebastian Huber2016-03-301-9/+6
* score: Fix statement with no effect warningSebastian Huber2016-03-301-9/+6
* score: Fix statement with no effect warningSebastian Huber2016-03-301-9/+6
* score: Fix statement with no effect warningSebastian Huber2016-03-301-9/+6
* score: Fix set but not used warningSebastian Huber2016-03-301-9/+6
* score: Fix set but not used warningSebastian Huber2016-03-301-4/+1
* network: Special case for RTEMS_MULTIPROCESSINGSebastian Huber2016-03-291-0/+12
* score: Fix MPCI workspace size estimateSebastian Huber2016-03-291-0/+9
* score: Fix MPCI workspace size estimateSebastian Huber2016-03-291-1/+3
* score: The API mutexes are not globalSebastian Huber2016-03-291-1/+1
* score: Fix _Objects_MP_Is_remote()Sebastian Huber2016-03-291-1/+1
* score: Fix MPCI receive server workspace sizeSebastian Huber2016-03-291-13/+33
* score: Fix multiprocessing thread proxiesSebastian Huber2016-03-296-15/+62
* score: Allow MPCI packet receive function to blockSebastian Huber2016-03-291-0/+2
* score: Fix CORE mutex RTEMS_MULTIPROCESSINGSebastian Huber2016-03-291-8/+3
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-297-27/+3
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-2953-279/+261
* shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warningsJoel Sherrill2016-03-241-0/+3
* shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill2016-03-241-0/+2
* cpukit/rtems/src/*mp.c: Fix set but not used warningJoel Sherrill2016-03-246-2/+13
* libmisc/shell/main_hexdump.c: Disable unused copyright stringJoel Sherrill2016-03-241-0/+2
* libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assocJoel Sherrill2016-03-241-36/+0
* telnetd.c: Fix no prototype warningJoel Sherrill2016-03-241-4/+5
* libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unusedJoel Sherrill2016-03-241-0/+2
* cpuuse/cpuusagetop.c: Fix unused variable warningJoel Sherrill2016-03-241-1/+0