summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/include/internal/dvm.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/Dvm: Added RTDvmMapQueryTableLocations (for VMDK). Completely untested. ...vboxsync2020-08-261-0/+23
* IPRT/RTDvm: Added RTDVMVOLIDX_HOST index. bugref:9224vboxsync2020-08-251-1/+1
* Main: bugref:9224: fixed doxygen issuesvboxsync2020-08-241-3/+3
* Main: bugref:9224: DVM API changesvboxsync2020-08-241-0/+80
* *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for fun...vboxsync2020-07-081-0/+4
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-20/+20
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/dvm: s/offEnd/offLast - see coding guidelines on 'end' vs 'last'.vboxsync2019-04-011-3/+5
* Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the underl...vboxsync2019-02-111-0/+10
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* IPRT/include: Use IPRT_INCLUDED_INTERNAL_ rather than ___internal_ as header ...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* DVM: Got a working pseudo vfs.vboxsync2017-11-081-1/+3
* iprt/dvm: Some API adjusting to VFS - work in progress.vboxsync2017-11-071-10/+7
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* VFS/Filesystem: Convert the filesystem specific code to the VFS framework and...vboxsync2012-06-011-0/+14
* Runtime/Dvm: Use uint64_t instead of size_t for the number of intersecting by...vboxsync2012-02-151-1/+1
* Missing filevboxsync2012-02-071-0/+21
* IPRT/Dvm: Commit BSD disklabel support.vboxsync2011-05-301-0/+5
* iprt/dvm: use static, changed prefix of internal functions.vboxsync2011-05-101-3/+3
* IPRT: Initial commit of the disk volume management API. Supports listing part...vboxsync2011-04-221-0/+281