summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* score: Use RTEMS_UNREACHABLE()Sebastian Huber2016-03-231-0/+2
* posix: pthread_exit() is a no-return functionSebastian Huber2016-03-231-0/+1
* score: Add and use RTEMS_UNREACHABLESebastian Huber2016-03-234-15/+22
* cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in commentJoel Sherrill2016-03-221-2/+0
* score: Fix for RTEMS_DEBUGSebastian Huber2016-03-222-3/+10
* score: Always declare _Objects_Get_by_name()Sebastian Huber2016-03-221-2/+0
* rtems: Use object allocator lockSebastian Huber2016-03-221-14/+4
* score: Fix for RTEMS_DEBUGSebastian Huber2016-03-221-3/+8
* rtems: Rework rate-monotonic schedulerSebastian Huber2016-03-2210-423/+403
* rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__Sebastian Huber2016-03-211-35/+10
* rtems: Delete Rate_monotonic_Period_time_tSebastian Huber2016-03-214-24/+22
* rtems: Inline _Rate_monotonic_Reset_statistics()Sebastian Huber2016-03-211-43/+16
* mpci: Avoid Giant lockSebastian Huber2016-03-181-7/+11
* mpci: Avoid Giant lockSebastian Huber2016-03-181-8/+11
* score: Avoid Giant lock for CORE spinlockSebastian Huber2016-03-1812-301/+149
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-1810-183/+130
* ftpd: Resolve function name conflictSebastian Huber2016-03-181-3/+3
* score: C++ compatibilitySebastian Huber2016-03-181-1/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-1813-409/+326
* score: Destroy thread timer lockSebastian Huber2016-03-181-4/+1
* sapi: Include missing header fileSebastian Huber2016-03-172-0/+2
* rtems: Avoid Giant lock in rtems_signal_catch()Sebastian Huber2016-03-172-11/+28
* rtems: Avoid Giant lock in rtems_task_mode()Sebastian Huber2016-03-171-3/+4
* posix: Avoid Giant lock in sched_yield()Sebastian Huber2016-03-171-3/+5
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-1712-193/+157
* timecounter: Avoid invalid memcpy()Sebastian Huber2016-03-161-0/+8