summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel1-1/+4
2017-04-04sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber1-7/+9
2017-04-03bsps: Fix baud settingsSebastian Huber1-4/+2
2017-03-27termios: Avoid invalid memory accessSebastian Huber1-1/+3
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel24-286/+642
2017-03-16libio: Fix deadlock in location managementSebastian Huber7-13/+17
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber1-5/+5
2017-02-28termios: Simplify some calculationsSebastian Huber1-4/+3
2017-02-28termios: Implement non-blocking writeSebastian Huber1-4/+6
2017-02-28termios: Make write POSIX compatibleSebastian Huber1-34/+81
2017-02-28termios: Introduce doTransmit()Sebastian Huber1-10/+15
2017-02-28termios: Simplify oproc()Sebastian Huber1-19/+36
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9
2017-02-28termios: Change receive callback invocationSebastian Huber1-11/+47
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber2-10/+10
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber1-6/+19
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-11/+4
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber2-2/+22
2017-02-03termios: Fix static device initalizationSebastian Huber2-7/+23
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+0
2017-01-13configure: Remove envlock supportSebastian Huber2-121/+1
2017-01-12Fix documentation commentSebastian Huber1-4/+4
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber3-0/+75
2017-01-12Add rtems_assoc_32_to_string()Sebastian Huber3-1/+94
2017-01-11Add support for posix_devctl()Joel Sherrill2-1/+74
2017-01-09sys/event.h: Update to FreeBSD head 2017-01-02Sebastian Huber1-29/+31
2016-12-23libio: Use CONSOLE_DEVICE_NAMESebastian Huber1-3/+4
2016-12-16termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2-5/+8
2016-12-16termios: Use mutex for task driven modeSebastian Huber2-7/+97
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 Huber2-3/+0
2016-11-08Provide kernel space header filesSebastian Huber4-0/+221
2016-11-04Size optimization for resource snapshotsSebastian Huber1-23/+37
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-2/+4
2016-10-26sys/sockio.h: Update to FreeBSD head 2016-05-03Sebastian Huber1-2/+7
2016-10-26sys/event.h: Update to FreeBSD head 2016-06-27Sebastian Huber1-12/+30
2016-09-19termios: Add IO control handlerSebastian Huber2-2/+20
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber2-235/+281
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 Mauderer2-1/+27
2016-06-22Add printer taskSebastian Huber2-0/+204
2016-06-22Move printer initialization to separate headerSebastian Huber4-10/+4