summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport (follow)
AgeCommit message (Expand)Author
2017-09-15libio: Add rtems_libio_iop_is_readable()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber
2017-09-15libio: Add iop set/clear flagsSebastian Huber
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber
2017-09-15libio: Do simple parameter checks earlySebastian Huber
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber
2017-09-14libio: Remove special-case reference countSebastian Huber
2017-09-12Simplify and unify BSP_output_charSebastian Huber
2017-09-07Implement clock()Sebastian Huber
2017-09-06Fix integer overflow problems in times()Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-07-28Fix IO control request typeSebastian Huber
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
2017-06-21sys/utsname.h: Increase buffer to avoid overflowJoel Sherrill
2017-06-07network: Move RTEMS specificsSebastian Huber
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber
2017-06-07Do not use deprecated <sys/termios.h>Sebastian Huber
2017-06-07Provide kernel space headers used by NewlibSebastian Huber
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel
2017-04-04sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber
2017-04-03bsps: Fix baud settingsSebastian Huber
2017-03-27termios: Avoid invalid memory accessSebastian Huber
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel
2017-03-16libio: Fix deadlock in location managementSebastian Huber
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber
2017-02-28termios: Simplify some calculationsSebastian Huber
2017-02-28termios: Implement non-blocking writeSebastian Huber
2017-02-28termios: Make write POSIX compatibleSebastian Huber
2017-02-28termios: Introduce doTransmit()Sebastian Huber
2017-02-28termios: Simplify oproc()Sebastian Huber
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber
2017-02-28termios: Change receive callback invocationSebastian Huber
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber
2017-02-03termios: Fix static device initalizationSebastian Huber
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber
2017-01-13configure: Remove envlock supportSebastian Huber
2017-01-12Fix documentation commentSebastian Huber
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber
2017-01-12Add rtems_assoc_32_to_string()Sebastian Huber
2017-01-11Add support for posix_devctl()Joel Sherrill