summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: PR2042: Provide stub for ARMv6-MSebastian Huber2012-03-272-8/+9
* ARM: New define ARMV7M_EXCEPTION_PRIORITY_LOWESTSebastian Huber2012-03-241-0/+2
* PR2041: sparc64: vector number not included in CPU_Interrupt_frameGedare Bloom2012-03-141-1/+2
* PR2040: libblock: Flash disk starvations statisticSebastian Huber2012-03-141-2/+10
* PR2040: libblock: Flash disk documentationSebastian Huber2012-03-142-106/+122
* PR2040: libblock: Fix return statusSebastian Huber2012-03-141-3/+3
* PR2040: libblock: Avoid erased blocks starvationSebastian Huber2012-03-141-115/+185
* PR2040: libblock: Track number of erased blocksSebastian Huber2012-03-141-1/+8
* PR2040: libblock: Use segment control as parameterSebastian Huber2012-03-141-100/+91
* PR2039: Fix NULL pointer accessSebastian Huber2012-03-141-2/+2
* libblock: Use new API for disk mediaSebastian Huber2012-03-131-57/+14
* libblock: Add generic IMFS block device nodesSebastian Huber2012-03-133-0/+431
* libblock: Split file and simplifySebastian Huber2012-03-133-77/+83
* libblock: New support functionsSebastian Huber2012-03-131-0/+21
* libblock: Change bdbuf APISebastian Huber2012-03-1317-312/+275
* libblock: DocumentationSebastian Huber2012-03-131-25/+41
* libblock: Remove superfluous volatile qualifierSebastian Huber2012-03-132-9/+9
* libblock: Discard extended partitionsSebastian Huber2012-03-131-0/+2
* libblock: rtems_ide_part_table_initialize() APISebastian Huber2012-03-132-2/+2
* libblock: New block IO control support functionsSebastian Huber2012-03-132-1/+40
* libblock: New IO control RTEMS_BLKIO_GETDISKDEVSebastian Huber2012-03-132-0/+6
* libblock: Avoid bdbuf APISebastian Huber2012-03-131-22/+35
* libblock: Split fileSebastian Huber2012-03-133-61/+89
* libblock: Add optional free at delete requestSebastian Huber2012-03-132-1/+18
* IMFS: Node specific stat handlersSebastian Huber2012-03-135-58/+81
* IMFS: Generic device identifierSebastian Huber2012-03-131-0/+12
* IMFS: Add make generic node supportSebastian Huber2012-03-133-0/+155
* IMFS: Add and use node controlSebastian Huber2012-03-1314-315/+419
* IMFS: New support functionsSebastian Huber2012-03-139-31/+43
* IMFS: Removed superfluous imfs_dir_open()Sebastian Huber2012-03-133-35/+1
* IMFS: Reference counting for nodesSebastian Huber2012-03-1316-126/+84
* IMFS: Use unprotected chain operationsSebastian Huber2012-03-134-17/+28
* IMFS: Lock the file system during directory readsSebastian Huber2012-03-131-21/+15
* IMFS: Do not check for unsupported typesSebastian Huber2012-03-131-10/+0
* Filesystem: Rename definesSebastian Huber2012-03-1331-95/+136
* Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber2012-03-1322-104/+82
* Filesystem: Change node type enum valuesSebastian Huber2012-03-131-2/+2
* Filesystem: Change error indicationSebastian Huber2012-03-132-5/+7
* Filesystem: New functionSebastian Huber2012-03-133-4/+46
* Filesystem: Read-only file system checksSebastian Huber2012-03-133-26/+40
* Filesystem: Reference counting for locationsSebastian Huber2012-03-13166-7519/+6155
* score: Add _RBTree_Opposite_direction.Gedare Bloom2012-03-042-8/+18
* 2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-03-022-182/+193
* 2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-03-023-1/+11
* PR 2026/filesystem - Fix semaphore attributesSebastian Huber2012-02-231-7/+2
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-221-0/+2
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-221-0/+1
* Add functions for greedy workspace allocationSebastian Huber2012-02-173-0/+57
* Fixed incorrect error pathSebastian Huber2012-02-151-2/+0
* Avoid buffer overflow and misaligned memory accessSebastian Huber2012-02-141-14/+24