summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure: Remove envlock supportSebastian Huber2017-01-132-121/+1
* Fix documentation commentSebastian Huber2017-01-121-4/+4
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-123-0/+75
* Add rtems_assoc_32_to_string()Sebastian Huber2017-01-123-1/+94
* Add support for posix_devctl()Joel Sherrill2017-01-112-1/+74
* sys/event.h: Update to FreeBSD head 2017-01-02Sebastian Huber2017-01-091-29/+31
* libio: Use CONSOLE_DEVICE_NAMESebastian Huber2016-12-231-3/+4
* termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2016-12-162-5/+8
* termios: Use mutex for task driven modeSebastian Huber2016-12-162-7/+97
* Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber2016-12-121-1/+1
* Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber2016-12-121-1/+1
* libio: Ensure proper std file descriptorsSebastian Huber2016-12-121-9/+8
* Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber2016-12-121-2/+3
* INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber2016-12-121-1/+1
* score: Introduce _Internal_error()Sebastian Huber2016-12-122-3/+3
* score: Remove fatal is internal indicatorSebastian Huber2016-12-092-15/+3
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-232-3/+0
* Provide kernel space header filesSebastian Huber2016-11-084-0/+221
* Size optimization for resource snapshotsSebastian Huber2016-11-041-23/+37
* rtems: Add rtems_task_iterate()Sebastian Huber2016-11-021-2/+4
* sys/sockio.h: Update to FreeBSD head 2016-05-03Sebastian Huber2016-10-261-2/+7
* sys/event.h: Update to FreeBSD head 2016-06-27Sebastian Huber2016-10-261-12/+30
* termios: Add IO control handlerSebastian Huber2016-09-192-2/+20
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-192-235/+281
* score: Add debug support to chainsSebastian Huber2016-07-225-1/+9
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-041-1/+1
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-282-1/+27
* Add printer taskSebastian Huber2016-06-222-0/+204
* Move printer initialization to separate headerSebastian Huber2016-06-224-10/+4
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
* Make rtems_fprintf_plugin() staticSebastian Huber2016-06-221-1/+1
* Make rtems_printf_plugin() staticSebastian Huber2016-06-221-6/+6
* Make printk_plugin() staticSebastian Huber2016-06-221-10/+9
* Fix rtems_print_printer_fprintf()Sebastian Huber2016-05-311-1/+6
* libcsupport: Fix printk warnings.Chris Johns2016-05-251-2/+2
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-258-36/+132
* score: Add Thread_Change_life()Sebastian Huber2016-05-201-4/+6
* posix: Simplify message queuesSebastian Huber2016-05-022-2/+0
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-3/+1
* malloc: Avoid memory leaks during task deleteSebastian Huber2016-04-061-1/+3
* malloc: Fix early realloc() allocationSebastian Huber2016-04-063-46/+51
* Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill2016-03-307-579/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-17/+10
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-171-15/+11
* malloc: Fix function definitionSebastian Huber2016-03-011-1/+1
* malloc: Add _Malloc_System_state()Sebastian Huber2016-02-257-115/+79
* malloc: Use dedicated lock for deferred freesSebastian Huber2016-02-251-9/+26
* malloc: Clean up "malloc_p.h" header fileSebastian Huber2016-02-252-8/+8
* Use linker set for libio initializationSebastian Huber2016-02-034-47/+14
* Use atexit() handler to close std file descriptorsSebastian Huber2016-02-033-5/+3