summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber3-9/+47
2013-09-05termios: check return value from semaphore obtain/releaseGedare Bloom1-2/+7
2013-08-27ringbuf: Add SMP supportSebastian Huber1-6/+9
2013-08-27Filesystem: Use unprotected chain operationsSebastian Huber1-6/+9
2013-08-27score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber1-13/+6
2013-08-23Filesystem: Remove superfluous free()Sebastian Huber1-2/+0
2013-08-15Expose rtems_verror()Nick Withers2-4/+25
2013-08-14filesystem: Add SMP supportSebastian Huber2-2/+9
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber8-20/+0
2013-08-06posix: Create key implementation headerSebastian Huber1-1/+1
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber2-2/+2
2013-08-01score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber1-5/+15
2013-07-26score: Merge tod implementation into one fileSebastian Huber2-1/+2
2013-07-26score: Create object implementation headerSebastian Huber10-10/+5
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber4-8/+5
2013-07-26score: Create thread implementation headerSebastian Huber2-0/+2