summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mips/.../cpu.h: Comment improvementJoel Sherrill2013-11-141-1/+3
* monitor: Add support for BSD wakeup stateSebastian Huber2013-11-141-0/+1
* Filesystem: Add kernel event filter handlerSebastian Huber2013-11-046-0/+354
* Filesystem: Add poll() handlerSebastian Huber2013-11-046-0/+175
* Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber2013-10-312-2/+2
* Filesystem: DocumentationSebastian Huber2013-10-311-1/+1
* libmd: Change MD5Update() prototypeSebastian Huber2013-10-312-2/+5
* 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
* score: New state STATES_WAITING_FOR_BSD_WAKEUPSebastian Huber2013-10-311-0/+3
* IMFS: Use IMFS_mtime_ctime_update()Sebastian Huber2013-10-272-4/+2
* Filesystem: PR2146: DocumentationSebastian Huber2013-10-231-1/+3
* libmd: New defines for FreeBSD compatibilitySebastian Huber2013-10-221-0/+3
* dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner2013-10-181-0/+9
* Remove double count of start offsetRic Claus2013-10-171-5/+5
* libcsupport: Updates from latest FreeBSD versionSebastian Huber2013-10-161-11/+21
* RFS: Include missing header fileSebastian Huber2013-10-161-0/+1
* Filesystem: PR2146: DocumentationSebastian Huber2013-10-151-11/+28
* Return EINVAL in default ftruncate() handlerSebastian Huber2013-10-111-1/+1
* Merge branch 'master' into warningsJoel Sherrill2013-09-301-3/+17
|\
| * Fix building with RTEMS_DEBUG.Chris Johns2013-09-301-3/+17
* | internal.h/main_mdump.c: Convert main methods to staticJoel Sherrill2013-09-232-5/+3
|/
* nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+12
* 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
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7
* rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+19
* intrbody.c: Fix missing prototype warningsJoel Sherrill2013-09-221-7/+19
* semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE.Joel Sherrill2013-09-221-0/+11
* semopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+9
* sigsuspend.c: Address set but unused variable warningJoel Sherrill2013-09-211-3/+6
* mqueueopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+10
* main_mv.c: Address set but not used warningJoel Sherrill2013-09-211-1/+5
* mouse_parser.c: Fix warning by properly checking return codeJoel Sherrill2013-09-211-1/+1
* JFFS2: Add RTEMS supportSebastian Huber2013-09-1924-2822/+1885
* JFFS2: Update Linux compatibility layerSebastian Huber2013-09-1925-66/+261
* JFFS2: Import from eCosSebastian Huber2013-09-1938-0/+4843
* JFFS2: Import from LinuxSebastian Huber2013-09-1924-0/+11350
* libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2013-09-162-3/+14
* IMFS: Fix truncate according to POSIXSebastian Huber2013-09-131-3/+2