VirtualBox

Changeset 63561 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Aug 16, 2016 2:02:22 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110216
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/Runtime/common
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp

    r62477 r63561  
    272272            pThis->HdrRev1.u64LbaFirstPartition   = RT_LE2H_U64(pThis->HdrRev1.u64LbaFirstPartition);
    273273            pThis->HdrRev1.u64LbaLastPartition    = RT_LE2H_U64(pThis->HdrRev1.u64LbaLastPartition);
    274             /** @todo: Disk UUID */
     274            /** @todo Disk UUID */
    275275            pThis->HdrRev1.u64LbaPartitionEntries = RT_LE2H_U64(pThis->HdrRev1.u64LbaPartitionEntries);
    276276            pThis->HdrRev1.cPartitionEntries      = RT_LE2H_U32(pThis->HdrRev1.cPartitionEntries);
     
    292292                            {
    293293                                /* Convert to host endianess. */
    294                                 /** @todo: Uuids */
     294                                /** @todo Uuids */
    295295                                pThis->paGptEntries[i].u64LbaFirst = RT_LE2H_U64(pThis->paGptEntries[i].u64LbaFirst);
    296296                                pThis->paGptEntries[i].u64LbaLast  = RT_LE2H_U64(pThis->paGptEntries[i].u64LbaLast);
  • trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp

    r62477 r63561  
    234234{
    235235    NOREF(hVolMgrFmt);
    236     return 4; /** @todo: Add support for EBR? */
     236    return 4; /** @todo Add support for EBR? */
    237237}
    238238
  • trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp

    r62477 r63561  
    201201{
    202202    NOREF(pvThis);
    203     return VINF_SUCCESS; /* @todo: Implement missing DVM API. */
     203    return VINF_SUCCESS; /** @todo Implement missing DVM API. */
    204204}
    205205
  • trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp

    r62477 r63561  
    6969#endif
    7070#ifdef ENXIO
    71         case ENXIO:             return VERR_DEV_IO_ERROR; /**@todo fix this duplicate error */
     71        case ENXIO:             return VERR_DEV_IO_ERROR; /** @todo fix this duplicate error */
    7272#endif
    7373#ifdef E2BIG
     
    8181#endif
    8282#ifdef ECHILD
    83         case ECHILD:            return VERR_PROCESS_NOT_FOUND;                  /*  10 */ /**@todo fix duplicate error */
     83        case ECHILD:            return VERR_PROCESS_NOT_FOUND;                  /*  10 */ /** @todo fix duplicate error */
    8484#endif
    8585#ifdef EAGAIN
     
    9090#endif
    9191#ifdef EACCES
    92         case EACCES:            return VERR_ACCESS_DENIED; /**@todo fix duplicate error */
     92        case EACCES:            return VERR_ACCESS_DENIED; /** @todo fix duplicate error */
    9393#endif
    9494#ifdef EFAULT
     
    108108#endif
    109109#ifdef ENODEV
    110         case ENODEV:            return VERR_NOT_SUPPORTED; /**@todo fix duplicate error */
     110        case ENODEV:            return VERR_NOT_SUPPORTED; /** @todo fix duplicate error */
    111111#endif
    112112#ifdef ENOTDIR
     
    150150#endif
    151151#ifdef EDOM
    152         case EDOM:              return VERR_INVALID_PARAMETER;  /**@todo fix duplicate error */
     152        case EDOM:              return VERR_INVALID_PARAMETER;  /** @todo fix duplicate error */
    153153#endif
    154154#ifdef ERANGE
    155         case ERANGE:            return VERR_INVALID_PARAMETER;  /**@todo fix duplicate error */
     155        case ERANGE:            return VERR_INVALID_PARAMETER;  /** @todo fix duplicate error */
    156156#endif
    157157#ifdef EDEADLK
     
    272272#endif
    273273#ifdef EOVERFLOW
    274         case EOVERFLOW:         return VERR_TOO_MUCH_DATA;   /**@todo fix duplicate error */
     274        case EOVERFLOW:         return VERR_TOO_MUCH_DATA;   /** @todo fix duplicate error */
    275275#endif
    276276#ifdef ENOTUNIQ
     
    278278#endif
    279279#ifdef EBADFD
    280         case EBADFD:            return VERR_INVALID_HANDLE; /**@todo fix duplicate error? */
     280        case EBADFD:            return VERR_INVALID_HANDLE; /** @todo fix duplicate error? */
    281281#endif
    282282#ifdef EREMCHG
     
    302302#endif
    303303#ifdef ERESTART
    304         case ERESTART:          return VERR_INTERRUPTED;/**@todo fix duplicate error?*/
     304        case ERESTART:          return VERR_INTERRUPTED;/** @todo fix duplicate error?*/
    305305#endif
    306306#ifdef ESTRPIPE
     
    413413#endif
    414414#ifdef EDQUOT
    415         case EDQUOT:            return VERR_DISK_FULL; /**@todo fix duplicate error */
     415        case EDQUOT:            return VERR_DISK_FULL; /** @todo fix duplicate error */
    416416#endif
    417417#ifdef ENOMEDIUM
  • trunk/src/VBox/Runtime/common/filesystem/filesystemext.cpp

    r62477 r63561  
    274274            {
    275275#if defined(RT_BIGENDIAN)
    276                 /** @todo: Convert to host endianess. */
     276                /** @todo Convert to host endianess. */
    277277#endif
    278278                if (SuperBlock.u16Signature == RTFILESYSTEM_EXT2_SIGNATURE)
     
    298298    {
    299299#if defined(RT_BIGENDIAN)
    300         /** @todo: Convert to host endianess. */
     300        /** @todo Convert to host endianess. */
    301301#endif
    302302        if (SuperBlock.u16FilesystemState == RTFILESYSTEM_EXT2_STATE_ERRORS)
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r62566 r63561  
    33773377        }
    33783378
    3379         ///@todo only if SizeOfRawData > 0 ?
     3379        /// @todo only if SizeOfRawData > 0 ?
    33803380        if (    pSH->PointerToRawData > cbRawImage /// @todo pSH->PointerToRawData >= cbRawImage ?
    33813381            ||  pSH->SizeOfRawData > cbRawImage
  • trunk/src/VBox/Runtime/common/misc/aiomgr.cpp

    r62570 r63561  
    510510     */
    511511    if (   !fAlignedReq
    512         /** @todo: || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
     512        /** @todo || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
    513513    {
    514514        /* Create bounce buffer. */
     
    519519        pReq->offBounceBuffer = pReq->off - offStart;
    520520
    521         /** @todo: I think we need something like a RTMemAllocAligned method here.
     521        /** @todo I think we need something like a RTMemAllocAligned method here.
    522522         * Current assumption is that the maximum alignment is 4096byte
    523523         * (GPT disk on Windows)
     
    867867        {
    868868            /* Something bad happened. */
    869             /** @todo: */
     869            /** @todo */
    870870        }
    871871        else
     
    10761076        else
    10771077        {
    1078             /** @todo: Real S/G buffer support. */
     1078            /** @todo Real S/G buffer support. */
    10791079            rtAioMgrReqFree(pAioMgr, pReq);
    10801080            rc = VERR_NOT_SUPPORTED;
  • trunk/src/VBox/Runtime/common/misc/json.cpp

    r62564 r63561  
    355355    return   rtJsonTokenizerIsEos(pTokenizer)
    356356           ? '\0'
    357            : pTokenizer->achBuf[pTokenizer->offBuf + 1]; /** @todo: Read out of bounds */
     357           : pTokenizer->achBuf[pTokenizer->offBuf + 1]; /** @todo Read out of bounds */
    358358}
    359359
     
    10591059        case RTJSONTOKENCLASS_EOS:
    10601060        default:
    1061             /** @todo: Error info */
     1061            /** @todo Error info */
    10621062            rc = VERR_JSON_MALFORMED;
    10631063            break;
  • trunk/src/VBox/Runtime/common/misc/s3.cpp

    r62635 r63561  
    972972    char *apszHead[5] =
    973973    {
    974         /* todo: For now we use octet-stream for all types. Later we should try
     974        /** @todo For now we use octet-stream for all types. Later we should try
    975975         * to set the right one (libmagic from the file packet could be a
    976976         * candidate for finding the right type). */
  • trunk/src/VBox/Runtime/common/string/strformat.cpp

    r62477 r63561  
    555555                            while (cchStr-- > 0)
    556556                            {
    557 /**@todo \#ifndef IN_RC*/
     557/** @todo \#ifndef IN_RC*/
    558558#ifdef IN_RING3
    559559                                RTUNICP Cp;
     
    589589                            while (cchStr-- > 0)
    590590                            {
    591 /**@todo \#ifndef IN_RC*/
     591/** @todo \#ifndef IN_RC*/
    592592#ifdef IN_RING3
    593593                                char *pszEnd = RTStrPutCp(szTmp, *puszStr++);
  • trunk/src/VBox/Runtime/common/zip/tar.cpp

    r62477 r63561  
    656656
    657657            /* Create a header record for the file */
    658             /* Todo: mode, gid, uid, mtime should be setable (or detected myself) */
     658            /** @todo mode, gid, uid, mtime should be setable (or detected myself) */
    659659            RTTIMESPEC time;
    660660            RTTimeNow(&time);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette