VirtualBox

Ignore:
Timestamp:
Oct 7, 2013 9:54:31 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89649
Message:

HostDrivers: Whitespace and svn:keywords cleanups by scm.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
6 edited

Legend:

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

    r41357 r48952  
    4747# include VBOX_PATH_MACOSX_DTRACE_H
    4848#elif defined(RT_OS_LINUX)
    49 /* DTrace experiments with the Unbreakable Enterprise Kernel (UEK) 
     49/* DTrace experiments with the Unbreakable Enterprise Kernel (UEK)
    5050   (Oracle Linux).
    51    1. The dtrace.h here is from the dtrace module source, not 
     51   1. The dtrace.h here is from the dtrace module source, not
    5252      /usr/include/sys/dtrace.h nor /usr/include/dtrace.h.
    53    2. To generate the missing entries for the dtrace module in Module.symvers 
     53   2. To generate the missing entries for the dtrace module in Module.symvers
    5454      of UEK:
    5555      nm /lib/modules/....../kernel/drivers/dtrace/dtrace.ko  \
     
    5858            -e 's/$/\tdrivers\/dtrace\/dtrace\tEXPORT_SYMBOL/' \
    5959      >> Module.symvers
    60    3. No tracepoints in vboxdrv, vboxnet* or vboxpci yet.  This requires yasm 
    61       and VBoxTpG and build time. */ 
     60   3. No tracepoints in vboxdrv, vboxnet* or vboxpci yet.  This requires yasm
     61      and VBoxTpG and build time. */
    6262# undef UINT8_MAX
    6363# undef UINT16_MAX
     
    7474
    7575
    76 /** 
    77  * The UEK DTrace port is trying to be smart and seems to have turned all 
     76/**
     77 * The UEK DTrace port is trying to be smart and seems to have turned all
    7878 * errno return codes negative.  While this conforms to the linux kernel way of
    79  * doing things, it breaks with the way the interfaces work on Solaris and 
     79 * doing things, it breaks with the way the interfaces work on Solaris and
    8080 * Mac OS X.
    8181 */
    8282#ifndef FIX_UEK_RC
    83 # define FIX_UEK_RC(a_rc) (a_rc) 
     83# define FIX_UEK_RC(a_rc) (a_rc)
    8484#endif
    8585
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r47518 r48952  
    14731473# if   defined(RT_ARCH_AMD64)
    14741474__asm__(" \
    1475             movq    g_pfnSupdrvProbeFireKernel(%rip), %rax                  \n\
    1476             jmp     *%rax \n\
     1475            movq    g_pfnSupdrvProbeFireKernel(%rip), %rax                  \n\
     1476            jmp     *%rax \n\
    14771477");
    14781478# elif defined(RT_ARCH_X86)
    14791479__asm__("\
    1480             movl    g_pfnSupdrvProbeFireKernel, %eax                        \n\
    1481             jmp     *%eax \n\
     1480            movl    g_pfnSupdrvProbeFireKernel, %eax                        \n\
     1481            jmp     *%eax \n\
    14821482");
    14831483# else
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    • Property svn:keywords changed from Id to Id Revision
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp

    • Property svn:keywords changed from Id to Id Revision
  • trunk/src/VBox/HostDrivers/Support/solaris/load.sh

    r44678 r48952  
    4747$SUDO svcadm disable svc:/application/virtualbox/zoneaccess:default
    4848
    49 # Unload driver that may depend on the driver we're going to (re-)load 
     49# Unload driver that may depend on the driver we're going to (re-)load
    5050# as well as the driver itself.
    5151for drv in $DRIVERS_USING_IT $DRVNAME;
     
    6868#
    6969# Note! We have to copy the driver and config files to somewhere the kernel can
    70 #       find them. It is searched for as drv/${DRVNAME}.conf in 
    71 #       kobj_module_path, which is usually: 
    72 #           /platform/i86pc/kernel /kernel /usr/kernel 
     70#       find them. It is searched for as drv/${DRVNAME}.conf in
     71#       kobj_module_path, which is usually:
     72#           /platform/i86pc/kernel /kernel /usr/kernel
    7373#       To try prevent bad drivers from being loaded on the next boot, we remove
    7474#       always the files.
  • trunk/src/VBox/HostDrivers/Support/testcase/tstNtQueryStuff.cpp

    r45161 r48952  
    451451}
    452452
    453 
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