VirtualBox

Ignore:
Timestamp:
Mar 7, 2011 4:28:50 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70394
Message:

IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.

Location:
trunk/src/VBox/Runtime/r0drv/freebsd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c

    r33376 r36190  
    3232*   Header Files                                                               *
    3333*******************************************************************************/
     34#define RTSEMEVENT_WITHOUT_REMAPPING
    3435#include "the-freebsd-kernel.h"
    3536#include "internal/iprt.h"
     
    227228
    228229
    229 #undef RTSemEventWaitEx
    230230RTDECL(int)  RTSemEventWaitEx(RTSEMEVENT hEventSem, uint32_t fFlags, uint64_t uTimeout)
    231231{
  • trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c

    r33376 r36190  
    3232*   Header Files                                                               *
    3333*******************************************************************************/
     34#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3435#include "the-freebsd-kernel.h"
    3536#include "internal/iprt.h"
     
    289290
    290291
    291 #undef RTSemEventMultiWaitEx
    292292RTDECL(int)  RTSemEventMultiWaitEx(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout)
    293293{
  • trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c

    r28800 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMMUTEX_WITHOUT_REMAPPING
    3132#include "the-freebsd-kernel.h"
    3233#include "internal/iprt.h"
     
    9394
    9495
    95 #undef RTSemMutexRequest
    9696RTDECL(int)  RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    9797{
     
    144144
    145145
    146 #undef RTSemMutexRequestNoResume
    147146RTDECL(int)  RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    148147{
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