summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Fix intenal mutex attributesSebastian Huber2016-03-161-1/+1
* score: Use allocator lock in _Objects_Get_next()Sebastian Huber2016-03-162-32/+10
* sapi: Do not disable thread dispatchingSebastian Huber2016-03-161-2/+0
* monitor: Use object allocator lockSebastian Huber2016-03-146-6/+6
* score: Use ISR lock for IO driver registrationSebastian Huber2016-03-1416-39/+93
* score: Delete unused SAPI_IO_EXTERNSebastian Huber2016-03-143-31/+1
* score: Add and use _Objects_Get_local()Sebastian Huber2016-03-1414-266/+243
* i386: Define _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2016-03-041-1/+2
* score: Replace watchdog handler implementationSebastian Huber2016-03-0464-2069/+1519
* score: Distribute clock tick to all online CPUsSebastian Huber2016-03-045-22/+43
* score: Add _SMP_Before_multitasking_action()Sebastian Huber2016-03-045-11/+164
* score: Add _Per_CPU_Is_boot_processor()Sebastian Huber2016-03-042-0/+21
* score: Add _SMP_Online_processorsSebastian Huber2016-03-042-1/+15
* score: Rename Per_CPU_Control::startedSebastian Huber2016-03-043-6/+6
* score: Add Processor_mask, etc.Sebastian Huber2016-03-043-0/+95
* score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber2016-03-0417-0/+38