summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-08main_help.c: Unchecked return value from library (CID #1437650)Ryan Long1-1/+2
2021-03-08main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long1-2/+5
2021-03-08gen_uuid.c: Fix two Unchecked return value from library errorsRyan Long1-3/+8
2021-03-08main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long1-1/+1
2021-03-05cpuusagetop.c: Fix three Missing break in switch Coverity errorsRyan Long1-0/+3
2021-02-18shell.c: Fix Dereference before null check (CID #1467420)Ryan Long1-1/+4
2020-12-14shell: Add i2c and spi commandsChristian Mauderer4-0/+533
2020-12-02shell: Rename "IO" typedef for better DoxygenSebastian Huber3-6/+6
2020-10-20rtems-fdt / shell - Fix string truncation warningFrank Kühndel1-21/+19
2020-10-16Revert "rtems-fdt / shell - Fix string truncation warning"Sebastian Huber1-19/+21
2020-10-15rtems-fdt / shell - Fix string truncation warningFrank Kühndel1-21/+19
2020-10-15shell/main_edit.c: Fix string truncation warningFrank Kühndel1-5/+7
2020-10-15shell/main_edit.c: Fix use of wrong constantFrank Kühndel1-1/+2
2020-10-15shell/shell.c: Fix illegal string copyFrank Kühndel1-4/+14
2020-10-15shell/shell.c: Fix an implicit type castFrank Kühndel1-1/+3
2020-10-12shell: Remove not functioning fdisk mount/unmountFrank Kühndel1-31/+5
2020-10-12cpukit/libmisc/monitor: Fix an illegal string copyFrank Kühndel1-1/+2
2020-10-10capture: Fix unaligned pointer value warningFrank Kühndel1-4/+4
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel1-0/+5
2020-09-28rtems: Remove Message_queue_Control::attribute_setSebastian Huber1-1/+15
2020-09-20capture: Move default trace dataSebastian Huber2-28/+37
2020-08-20dd(1): Use a local swapbytes() function.eadler1-1/+16
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet1-4/+4
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns1-4/+22
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber1-2/+12
2020-05-06Use rtems_get_version_string()Sebastian Huber1-3/+3
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber29-29/+58
2020-04-16Canonicalize config.h includeSebastian Huber12-20/+20
2020-04-15libmisc/shell: Fix the handling of joel scripts in telnetChris Johns1-101/+268
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber1-3/+23
2020-02-25config: Add _SMP_Is_enabledSebastian Huber1-1/+1
2020-02-25config: Simplify initialization task configSebastian Huber2-4/+8
2020-02-17monitor: Use proper API for all config constantsSebastian Huber1-7/+4
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