summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-151-5/+5
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-153-8/+13
* libio: Add iop set/clear flagsSebastian Huber2017-09-153-7/+8
* libio: rtems_libio_check_permissions_with_error()Sebastian Huber2017-09-154-4/+4
* libio: Remove rtems_libio_check_permissions()Sebastian Huber2017-09-151-1/+1
* libio: Do simple parameter checks earlySebastian Huber2017-09-152-5/+7
* libio: Simplify rtems_libio_iop()Sebastian Huber2017-09-141-1/+1
* libio: Remove LIBIO_FLAGS_CREATESebastian Huber2017-09-142-7/+0
* libio: Remove special-case reference countSebastian Huber2017-09-141-30/+2
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-2/+2
* Implement clock()Sebastian Huber2017-09-071-0/+33
* Fix integer overflow problems in times()Sebastian Huber2017-09-061-34/+16
* Include missing <string.h>Sebastian Huber2017-08-255-0/+5
* Fix IO control request typeSebastian Huber2017-07-281-1/+2
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-142-0/+2
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-0/+1
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-071-2/+2
* Do not use deprecated <sys/termios.h>Sebastian Huber2017-06-071-1/+1
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-2/+30
* 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