summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-03-17rtems: Avoid Giant lock in rtems_task_mode()Sebastian Huber1-3/+4
2016-03-17posix: Avoid Giant lock in sched_yield()Sebastian Huber1-3/+5
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber12-193/+157
2016-03-16timecounter: Avoid invalid memcpy()Sebastian Huber1-0/+8
2016-03-16score: Fix intenal mutex attributesSebastian Huber1-1/+1
2016-03-16score: Use allocator lock in _Objects_Get_next()Sebastian Huber2-32/+10
2016-03-16sapi: Do not disable thread dispatchingSebastian Huber1-2/+0
2016-03-14monitor: Use object allocator lockSebastian Huber6-6/+6
2016-03-14score: Use ISR lock for IO driver registrationSebastian Huber16-39/+93
2016-03-14score: Delete unused SAPI_IO_EXTERNSebastian Huber3-31/+1
2016-03-14score: Add and use _Objects_Get_local()Sebastian Huber14-266/+243
2016-03-04i386: Define _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-1/+2
2016-03-04score: Replace watchdog handler implementationSebastian Huber64-2069/+1519
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber5-22/+43
2016-03-04score: Add _SMP_Before_multitasking_action()Sebastian Huber5-11/+164
2016-03-04score: Add _Per_CPU_Is_boot_processor()Sebastian Huber2-0/+21
2016-03-04score: Add _SMP_Online_processorsSebastian Huber2-1/+15
2016-03-04score: Rename Per_CPU_Control::startedSebastian Huber3-6/+6
2016-03-04score: Add Processor_mask, etc.Sebastian Huber3-0/+95
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber17-0/+38