summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmisc: Fix printk format warnings.Chris Johns2016-05-252-3/+3
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-2516-227/+172
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-1/+1
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-1/+0
* capture: Fix use of per-processor dataSebastian Huber2016-05-122-27/+31
* capture: Remove superfluous includesSebastian Huber2016-05-121-3/+0
* capture: Compact rtems_capture_record_tSebastian Huber2016-05-121-1/+1
* capture: Fix buffer allocation and freeSebastian Huber2016-05-122-11/+11
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-1/+0
* score: Use thread state lock for current stateSebastian Huber2016-05-121-3/+10
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-2/+1
* shell: Fix warning visible with latest NewlibSebastian Huber2016-04-121-0/+2
* rtems: Delete Region_Control::page_sizeSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::lengthSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::starting_addressSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::number_of_used_blocksSebastian Huber2016-04-121-1/+2
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-6/+26
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-5/+2
* 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
* 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
* cpuuse/cpuusagetop.c: Fix unused variable warningJoel Sherrill2016-03-241-1/+0
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-173-54/+27
* monitor: Use object allocator lockSebastian Huber2016-03-146-6/+6
* score: Use ISR lock for IO driver registrationSebastian Huber2016-03-141-0/+1
* score: Delete Thread_CPU_usage_tSebastian Huber2016-03-011-7/+7
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-113-5/+3
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-1/+0
* libmisc: Include missing header file, fix warningsNick Withers2015-12-152-6/+7
* untar: do not exit with error when created directory already exists.Pavel Pisa2015-11-231-1/+29
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2641-108/+111
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan2015-09-031-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan2015-09-031-46/+75
* score: Add self-contained condition implementationSebastian Huber2015-07-301-0/+1
* score: Add self-contained futex implementationSebastian Huber2015-07-301-0/+1
* score: Add self-contained semaphore implementationSebastian Huber2015-07-301-0/+1
* score: Add self-contained mutex implementationSebastian Huber2015-07-301-0/+1
* monitor: Sort alphabeticallySebastian Huber2015-07-241-15/+15
* monitor: Add current CPU of threadSebastian Huber2015-07-242-2/+7
* monitor: Print the wait queue to ease debuggingSebastian Huber2015-07-242-18/+21
* monitor: Print addresses like identifiersSebastian Huber2015-07-242-3/+3
* monitor: Remove notepad supportSebastian Huber2015-07-243-41/+1
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+2
* libmisc: Use SMP application by default on SMPSebastian Huber2015-07-081-0/+4
* libmisc: Simplify <rtems/stackchk.h>Sebastian Huber2015-06-262-1/+2
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-1/+1
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-155-134/+33
* libmisc/cpuuse: Top support for current load.Chris Johns2015-04-291-195/+541