summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-13configure: Remove envlock supportSebastian Huber1-120/+0
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber1-0/+58
2017-01-12Add rtems_assoc_32_to_string()Sebastian Huber1-0/+61
2017-01-11Add support for posix_devctl()Joel Sherrill1-0/+72
2016-12-23libio: Use CONSOLE_DEVICE_NAMESebastian Huber1-3/+4
2016-12-16termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig1-1/+2
2016-12-16termios: Use mutex for task driven modeSebastian Huber1-2/+76
2016-12-12Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber1-1/+1
2016-12-12Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber1-1/+1
2016-12-12libio: Ensure proper std file descriptorsSebastian Huber1-9/+8
2016-12-12Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber1-2/+3
2016-12-12INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber1-1/+1
2016-12-12score: Introduce _Internal_error()Sebastian Huber2-3/+3
2016-12-09score: Remove fatal is internal indicatorSebastian Huber2-15/+3
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber1-2/+0
2016-11-04Size optimization for resource snapshotsSebastian Huber1-23/+37
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-2/+4
2016-09-19termios: Add IO control handlerSebastian Huber1-2/+5
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber1-183/+277
2016-07-22score: Add debug support to chainsSebastian Huber5-1/+9
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-1/+1
2016-06-28libcsupport: Add dummy for setgroups().Christian Mauderer1-0/+26
2016-06-22Add printer taskSebastian Huber1-0/+203
2016-06-22Move printer initialization to separate headerSebastian Huber4-10/+4
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber1-0/+1
2016-06-22Make rtems_fprintf_plugin() staticSebastian Huber1-1/+1
2016-06-22Make rtems_printf_plugin() staticSebastian Huber1-6/+6
2016-06-22Make printk_plugin() staticSebastian Huber1-10/+9
2016-05-31Fix rtems_print_printer_fprintf()Sebastian Huber1-1/+6
2016-05-25libcsupport: Fix printk warnings.Chris Johns1-2/+2
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns7-36/+130
2016-05-20score: Add Thread_Change_life()Sebastian Huber1-4/+6
2016-05-02posix: Simplify message queuesSebastian Huber1-1/+0
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber1-3/+1
2016-04-06malloc: Avoid memory leaks during task deleteSebastian Huber1-1/+3
2016-04-06malloc: Fix early realloc() allocationSebastian Huber3-46/+51
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-17/+10
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-15/+11
2016-03-01malloc: Fix function definitionSebastian Huber1-1/+1
2016-02-25malloc: Add _Malloc_System_state()Sebastian Huber6-114/+78
2016-02-25malloc: Use dedicated lock for deferred freesSebastian Huber1-9/+26
2016-02-25malloc: Clean up "malloc_p.h" header fileSebastian Huber2-8/+8
2016-02-03Use linker set for libio initializationSebastian Huber2-31/+14
2016-02-03Use atexit() handler to close std file descriptorsSebastian Huber2-3/+3
2016-02-03Use linker set for root file system initializationSebastian Huber1-5/+0
2016-02-02Filesystem: Export most generic path eval functionSebastian Huber2-22/+5
2016-01-04Remove M32R architectureJoel Sherrill1-3/+1
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-1/+1
2015-11-27Delete empty libc_init()Sebastian Huber1-45/+0
2015-11-25Require __getreent()Sebastian Huber1-9/+0