Changeset 26498 in vbox
- Timestamp:
- Feb 14, 2010 8:18:26 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57668
- Location:
- trunk/src/VBox
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTables.cpp
r23035 r26498 80 80 81 81 /* Invalid opcode */ 82 const OPCODE g_InvalidOpcode[1] = 82 const OPCODE g_InvalidOpcode[1] = 83 83 { 84 84 INVALID_OPCODE … … 1506 1506 /** Three byte opcode map with prefix 0x66 (0xF 0x3A) */ 1507 1507 /** @todo remainder missing (too lazy now) */ 1508 const OPCODE *g_apThreeByteMapX86_660F3A[16] = 1508 const OPCODE *g_apThreeByteMapX86_660F3A[16] = 1509 1509 { 1510 1510 /* 0 */ -
trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h
r20374 r26498 274 274 #endif 275 275 276 -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r25558 r26498 1086 1086 } 1087 1087 1088 -
trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp
r18246 r26498 190 190 } 191 191 192 -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r25321 r26498 56 56 } 57 57 58 /* 58 /* 59 59 * Process arguments. 60 60 */ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r26336 r26498 445 445 include $(KBUILD_PATH)/subfooter.kmk 446 446 447 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c
r25367 r26498 831 831 mac_diag_t MacDiag; 832 832 rc = mac_unicast_add(pThis->u.s.hClient, NULL /* MAC Address */, 833 MAC_UNICAST_PRIMARY | MAC_UNICAST_STRIP_DISABLE | 833 MAC_UNICAST_PRIMARY | MAC_UNICAST_STRIP_DISABLE | 834 834 MAC_UNICAST_DISABLE_TX_VID_CHECK | MAC_UNICAST_NODUPCHECK | MAC_UNICAST_HW, 835 835 &pThis->u.s.hUnicast, 0 /* VLAN id */, &MacDiag); -
trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
r21176 r26498 120 120 { 121 121 SHFLROOT root = vbsfMappingGetRootFromIndex(i); 122 122 123 123 if (root != SHFL_ROOT_NIL) 124 124 { -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r24860 r26498 368 368 SOLARIS_COMMON += \ 369 369 VBoxEFI32.fd \ 370 VBoxEFI64.fd 370 VBoxEFI64.fd 371 371 endif 372 372 … … 547 547 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(LN_SYMLINK) -f ../VirtualBox.chm $(SOLARIS_VBOXINST_DIR_64)/VirtualBox.chm,) 548 548 $(QUIET)$(if $(VBOX_WITH_EFIFW_PACKING),$(LN_SYMLINK) -f ../VBoxEFI32.fd $(SOLARIS_VBOXINST_DIR_64)/VBoxEFI32.fd,) 549 $(QUIET)$(if $(VBOX_WITH_EFIFW_PACKING),$(LN_SYMLINK) -f ../VBoxEFI32.fd $(SOLARIS_VBOXINST_DIR_32)/VBoxEFI32.fd,) 549 $(QUIET)$(if $(VBOX_WITH_EFIFW_PACKING),$(LN_SYMLINK) -f ../VBoxEFI32.fd $(SOLARIS_VBOXINST_DIR_32)/VBoxEFI32.fd,) 550 550 $(QUIET)$(if $(VBOX_WITH_EFIFW_PACKING),$(LN_SYMLINK) -f ../VBoxEFI64.fd $(SOLARIS_VBOXINST_DIR_64)/VBoxEFI64.fd,) 551 551 $(QUIET)$(if $(VBOX_WITH_EFIFW_PACKING),$(LN_SYMLINK) -f ../VBoxEFI64.fd $(SOLARIS_VBOXINST_DIR_32)/VBoxEFI64.fd,) -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r25852 r26498 558 558 fi 559 559 fi 560 560 561 561 inst=`expr $inst + 1` 562 562 done -
trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp
r20931 r26498 298 298 } 299 299 300 -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp
r17783 r26498 155 155 } 156 156 157
Note:
See TracChangeset
for help on using the changeset viewer.