summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber1-1/+1
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-1/+0
2016-05-12capture: Fix use of per-processor dataSebastian Huber2-27/+31
2016-05-12capture: Remove superfluous includesSebastian Huber1-3/+0
2016-05-12capture: Compact rtems_capture_record_tSebastian Huber1-1/+1
2016-05-12capture: Fix buffer allocation and freeSebastian Huber2-11/+11
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber1-1/+0
2016-05-12score: Use thread state lock for current stateSebastian Huber1-3/+10
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber1-2/+1
2016-04-12shell: Fix warning visible with latest NewlibSebastian Huber1-0/+2
2016-04-12rtems: Delete Region_Control::page_sizeSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::lengthSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::starting_addressSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::number_of_used_blocksSebastian Huber1-1/+2
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-6/+26
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber1-5/+2
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-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-24cpuuse/cpuusagetop.c: Fix unused variable warningJoel Sherrill1-1/+0
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber3-54/+27
2016-03-14monitor: Use object allocator lockSebastian Huber6-6/+6
2016-03-14score: Use ISR lock for IO driver registrationSebastian Huber1-0/+1
2016-03-01score: Delete Thread_CPU_usage_tSebastian Huber1-7/+7
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber3-5/+3
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-1/+0
2015-12-15libmisc: Include missing header file, fix warningsNick Withers2-6/+7
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa1-1/+29
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber41-108/+111
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan1-1/+1
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan1-46/+75
2015-07-30score: Add self-contained condition implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained futex implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained semaphore implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained mutex implementationSebastian Huber1-0/+1
2015-07-24monitor: Sort alphabeticallySebastian Huber1-15/+15
2015-07-24monitor: Add current CPU of threadSebastian Huber2-2/+7
2015-07-24monitor: Print the wait queue to ease debuggingSebastian Huber2-18/+21
2015-07-24monitor: Print addresses like identifiersSebastian Huber2-3/+3
2015-07-24monitor: Remove notepad supportSebastian Huber3-41/+1
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-2/+2
2015-07-08libmisc: Use SMP application by default on SMPSebastian Huber1-0/+4
2015-06-26libmisc: Simplify <rtems/stackchk.h>Sebastian Huber2-1/+2
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-1/+1
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill5-134/+33
2015-04-29libmisc/cpuuse: Top support for current load.Chris Johns1-195/+541
2015-04-23score: Fix POSIX thread joinSebastian Huber1-0/+1
2015-04-17Fix build for non-SPARC targetsSebastian Huber1-2/+9