VirtualBox

Changeset 63566 in vbox for trunk/src/VBox/Additions/common


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

scm: cleaning up todos

Location:
trunk/src/VBox/Additions/common
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxDev-haiku.c

    r62521 r63566  
    124124    RTSpinlockAcquire(g_DevExt.SessionSpinlock);
    125125
    126     /* @todo we don't know if it belongs to this session!! */
     126    /** @todo we don't know if it belongs to this session!! */
    127127    if (sState.selectSync)
    128128    {
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c

    r62521 r63566  
    433433     */
    434434    pState->uIOPortBase = pDevice->u.h0.base_registers[0];
    435     /* @todo check flags for IO? */
     435    /** @todo check flags for IO? */
    436436    if (pState->uIOPortBase)
    437437    {
     
    440440         */
    441441        uint32 phys = pDevice->u.h0.base_registers[1];
    442         /* @todo Check flags for mem? */
     442        /** @todo Check flags for mem? */
    443443        pState->VMMDevMemSize    = pDevice->u.h0.base_register_sizes[1];
    444444        pState->iVMMDevMemAreaId = map_physical_memory("VirtualBox Guest MMIO", phys, pState->VMMDevMemSize,
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp

    r62842 r63566  
    6969# endif
    7070#else
    71     /** todo */
     71    /** @todo */
    7272    pReq->enmGuestOS    = VBOXOSFAMILY_Unknown;
    7373#endif
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp

    r62679 r63566  
    614614
    615615#else
    616     /* todo: implement for other platforms. */
     616    /** @todo implement for other platforms. */
    617617
    618618#endif
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp

    r63338 r63566  
    7373# include <unistd.h>
    7474# if !defined(RT_OS_OS2) && !defined(RT_OS_FREEBSD) && !defined(RT_OS_HAIKU)
    75 #  include <utmpx.h> /* @todo FreeBSD 9 should have this. */
     75#  include <utmpx.h> /** @todo FreeBSD 9 should have this. */
    7676# endif
    7777# ifdef RT_OS_OS2
     
    11071107         * Only AF_INET and no loopback interfaces
    11081108         */
    1109         /** @todo: IPv6 interfaces */
     1109        /** @todo IPv6 interfaces */
    11101110        if (   pIfCurr->ifa_addr->sa_family == AF_INET
    11111111            && !(pIfCurr->ifa_flags & IFF_LOOPBACK))
  • trunk/src/VBox/Additions/common/testcase/tstPageFusion.cpp

    r62679 r63566  
    208208    do
    209209    {
    210         /** todo when changing this make sure VBoxService.exe is excluded! */
     210        /** @todo when changing this make sure VBoxService.exe is excluded! */
    211211        char *pszDot = strrchr(ModuleInfo.szModule, '.');
    212212        if (    pszDot
     
    315315void VBoxServicePageSharingInspectGuest()
    316316{
    317     /* @todo other platforms */
     317    /** @todo other platforms */
    318318}
    319319#endif
     
    332332#endif
    333333
    334     /* @todo report system name and version */
     334    /** @todo report system name and version */
    335335    /* Never fail here. */
    336336    return VINF_SUCCESS;
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