summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-12Use right time format in _times()Sebastian Huber1-9/+5
2017-10-12timecounter: Merge FreeBSD change r303382Konstantin Belousov1-1/+3
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber2-2/+0
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber2-3/+0
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber2-3/+0
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber2-2/+0
2017-10-05posix: Optimize pthread_once_tSebastian Huber1-1/+1
2017-09-19Add "\n" to "\r\n" translation to rtems_putc()Sebastian Huber1-1/+5
2017-09-15libio: Remove rtems_libio_t::driverSebastian Huber1-1/+0
2017-09-15libio: Use FIFO for iop free listSebastian Huber4-13/+25
2017-09-15libio: Add hold/drop iop referenceSebastian Huber18-43/+140
2017-09-15libio: Unify readv() and writev()Sebastian Huber3-26/+50
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber15-81/+62
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_writeable()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_readable()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2-1/+11
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber2-5/+10
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber4-8/+31
2017-09-15libio: Add iop set/clear flagsSebastian Huber4-7/+48
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber5-7/+7
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber2-11/+1
2017-09-15libio: Do simple parameter checks earlySebastian Huber3-12/+14
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber2-8/+14
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber3-8/+0
2017-09-14libio: Remove special-case reference countSebastian Huber3-72/+2
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-2/+2
2017-09-07Implement clock()Sebastian Huber2-0/+34
2017-09-06Fix integer overflow problems in times()Sebastian Huber1-34/+16
2017-08-25Include missing <string.h>Sebastian Huber5-0/+5
2017-07-28Fix IO control request typeSebastian Huber1-1/+2
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel4-0/+53
2017-06-21sys/utsname.h: Increase buffer to avoid overflowJoel Sherrill1-2/+2
2017-06-07network: Move RTEMS specificsSebastian Huber1-11/+0
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2-1/+2
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber4-34/+11
2017-06-07Do not use deprecated <sys/termios.h>Sebastian Huber1-1/+1
2017-06-07Provide kernel space headers used by NewlibSebastian Huber4-0/+39
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom3-2/+72
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