VirtualBox

Ignore:
Timestamp:
Dec 19, 2012 6:12:31 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82883
Message:

SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms soon to follow).

Location:
trunk/src/VBox/HostDrivers/Support/os2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp

    r41067 r44173  
    151151     * Create a new session.
    152152     */
    153     rc = supdrvCreateSession(&g_DevExt, true /* fUser */, &pSession);
     153    rc = supdrvCreateSession(&g_DevExt, true /* fUser */, true /*fUnrestricted*/, &pSession);
    154154    if (RT_SUCCESS(rc))
    155155    {
  • trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp

    r37596 r44173  
    6666
    6767
    68 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited)
     68int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted)
    6969{
    7070    /*
     
    101101
    102102    pThis->hDevice = hDevice;
     103    pThis->fUnrestricted = true;
    103104    return VINF_SUCCESS;
    104105}
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