summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-24ilibcsupport: Add realpath call.Chris Johns2-1/+254
2014-10-13libcsupport/include/clockdrv.h: Remove rtems_clock_major/minorJoel Sherrill1-2/+0
2014-10-08IMFS: Avoid NULL pointer accessSebastian Huber1-1/+2
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber3-103/+191
2014-10-07termios: Separate flow control from normal handlerSebastian Huber2-17/+41
2014-10-07termios: Fix transmit daemonSebastian Huber1-1/+9
2014-09-16tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill3-0/+75
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill3-39/+0
2014-09-08libcsupport: Use RTEMS_DECONST()Sebastian Huber1-1/+1
2014-08-18rtems_termios_puts: Copy and write more than one char at onceKolja Waschk1-50/+85
2014-07-09termios: Add rtems_termios_set_best_baud()Sebastian Huber3-4/+64
2014-07-09termios: Add rtems_termios_get_termios()Christian Mauderer1-1/+14
2014-07-09termios: PR1279: Use first open statusSebastian Huber1-73/+82
2014-07-09termios: PR1279: Use set attributes statusSebastian Huber1-2/+4
2014-07-09termios: PR2153: New low-level device APISebastian Huber2-113/+630
2014-06-30termios: Make tty list staticSebastian Huber2-4/+3
2014-04-15score: Simplify thread control initializationSebastian Huber2-30/+3
2014-04-04privateenv.c: Remove unused variable warningJoel Sherrill1-1/+0
2014-04-01ringbuf: Fix ISR lock initialization/destructionSebastian Huber1-0/+6
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-17/+7
2014-03-31score: Thread life cycle re-implementationSebastian Huber3-7/+18
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer4-19/+37
2014-03-27privateenv: Remove sharing of user environment between threads.Christian Mauderer1-56/+4
2014-03-24libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2-67/+53
2014-03-24libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2-12/+0
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-13/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns164-164/+164
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-2/+2
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+1
2014-03-11score: Add local context to SMP lock APISebastian Huber3-36/+36
2014-03-11printk: Add support for long longSebastian Huber1-30/+55
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber2-3/+3
2014-02-12score: Change debug helper functionsSebastian Huber2-44/+0
2014-02-03calloc.c: Remove use of register keywordJoel Sherrill1-3/+3
2014-01-08libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez4-84/+7
2014-01-07libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez4-1/+109
2013-12-20libcsupport: Accept NULL for zero-length entriesSebastian Huber1-1/+1
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber1-0/+2
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber4-41/+78
2013-12-20libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber3-155/+87
2013-12-10PR2158: Add support for dup2.Chris Johns3-7/+55
2013-11-29gettimeofday: Add restrict keywordBryan Dunsmore1-2/+2
2013-11-29libcsupport: readlink: add c99 'restrict' keywordChirayu Desai1-1/+2
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill1-4/+4
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez4-8/+8
2013-11-04Filesystem: Add kernel event filter handlerSebastian Huber2-0/+310
2013-11-04Filesystem: Add poll() handlerSebastian Huber2-0/+132
2013-10-31Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber1-1/+1
2013-10-31Filesystem: DocumentationSebastian Huber1-1/+1
2013-10-31Filesystem: Clear open flag early in close()Sebastian Huber1-0/+2