summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-30PR 2021 - mdump address problem with volatileRic Claus1-9/+16
2012-03-30Add Virtex4 and Virtex5 BSPsRic Claus1-1/+78
2012-03-30NIOS2: Add MPU support functionsSebastian Huber4-21/+165
2012-03-30NIOS2: Fix outermost interrupt checkSebastian Huber1-1/+4
2012-03-30score/rbtree: Add const qualifierSebastian Huber4-45/+45
2012-03-30score/rbtree: C++ compatibilitySebastian Huber1-2/+3
2012-03-30score/scheduleredf: Simplify and fix warningSebastian Huber1-3/+3
2012-03-29PR1994: RBTree Compare Result ChangeGedare Bloom3-6/+25
2012-03-27confdefs: Add declaration for unlimited objects.Gedare Bloom1-1/+107
2012-03-27ARM: PR2042: Provide stub for ARMv6-MSebastian Huber2-8/+9
2012-03-24ARM: New define ARMV7M_EXCEPTION_PRIORITY_LOWESTSebastian Huber1-0/+2
2012-03-14PR2041: sparc64: vector number not included in CPU_Interrupt_frameGedare Bloom1-1/+2
2012-03-14PR2040: libblock: Flash disk starvations statisticSebastian Huber1-2/+10
2012-03-14PR2040: libblock: Flash disk documentationSebastian Huber2-106/+122
2012-03-14PR2040: libblock: Fix return statusSebastian Huber1-3/+3
2012-03-14PR2040: libblock: Avoid erased blocks starvationSebastian Huber1-115/+185
2012-03-14PR2040: libblock: Track number of erased blocksSebastian Huber1-1/+8
2012-03-14PR2040: libblock: Use segment control as parameterSebastian Huber1-100/+91
2012-03-14PR2039: Fix NULL pointer accessSebastian Huber1-2/+2
2012-03-13libblock: Use new API for disk mediaSebastian Huber1-57/+14
2012-03-13libblock: Add generic IMFS block device nodesSebastian Huber3-0/+431
2012-03-13libblock: Split file and simplifySebastian Huber3-77/+83
2012-03-13libblock: New support functionsSebastian Huber1-0/+21
2012-03-13libblock: Change bdbuf APISebastian Huber17-312/+275
2012-03-13libblock: DocumentationSebastian Huber1-25/+41
2012-03-13libblock: Remove superfluous volatile qualifierSebastian Huber2-9/+9
2012-03-13libblock: Discard extended partitionsSebastian Huber1-0/+2
2012-03-13libblock: rtems_ide_part_table_initialize() APISebastian Huber2-2/+2
2012-03-13libblock: New block IO control support functionsSebastian Huber2-1/+40
2012-03-13libblock: New IO control RTEMS_BLKIO_GETDISKDEVSebastian Huber2-0/+6
2012-03-13libblock: Avoid bdbuf APISebastian Huber1-22/+35
2012-03-13libblock: Split fileSebastian Huber3-61/+89
2012-03-13libblock: Add optional free at delete requestSebastian Huber2-1/+18
2012-03-13IMFS: Node specific stat handlersSebastian Huber5-58/+81
2012-03-13IMFS: Generic device identifierSebastian Huber1-0/+12
2012-03-13IMFS: Add make generic node supportSebastian Huber3-0/+155
2012-03-13IMFS: Add and use node controlSebastian Huber14-315/+419
2012-03-13IMFS: New support functionsSebastian Huber9-31/+43
2012-03-13IMFS: Removed superfluous imfs_dir_open()Sebastian Huber3-35/+1
2012-03-13IMFS: Reference counting for nodesSebastian Huber16-126/+84
2012-03-13IMFS: Use unprotected chain operationsSebastian Huber4-17/+28
2012-03-13IMFS: Lock the file system during directory readsSebastian Huber1-21/+15
2012-03-13IMFS: Do not check for unsupported typesSebastian Huber1-10/+0
2012-03-13Filesystem: Rename definesSebastian Huber31-95/+136
2012-03-13Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber22-104/+82
2012-03-13Filesystem: Change node type enum valuesSebastian Huber1-2/+2
2012-03-13Filesystem: Change error indicationSebastian Huber2-5/+7
2012-03-13Filesystem: New functionSebastian Huber3-4/+46
2012-03-13Filesystem: Read-only file system checksSebastian Huber3-26/+40
2012-03-13Filesystem: Reference counting for locationsSebastian Huber166-7519/+6155