summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-10-31Filesystem: Zero flags in rtems_libio_free()Sebastian Huber1-1/+1
2013-10-23Filesystem: PR2146: DocumentationSebastian Huber1-1/+3
2013-10-16libcsupport: Updates from latest FreeBSD versionSebastian Huber1-11/+21
2013-10-15Filesystem: PR2146: DocumentationSebastian Huber1-11/+28
2013-09-22getdents.c: Fix missing prototype warningsJoel Sherrill1-1/+10
2013-09-22ctermid.c: Fix missing prototype warningsJoel Sherrill1-0/+1
2013-09-22getpwent.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-22newlibc_init.c: Fix missing prototype warningsJoel Sherrill1-0/+1
2013-09-22__times.c: Fix missing prototype warningsJoel Sherrill1-1/+6
2013-09-22stat.c: Fix missing prototype warningsJoel Sherrill1-1/+15
2013-09-22__gettod.c: Fix missing prototype warningsJoel Sherrill1-3/+12
2013-09-22__gitpid.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-22__assert.c: Fix missing prototype warningsJoel Sherrill1-1/+2
2013-09-22issetugid.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-19JFFS2: Add RTEMS supportSebastian Huber1-0/+1
2013-09-12Filesystem: Change rtems_filesystem_chown()Sebastian Huber4-40/+59