summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-31cpukit/libblock: Ignore sync status prior to purgeKinsey Moore2-2/+2
2024-01-31cpukit/libblock: Ignore error notify return valueKinsey Moore1-1/+1
2024-01-29cpukit/libblock: Ignore return value on error pathKinsey Moore1-1/+1
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore1-1/+1
2023-10-13cpukit: Remove unused includesKinsey Moore1-1/+0
2023-05-20Update company nameSebastian Huber22-22/+22
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill20-121/+6
2022-02-28cpukit/libblock: Change license to BSD-2Joel Sherrill24-72/+528
2022-02-23cpukit/libblock: Clean up before license changeJoel Sherrill2-2/+5
2021-07-16cpukit: occured -> occurredSebastian Huber1-1/+1
2021-03-26libblock: Add rtems_bdbuf_peek()Christian Mauderer2-22/+64
2020-10-12shell: Remove not functioning fdisk mount/unmountFrank Kühndel1-184/+0
2020-10-12libblock: Fix sparse diskSebastian Huber1-34/+35
2020-10-11libblock: Add commentSebastian Huber1-0/+2
2020-10-10libblock: Fix string truncation warningFrank Kühndel1-1/+1
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer1-0/+1
2020-07-17media-server: Add ability for retry.Christian Mauderer1-13/+17
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber18-18/+36
2020-04-16Canonicalize config.h includeSebastian Huber16-21/+21
2018-10-09build: Merge libblock/Makefile.amSebastian Huber1-40/+0
2018-10-02Use rtems_task_exit()Sebastian Huber1-3/+3
2018-08-07libblock: Add RTEMS_DEPRECATEDSebastian Huber4-4/+15
2018-08-07libblock: Use rtems_blkdev_create_partition()Sebastian Huber1-14/+2
2018-08-07flashdisk: Use rtems_blkdev_create()Sebastian Huber1-47/+22
2018-08-07nvdisk: Use rtems_blkdev_create()Sebastian Huber1-51/+19
2018-08-07ramdisk: Use rtems_blkdev_create()Sebastian Huber2-34/+7
2018-05-18libblock: Init deps in rtems_blkdev_create()Sebastian Huber1-4/+10
2018-02-07libblock: Use self-contained mutex for mediaSebastian Huber1-68/+35
2018-02-07libblock: Use self-contained mutex for sparse diskSebastian Huber1-28/+4
2018-02-07libblock: Use self-contained mutex for flashdiskSebastian Huber1-74/+57
2018-02-07libblock: Use self-contained mutex for nvdiskSebastian Huber1-53/+39
2018-02-02libblock: Use self-contained mutex and cond varSebastian Huber1-282/+42
2018-02-02libblock: Use self-contained mutex for disk lockSebastian Huber1-71/+30
2018-01-25Remove make preinstallChris Johns11-3863/+0
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-2/+4
2017-07-28Fix IO control request typeSebastian Huber1-1/+1
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+1
2017-06-08libblock: FreeBSD kernel-space compatibilitySebastian Huber1-1/+1
2017-01-24Use <sys/endian.h>Sebastian Huber1-13/+5
2016-12-12libblock: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-11-24libblock: Fix for RTEMS_DEBUGSebastian Huber1-0/+2
2016-06-06libblock: Use proper semaphore attr for mutexSebastian Huber1-2/+1
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns3-17/+14
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber3-1/+2
2016-01-15libblock: Fix ramdisk::free_at_delete_request initSebastian Huber1-1/+1
2015-11-02libblock: Print block sizes and countSebastian Huber3-0/+22
2015-11-02libblock: Avoid NULL pointer accessSebastian Huber1-1/+3
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber9-27/+27
2015-10-26basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber1-3/+3
2015-03-05libblock: Fix warningSebastian Huber1-2/+1