summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-24readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii1-1/+5
2013-07-24score: Merge sysstate API into one fileSebastian Huber6-0/+11
2013-07-23rtems: Create tasks implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create region implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create part implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create timer implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create ratemon implementation headerSebastian Huber1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber6-1/+7
2013-07-23rtems: Create dpmem implementation headerSebastian Huber1-0/+1
2013-07-23sapi: Create extension implementation headerSebastian Huber1-0/+2
2013-07-22posix: Create spinlock implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create timer implementation headerSebastian Huber1-1/+1