summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-144-0/+53
* sys/utsname.h: Increase buffer to avoid overflowJoel Sherrill2017-06-211-2/+2
* network: Move RTEMS specificsSebastian Huber2017-06-071-11/+0
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-072-1/+2
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-074-34/+11
* Do not use deprecated <sys/termios.h>Sebastian Huber2017-06-071-1/+1
* Provide kernel space headers used by NewlibSebastian Huber2017-06-074-0/+39
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-053-2/+72
* Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel2017-04-101-1/+4
* sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber2017-04-041-7/+9
* bsps: Fix baud settingsSebastian Huber2017-04-031-4/+2
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2224-286/+642
* libio: Fix deadlock in location managementSebastian Huber2017-03-167-13/+17
* 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-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