summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix context switch extensions (SMP)Sebastian Huber2020-02-281-3/+23
* config: Add _SMP_Is_enabledSebastian Huber2020-02-251-1/+1
* config: Simplify initialization task configSebastian Huber2020-02-252-4/+8
* monitor: Use proper API for all config constantsSebastian Huber2020-02-171-7/+4
* stackchk: Add RTEMS_SYSINIT_ISR_STACKSebastian Huber2020-02-041-2/+2
* libmisc/top: Fix the idle time and priorities on SMPChris Johns2019-12-191-11/+27
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-191-1/+1
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-133-15/+7
* rtems: Optimize semaphore control blockSebastian Huber2019-12-111-5/+9
* untar: Properly make parent pathSebastian Huber2019-11-261-144/+46
* untar: Make path also for symbolic linksSebastian Huber2019-11-251-9/+8
* untar: Unify untar supportSebastian Huber2019-11-251-94/+87
* Move feature macro before "config.h" includeSebastian Huber2019-11-194-9/+12
* Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZESebastian Huber2019-07-301-1/+1
* misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.Chris Johns2019-07-021-1/+2
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-282-6/+3
* shell: Avoid rtems_error()Sebastian Huber2019-05-141-9/+0
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-094-6/+6
* rtems: Add rtems_scheduler_get_processor()Sebastian Huber2019-04-091-2/+2
* build: Move test support to librtemstest.aSebastian Huber2019-03-265-546/+0
* main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill2019-03-141-4/+5
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-144-4/+0
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
* libmisc: Fix rtems_print_bufferChris Johns2019-02-091-1/+1
* libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov2019-01-231-1/+1
* Fix format warnings due to ino_t changesSebastian Huber2019-01-102-4/+8
* Fix format warningsSebastian Huber2019-01-072-7/+11
* drvmgr: Improve LP64 compatibilitySebastian Huber2018-12-271-1/+2
* rtems: Use object information to get config maxSebastian Huber2018-12-141-9/+9
* testsupport: Include missing <rtems/bspIo.h>Sebastian Huber2018-12-031-0/+1
* score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2018-11-212-8/+0
* rtems: Move internal structures to extensiondata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to tasksdata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to regiondata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to partdata.hSebastian Huber2018-11-121-0/+1
* m32c: Remove this targetSebastian Huber2018-11-121-8/+4
* rtems: Deprecate region_information_blockSebastian Huber2018-11-092-2/+2
* monitor: Remove dead codeSebastian Huber2018-11-082-19/+0
* score: Rename interrupt stack symbolsSebastian Huber2018-11-081-1/+1
* posix: Provide threads by defaultSebastian Huber2018-10-292-10/+2
* build: Merge libmisc/Makefile.amSebastian Huber2018-10-101-199/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-091-1/+0
* shell: Use #include "..." for local header filesSebastian Huber2018-10-0930-37/+36
* Use rtems_task_exit()Sebastian Huber2018-10-024-4/+4
* stackchk: Fix interrupt stack preparationSebastian Huber2018-09-241-9/+11
* stackchk: Improve support for interrupt stacksSebastian Huber2018-09-211-29/+84
* stackchk: Remove heap hackSebastian Huber2018-09-211-7/+1
* capture: prevent unaligned access when reading timeDaniel Hellstrom2018-08-241-1/+3
* confdefs: Fix uniprocessor configurationSebastian Huber2018-07-301-2/+0