VirtualBox

vbox的更動 62466 路徑 trunk/src/VBox/HostDrivers


忽略:
時間撮記:
2016-7-22 下午06:00:27 (8 年 以前)
作者:
vboxsync
訊息:

HostDrivers: scm

位置:
trunk/src/VBox/HostDrivers
檔案:
修改 6 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r58107 r62466  
    11081108            pThis->pSwitchPort->pfnReportMacAddress(pThis->pSwitchPort, &pThis->u.s.MacAddr);
    11091109#if 0
    1110             /* 
     1110            /*
    11111111             * XXX: Don't tell SrvIntNetR0 if the interface is
    11121112             * promiscuous, because there's no code yet to update that
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp

    r60639 r62466  
    31623162
    31633163        /*
    3164         *   Set default metric value of interface to fix multicast issue 
     3164        *   Set default metric value of interface to fix multicast issue
    31653165        *   See @bugref{6379} for details.
    31663166        */
     
    33863386    if (pIpHlpInstance == NULL)
    33873387        return E_FAIL;
    3388    
    3389     g_pfnInitializeIpInterfaceEntry = 
     3388
     3389    g_pfnInitializeIpInterfaceEntry =
    33903390        (PFNINITIALIZEIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "InitializeIpInterfaceEntry");
    33913391    Assert(g_pfnInitializeIpInterfaceEntry);
     
    33933393    if (g_pfnInitializeIpInterfaceEntry)
    33943394    {
    3395         g_pfnGetIpInterfaceEntry = 
     3395        g_pfnGetIpInterfaceEntry =
    33963396            (PFNGETIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "GetIpInterfaceEntry");
    33973397        Assert(g_pfnGetIpInterfaceEntry);
     
    34003400    if (g_pfnGetIpInterfaceEntry)
    34013401    {
    3402         g_pfnSetIpInterfaceEntry = 
     3402        g_pfnSetIpInterfaceEntry =
    34033403            (PFNSETIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "SetIpInterfaceEntry");
    34043404        Assert(g_pfnSetIpInterfaceEntry);
     
    34703470    if (pLUID == NULL)
    34713471        return E_INVALIDARG;
    3472    
     3472
    34733473    res = RegQueryValueExW(hKey, L"NetLuidIndex", NULL,
    34743474        &dwValueType, (LPBYTE)&luidIndex, &cbSize);
     
    34973497    NET_LUID luid;
    34983498    int loopbackMetric;
    3499    
     3499
    35003500    rc = vboxLoadIpHelpFunctions(hModule);
    35013501
     
    35283528    {
    35293529        SP_DEVINFO_DATA DevInfoData;
    3530                
     3530
    35313531        DevInfoData.cbSize = sizeof(SP_DEVINFO_DATA);
    35323532        if (SetupDiOpenDeviceInfo(hDevInfo, pwszId, NULL, 0, &DevInfoData))
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp

    r61866 r62466  
    27462746    /* release for the retain we made before waining on the mutex */
    27472747    vboxNetFltRelease(pNetFlt, false);
    2748    
     2748
    27492749    LogFlowFunc(("LEAVE: Status 0x%x\n", Status));
    27502750
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBUninstall.cpp

    r57934 r62466  
    120120            else if (ControlService(hService, SERVICE_CONTROL_STOP, &Status))
    121121            {
    122                 /*
    123                 * Wait for finish about 1 minute.
    124                 * It should be enough for work with driver verifier
    125                 */
     122                /*
     123                * Wait for finish about 1 minute.
     124                * It should be enough for work with driver verifier
     125                */
    126126                int iWait = 600;
    127127                while (Status.dwCurrentState == SERVICE_STOP_PENDING && iWait-- > 0)
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp

    r60639 r62466  
    844844
    845845    /* Clean up. */
    846     if (pUrb) 
     846    if (pUrb)
    847847        VBoxUsbToolUrbFree(pUrb);
    848848    if (pNewIFInfo)
     
    850850    if (pNewPipeInfo)
    851851        vboxUsbMemFree(pNewPipeInfo);
    852    
     852
    853853    return Status;
    854854}
     
    10901090
    10911091                /* If a control URB was successfully completed on the default control
    1092                  * pipe, stash away the handle. When submitting the URB, we don't need 
    1093                  * to know (and initially don't have) the handle. If we want to abort 
    1094                  * the default control pipe, we *have* to have a handle. This is how we 
    1095                  * find out what the handle is. 
     1092                 * pipe, stash away the handle. When submitting the URB, we don't need
     1093                 * to know (and initially don't have) the handle. If we want to abort
     1094                 * the default control pipe, we *have* to have a handle. This is how we
     1095                 * find out what the handle is.
    10961096                 */
    10971097                if (!pUrbInfo->ep && (pDevExt->Rt.hPipe0 == NULL))
  • trunk/src/VBox/HostDrivers/linux/loadall.sh

    r58488 r62466  
    2323# vboxusers membership check.
    2424#
    25 if ! (id -Gn | grep -w ${MY_GROUPNAME}); then 
     25if ! (id -Gn | grep -w ${MY_GROUPNAME}); then
    2626    echo "loadall.sh: you're not a member of vboxusers...";
    2727    # Create the group.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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