summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* main_help.c: Unchecked return value from library (CID #1437650)Ryan Long2021-03-081-1/+2
* main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long2021-03-081-2/+5
* gen_uuid.c: Fix two Unchecked return value from library errorsRyan Long2021-03-081-3/+8
* main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long2021-03-081-1/+1
* cpuusagetop.c: Fix three Missing break in switch Coverity errorsRyan Long2021-03-051-0/+3
* shell.c: Fix Dereference before null check (CID #1467420)Ryan Long2021-02-181-1/+4
* shell: Add i2c and spi commandsChristian Mauderer2020-12-144-0/+533
* shell: Rename "IO" typedef for better DoxygenSebastian Huber2020-12-023-6/+6
* rtems-fdt / shell - Fix string truncation warningFrank Kühndel2020-10-201-21/+19
* Revert "rtems-fdt / shell - Fix string truncation warning"Sebastian Huber2020-10-161-19/+21
* rtems-fdt / shell - Fix string truncation warningFrank Kühndel2020-10-151-21/+19
* shell/main_edit.c: Fix string truncation warningFrank Kühndel2020-10-151-5/+7
* shell/main_edit.c: Fix use of wrong constantFrank Kühndel2020-10-151-1/+2
* shell/shell.c: Fix illegal string copyFrank Kühndel2020-10-151-4/+14
* shell/shell.c: Fix an implicit type castFrank Kühndel2020-10-151-1/+3
* shell: Remove not functioning fdisk mount/unmountFrank Kühndel2020-10-121-31/+5
* cpukit/libmisc/monitor: Fix an illegal string copyFrank Kühndel2020-10-121-1/+2
* capture: Fix unaligned pointer value warningFrank Kühndel2020-10-101-4/+4
* Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel2020-09-281-0/+5
* rtems: Remove Message_queue_Control::attribute_setSebastian Huber2020-09-281-1/+15
* capture: Move default trace dataSebastian Huber2020-09-202-28/+37
* dd(1): Use a local swapbytes() function.eadler2020-08-201-1/+16
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-201-4/+4
* shell: Only clear std handles when the shell task exitsChris Johns2020-08-081-4/+22
* rtems: Add rtems_get_copyright_notice()Sebastian Huber2020-05-061-2/+12
* Use rtems_get_version_string()Sebastian Huber2020-05-061-3/+3
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2829-29/+58
* Canonicalize config.h includeSebastian Huber2020-04-1612-20/+20
* libmisc/shell: Fix the handling of joel scripts in telnetChris Johns2020-04-151-101/+268
* 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