summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-04stackchk: Add RTEMS_SYSINIT_ISR_STACKSebastian Huber1-2/+2
2019-12-19libmisc/top: Fix the idle time and priorities on SMPChris Johns1-11/+27
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber1-1/+1
2019-12-13config: Add _MPCI_ConfigurationSebastian Huber3-15/+7
2019-12-11rtems: Optimize semaphore control blockSebastian Huber1-5/+9
2019-11-26untar: Properly make parent pathSebastian Huber1-144/+46
2019-11-25untar: Make path also for symbolic linksSebastian Huber1-9/+8
2019-11-25untar: Unify untar supportSebastian Huber1-94/+87
2019-11-19Move feature macro before "config.h" includeSebastian Huber4-9/+12
2019-07-30Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZESebastian Huber1-1/+1
2019-07-02misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.Chris Johns1-1/+2
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2-6/+3
2019-05-14shell: Avoid rtems_error()Sebastian Huber1-9/+0
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber4-6/+6
2019-04-09rtems: Add rtems_scheduler_get_processor()Sebastian Huber1-2/+2
2019-03-26build: Move test support to librtemstest.aSebastian Huber5-546/+0
2019-03-14main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill1-4/+5
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber4-4/+0
2019-03-08shell: Correct argument order of `mfill`Jonathan Brandmeyer1-1/+1
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
2019-02-09libmisc: Fix rtems_print_bufferChris Johns1-1/+1
2019-01-23libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov1-1/+1
2019-01-10Fix format warnings due to ino_t changesSebastian Huber2-4/+8
2019-01-07Fix format warningsSebastian Huber2-7/+11
2018-12-27drvmgr: Improve LP64 compatibilitySebastian Huber1-1/+2
2018-12-14rtems: Use object information to get config maxSebastian Huber1-9/+9
2018-12-03testsupport: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2018-11-21score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2-8/+0
2018-11-12rtems: Move internal structures to extensiondata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to tasksdata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to regiondata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to partdata.hSebastian Huber1-0/+1
2018-11-12m32c: Remove this targetSebastian Huber1-8/+4
2018-11-09rtems: Deprecate region_information_blockSebastian Huber2-2/+2
2018-11-08monitor: Remove dead codeSebastian Huber2-19/+0
2018-11-08score: Rename interrupt stack symbolsSebastian Huber1-1/+1
2018-10-29posix: Provide threads by defaultSebastian Huber2-10/+2
2018-10-10build: Merge libmisc/Makefile.amSebastian Huber1-199/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-10-09shell: Use #include "..." for local header filesSebastian Huber30-37/+36
2018-10-02Use rtems_task_exit()Sebastian Huber4-4/+4
2018-09-24stackchk: Fix interrupt stack preparationSebastian Huber1-9/+11
2018-09-21stackchk: Improve support for interrupt stacksSebastian Huber1-29/+84
2018-09-21stackchk: Remove heap hackSebastian Huber1-7/+1
2018-08-24capture: prevent unaligned access when reading timeDaniel Hellstrom1-1/+3
2018-07-30confdefs: Fix uniprocessor configurationSebastian Huber1-2/+0
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-2/+0
2018-06-20stackchk: Add SMP supportSebastian Huber1-37/+64
2018-06-20stackchk: Refactor Stack_check_Dump_threads_usageSebastian Huber1-60/+49
2018-06-20stackchk: Remove dead codeSebastian Huber1-24/+0