summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-03-04score: Add _RBTree_Opposite_direction.Gedare Bloom2-8/+18
2012-03-022012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2-182/+193
2012-03-022012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius3-1/+11
2012-02-23PR 2026/filesystem - Fix semaphore attributesSebastian Huber1-7/+2
2012-02-222012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-0/+2
2012-02-222012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-0/+1
2012-02-17Add functions for greedy workspace allocationSebastian Huber3-0/+57
2012-02-15Fixed incorrect error pathSebastian Huber1-2/+0
2012-02-14Avoid buffer overflow and misaligned memory accessSebastian Huber1-14/+24