summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify thread control initializationSebastian Huber2014-04-151-24/+2
* privateenv.c: Remove unused variable warningJoel Sherrill2014-04-041-1/+0
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-17/+7
* score: Thread life cycle re-implementationSebastian Huber2014-03-312-6/+12
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-273-19/+32
* privateenv: Remove sharing of user environment between threads.Christian Mauderer2014-03-271-56/+4
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-241-60/+52
* libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2014-03-241-10/+0
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-13/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21142-142/+142
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-2/+2
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-0/+1
* score: Add local context to SMP lock APISebastian Huber2014-03-111-27/+27
* printk: Add support for long longSebastian Huber2014-03-111-30/+55
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-212-3/+3
* score: Change debug helper functionsSebastian Huber2014-02-121-42/+0
* calloc.c: Remove use of register keywordJoel Sherrill2014-02-031-3/+3
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-082-81/+7
* libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez2014-01-072-0/+105
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+2
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-203-41/+5
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-202-155/+31
* PR2158: Add support for dup2.Chris Johns2013-12-102-7/+48
* gettimeofday: Add restrict keywordBryan Dunsmore2013-11-291-2/+2
* libcsupport: readlink: add c99 'restrict' keywordChirayu Desai2013-11-291-1/+2
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-212-3/+3
* Filesystem: Clear open flag early in close()Sebastian Huber2013-10-311-0/+2
* Filesystem: Zero flags in rtems_libio_free()Sebastian Huber2013-10-311-1/+1
* getdents.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+10
* ctermid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1
* getpwent.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* newlibc_init.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1
* __times.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+6
* stat.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+15
* __gettod.c: Fix missing prototype warningsJoel Sherrill2013-09-221-3/+12
* __gitpid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* __assert.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+2
* issetugid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* Filesystem: Change rtems_filesystem_chown()Sebastian Huber2013-09-123-37/+57
* Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber2013-09-122-9/+42
* termios: check return value from semaphore obtain/releaseGedare Bloom2013-09-051-2/+7
* Filesystem: Use unprotected chain operationsSebastian Huber2013-08-271-6/+9
* score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber2013-08-271-13/+6
* Filesystem: Remove superfluous free()Sebastian Huber2013-08-231-2/+0
* Expose rtems_verror()Nick Withers2013-08-151-1/+1
* filesystem: Add SMP supportSebastian Huber2013-08-141-0/+3
* PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2013-08-088-20/+0
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-012-2/+2
* score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber2013-08-011-5/+15