summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: occured -> occurredSebastian Huber2021-07-161-1/+1
* libblock: Add rtems_bdbuf_peek()Christian Mauderer2021-03-262-22/+64
* shell: Remove not functioning fdisk mount/unmountFrank Kühndel2020-10-121-184/+0
* libblock: Fix sparse diskSebastian Huber2020-10-121-34/+35
* libblock: Add commentSebastian Huber2020-10-111-0/+2
* libblock: Fix string truncation warningFrank Kühndel2020-10-101-1/+1
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-041-0/+1
* media-server: Add ability for retry.Christian Mauderer2020-07-171-13/+17
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2818-18/+36
* Canonicalize config.h includeSebastian Huber2020-04-1616-21/+21
* build: Merge libblock/Makefile.amSebastian Huber2018-10-091-40/+0
* Use rtems_task_exit()Sebastian Huber2018-10-021-3/+3
* libblock: Add RTEMS_DEPRECATEDSebastian Huber2018-08-074-4/+15
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2018-08-071-14/+2
* flashdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-47/+22
* nvdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-51/+19
* ramdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-072-34/+7
* libblock: Init deps in rtems_blkdev_create()Sebastian Huber2018-05-181-4/+10
* libblock: Use self-contained mutex for mediaSebastian Huber2018-02-071-68/+35
* libblock: Use self-contained mutex for sparse diskSebastian Huber2018-02-071-28/+4
* libblock: Use self-contained mutex for flashdiskSebastian Huber2018-02-071-74/+57
* libblock: Use self-contained mutex for nvdiskSebastian Huber2018-02-071-53/+39
* libblock: Use self-contained mutex and cond varSebastian Huber2018-02-021-282/+42
* libblock: Use self-contained mutex for disk lockSebastian Huber2018-02-021-71/+30
* Remove make preinstallChris Johns2018-01-2511-3863/+0
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-2/+4
* Fix IO control request typeSebastian Huber2017-07-281-1/+1
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+1
* libblock: FreeBSD kernel-space compatibilitySebastian Huber2017-06-081-1/+1
* Use <sys/endian.h>Sebastian Huber2017-01-241-13/+5
* libblock: Fix for RTEMS_DEBUGSebastian Huber2016-12-121-0/+1
* libblock: Fix for RTEMS_DEBUGSebastian Huber2016-11-241-0/+2
* libblock: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+1
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-253-17/+14
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-073-1/+2
* libblock: Fix ramdisk::free_at_delete_request initSebastian Huber2016-01-151-1/+1
* libblock: Print block sizes and countSebastian Huber2015-11-023-0/+22
* libblock: Avoid NULL pointer accessSebastian Huber2015-11-021-1/+3
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-269-27/+27
* basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber2015-10-261-3/+3
* libblock: Fix warningSebastian Huber2015-03-051-2/+1
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-11/+10
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-5/+11
* bdbuf: Use rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-9/+6
* bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber2014-11-201-9/+1
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-051-2/+2
* libblock: Avoid recursive mutexSebastian Huber2014-06-031-9/+10
* libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner2014-06-022-62/+190
* libblock: Use pthread_once() for initializationRalf Kirchner2014-06-021-29/+25
* score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber2014-04-152-2/+2