summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport (follow)
AgeCommit message (Expand)Author
2020-10-01Decouple the C Program Heap initializationSebastian Huber
2020-08-31config: Add zero file descriptor data structuresSebastian Huber
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber
2020-07-24malloc: Make deferred free support optionalSebastian Huber
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-03-16rtems: Add rtems_put_char()Sebastian Huber
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber
2020-02-25config: Add <rtems/confdefs/malloc.h>Sebastian Huber
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber
2020-02-10termios: Fix input canonical modeSebastian Huber
2020-02-04bsps: Rework work area initializationSebastian Huber
2020-01-17posix_devctl - Add support for SOCKCLOSEJoel Sherrill
2019-12-16libcsupport: Update rtems_print printk handler to return the lengthChris Johns
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber
2019-11-05kill: Fix warningSebastian Huber
2019-10-08termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber
2019-01-10memalign: Add missing attributes to fix warningSebastian Huber
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber
2018-11-14or1k: Support GCC 9Sebastian Huber
2018-11-12Add rtems_malloc() and rtems_calloc()Sebastian Huber
2018-11-08libcsupport: Add missing includeSebastian Huber
2018-11-07config: Include <rtems.h> for RTEMS_NEWLIBSebastian Huber
2018-11-07termios: Move default lock functionsSebastian Huber
2018-11-07config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber
2018-10-29posix: Provide threads by defaultSebastian Huber
2018-10-22Remove checks for flockfile(), etc. declarationsSebastian Huber
2018-10-22Remove getcwd()Sebastian Huber
2018-10-22Remove optional getrusage() declarationSebastian Huber
2018-10-22Remove ttyname()Sebastian Huber
2018-10-22Remove __assert()Sebastian Huber
2018-10-22Remove isatty()Sebastian Huber
2018-10-22Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber
2018-10-22Support O_NOFOLLOW open() flagSebastian Huber
2018-10-18Support O_DIRECTORY open() flagSebastian Huber
2018-10-18console: Be fair in simple console readSebastian Huber
2018-10-09build: Merge libcsupport/Makefile.amSebastian Huber
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber
2018-10-04Optimize calloc()Sebastian Huber
2018-10-04Avoid need for -fno-builtin for calloc()Sebastian Huber
2018-10-04Remove superfluous pipe_create()Sebastian Huber
2018-10-02Use rtems_task_exit()Sebastian Huber
2018-06-29riscv: Fix global constructionSebastian Huber
2018-06-27console: Add missing return statusSebastian Huber
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber