summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-282-10/+10
* 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-232-2/+22
* termios: Fix static device initalizationSebastian Huber2017-02-032-7/+23
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+0
* 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