summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel2017-04-101-1/+4
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2217-69/+177
* libio: Fix deadlock in location managementSebastian Huber2017-03-166-12/+13
* posix_devctl: Fix for pre C99Sebastian Huber2017-03-021-5/+5
* termios: Simplify some calculationsSebastian Huber2017-02-281-4/+3
* termios: Implement non-blocking writeSebastian Huber2017-02-281-4/+6
* termios: Make write POSIX compatibleSebastian Huber2017-02-281-34/+81
* termios: Introduce doTransmit()Sebastian Huber2017-02-281-10/+15
* termios: Simplify oproc()Sebastian Huber2017-02-281-19/+36
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9
* termios: Change receive callback invocationSebastian Huber2017-02-281-11/+47
* termios: Change tty_rcvwakeup to boolSebastian Huber2017-02-281-9/+9
* termios: Ignore carriage return early if desiredSebastian Huber2017-02-281-6/+19
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-11/+4
* termios: Add kqueue() and poll() supportSebastian Huber2017-02-231-2/+2
* termios: Fix static device initalizationSebastian Huber2017-02-031-6/+6
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+0
* configure: Remove envlock supportSebastian Huber2017-01-131-120/+0
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-121-0/+58
* Add rtems_assoc_32_to_string()Sebastian Huber2017-01-121-0/+61
* Add support for posix_devctl()Joel Sherrill2017-01-111-0/+72
* libio: Use CONSOLE_DEVICE_NAMESebastian Huber2016-12-231-3/+4
* termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2016-12-161-1/+2
* termios: Use mutex for task driven modeSebastian Huber2016-12-161-2/+76
* 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-231-2/+0
* Size optimization for resource snapshotsSebastian Huber2016-11-041-23/+37
* rtems: Add rtems_task_iterate()Sebastian Huber2016-11-021-2/+4
* termios: Add IO control handlerSebastian Huber2016-09-191-2/+5
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-191-183/+277
* 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-281-0/+26
* Add printer taskSebastian Huber2016-06-221-0/+203
* 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-257-36/+130