- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 187 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asmdefs.mac
r2981 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - Global YASM/NASM macros2 ; innotek Portable Runtime - Global YASM/NASM macros 3 3 ; 4 4 -
trunk/include/iprt/err.sed
r2981 r2988 1 1 ## @file 2 # InnoTek Portable Runtime - SED script for converting VBox/err.h to .mac.2 # innotek Portable Runtime - SED script for converting VBox/err.h to .mac. 3 3 # 4 4 -
trunk/include/iprt/memory
r2748 r2988 1 1 /** @file 2 * InnoTek Portable Runtime - C++ Extensions: memory.2 * innotek Portable Runtime - C++ Extensions: memory. 3 3 */ 4 4 5 5 /* 6 * Copyright (C) 2007 InnoTek SystemberatungGmbH6 * Copyright (C) 2007 innotek GmbH 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 #define __iprt_memory__ 23 23 24 /** @defgroup grp_rt_cppx_memory InnoTek Portable Runtime C++ Extensions: memory24 /** @defgroup grp_rt_cppx_memory innotek Portable Runtime C++ Extensions: memory 25 25 * @ingroup grp_rt_cppx 26 26 * @{ -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc
r1207 r2988 16 16 BLOCK "040904b0" 17 17 BEGIN 18 VALUE "CompanyName", " InnoTek SystemberatungGmbH\0"18 VALUE "CompanyName", "innotek GmbH\0" 19 19 VALUE "FileDescription", "VirtualBox Display Mirror Driver\0" 20 20 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 21 VALUE "InternalName", "vrdpdd.dll\0" 22 VALUE "LegalCopyright", "(C) 2004-200 6 InnoTek SystemberatungGmbH\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 23 23 VALUE "OriginalFilename", "vrdpdd.dll\0" 24 24 VALUE "ProductName", "VirtualBox Guest Tools\0" -
trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def
r1 r2988 3 3 ; * VBoxDisp -- Windows Guest Video Driver 4 4 ; * 5 ; * Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; * Copyright (C) 2006-2007 innotek GmbH 6 6 ; * 7 7 ; * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc
r1 r2988 16 16 BLOCK "040904b0" 17 17 BEGIN 18 VALUE "CompanyName", " InnoTek SystemberatungGmbH\0"18 VALUE "CompanyName", "innotek GmbH\0" 19 19 VALUE "FileDescription", "VirtualBox Display Driver\0" 20 20 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 21 VALUE "InternalName", "VBoxDisp.dll\0" 22 VALUE "LegalCopyright", "(C) 2004-200 6 InnoTek SystemberatungGmbH\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 23 23 VALUE "OriginalFilename", "VBoxDisp.dll\0" 24 24 VALUE "ProductName", "VirtualBox Guest Tools\0" -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc
r1207 r2988 16 16 BLOCK "040904b0" 17 17 BEGIN 18 VALUE "CompanyName", " InnoTek SystemberatungGmbH"18 VALUE "CompanyName", "innotek GmbH" 19 19 VALUE "FileDescription", "VirtualBox Mirror Video Driver\0" 20 20 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 21 VALUE "InternalName", "vrdpvd.sys\0" 22 VALUE "LegalCopyright", "(C) 2004-200 6 InnoTek SystemberatungGmbH\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 23 23 VALUE "OriginalFilename", "vrdpvd.sys\0" 24 24 VALUE "ProductName", "VirtualBox Guest Tools\0" -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def
r1 r2988 3 3 ; VBoxVideo -- Windows Guest Additions Video Driver 4 4 ; 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc
r1 r2988 16 16 BLOCK "040904b0" 17 17 BEGIN 18 VALUE "CompanyName", " InnoTek SystemberatungGmbH\0"18 VALUE "CompanyName", "innotek GmbH\0" 19 19 VALUE "FileDescription", "VirtualBox Video Driver\0" 20 20 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 21 VALUE "InternalName", "vboxvideo\0" 22 VALUE "LegalCopyright", "(C) 2004-200 6 InnoTek SystemberatungGmbH\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 23 23 VALUE "OriginalFilename", "vboxvideo.sys\0" 24 24 VALUE "ProductName", "VirtualBox Video Driver\0" -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc
r1 r2988 1 1 /* 2 * Copyright (C) 2006 InnoTek SystemberatungGmbH2 * Copyright (C) 2006-2007 innotek GmbH 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc
r1 r2988 1 1 /* 2 * Copyright (C) 2006 InnoTek SystemberatungGmbH2 * Copyright (C) 2006-2007 innotek GmbH 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 BLOCK "040904b0" 33 33 BEGIN 34 VALUE "CompanyName", " InnoTek SystemberatungGmbH"34 VALUE "CompanyName", "innotek GmbH" 35 35 VALUE "FileDescription", "VirtualBox Additions Utility\0" 36 36 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 37 37 VALUE "InternalName", "vboxcontrol\0" 38 VALUE "LegalCopyright", "(C) 2004-200 5 InnoTek SystemberatungGmbH\0"38 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 39 39 VALUE "OriginalFilename", "VBoxControl.exe\0" 40 40 VALUE "ProductName", "VirtualBox Additions Utility\0" -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def
r1 r2988 3 3 ; * VBoxGINA -- Windows Logon DLL for VirtualBox 4 4 ; * 5 ; * Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; * Copyright (C) 2006-2007 innotek GmbH 6 6 ; * 7 7 ; * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc
r1 r2988 1 1 /* 2 * Copyright (C) 2006 InnoTek SystemberatungGmbH2 * Copyright (C) 2006-2007 innotek GmbH 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 BLOCK "040904b0" 33 33 BEGIN 34 VALUE "CompanyName", " InnoTek SystemberatungGmbH"34 VALUE "CompanyName", "innotek GmbH" 35 35 VALUE "FileDescription", "VirtualBox Guest Driver\0" 36 36 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 37 37 VALUE "InternalName", "vboxguest\0" 38 VALUE "LegalCopyright", "Copyright (C) 2004-200 5 InnoTek SystemberatungGmbH\0"38 VALUE "LegalCopyright", "Copyright (C) 2004-2007 innotek GmbH\0" 39 39 VALUE "OriginalFilename", "vboxguest.sys\0" 40 40 VALUE "ProductName", "VirtualBox Guest Additions\0" -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc
r1 r2988 2 2 ; VBoxGuest Device Driver Messages 3 3 ; 4 ; Copyright (C) 2006 InnoTek SystemberatungGmbH4 ; Copyright (C) 2006-2007 innotek GmbH 5 5 ; 6 6 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc
r1 r2988 2 2 * VBoxService - Guest Additions Service 3 3 * 4 * Copyright (C) 2006 InnoTek SystemberatungGmbH4 * Copyright (C) 2006-2007 innotek GmbH 5 5 * 6 6 * This file is part of VirtualBox Open Source Edition (OSE), as … … 35 35 BLOCK "040904b0" 36 36 BEGIN 37 VALUE "CompanyName", " InnoTek SystemberatungGmbH"37 VALUE "CompanyName", "innotek GmbH" 38 38 VALUE "FileDescription", "VirtualBox Additions Service\0" 39 39 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 40 40 VALUE "InternalName", "vboxservice\0" 41 VALUE "LegalCopyright", "(C) 2004-2007 InnoTek SystemberatungGmbH\0"41 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0" 42 42 VALUE "OriginalFilename", "VBoxService.exe\0" 43 43 VALUE "ProductName", "VirtualBox Additions Service\0" -
trunk/src/VBox/Additions/linux/export_modules
r2641 r2988 5 5 # modules 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r2530 r2988 1 1 #!/bin/sh 2 2 # 3 # InnoTek VirtualBox3 # innotek VirtualBox 4 4 # 5 5 # Linux Additions timesync daemon init script 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r2530 r2988 1 1 #! /bin/sh 2 # InnoTek VirtualBox2 # innotek VirtualBox 3 3 # Linux Additions kernel module init script 4 4 # 5 # Copyright (C) 2006 InnoTek SystemberatungGmbH5 # Copyright (C) 2006-2007 innotek GmbH 6 6 # 7 7 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
r2530 r2988 1 1 #! /bin/sh 2 # InnoTek VirtualBox2 # innotek VirtualBox 3 3 # Linux Additions VFS kernel module init script 4 4 # 5 # Copyright (C) 2006 InnoTek SystemberatungGmbH5 # Copyright (C) 2006-2007 innotek GmbH 6 6 # 7 7 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/x11config.pl
r1529 r2988 1 1 #!/usr/bin/perl -w 2 2 # 3 # InnoTek VirtualBox3 # innotek VirtualBox 4 4 # 5 5 # Linux Additions X11 config update script 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # Use only with permission. -
trunk/src/VBox/Additions/linux/module/files_vboxadd
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
r2980 r2988 234 234 { 235 235 VBOX_DRIVER_NAME, 236 "innotek SystemberatungGmbH",236 "innotek GmbH", 237 237 MODINFOSTRING1, 238 238 MODINFOSTRING2, -
trunk/src/VBox/Devices/PC/vbox.dsl
r2781 r2988 4 4 // VirtualBox ACPI 5 5 // 6 // Copyright (C) 2006 InnoTek SystemberatungGmbH6 // Copyright (C) 2006-2007 innotek GmbH 7 7 // 8 8 // This file is part of VirtualBox Open Source Edition (OSE), as … … 485 485 "0", // Serial number 486 486 "VBOX", // Battery type 487 " InnoTek" // OEM Information487 "innotek" // OEM Information 488 488 }) 489 489 -
trunk/src/VBox/Devices/Storage/VDICore.h
r2981 r2988 47 47 * Must be less than 64 bytes in length, including the trailing 0. 48 48 */ 49 #define VDI_IMAGE_FILE_INFO "<<< InnoTek VirtualBox Disk Image >>>\n"49 #define VDI_IMAGE_FILE_INFO "<<< innotek VirtualBox Disk Image >>>\n" 50 50 51 51 /** The Sector size. -
trunk/src/VBox/Disassembler/DisasmTestA.asm
r1 r2988 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro
r382 r2988 4 4 # NOTE: This file is NOT intended to be opened by Qt Designer! 5 5 # 6 # Copyright (C) 2006 InnoTek SystemberatungGmbH6 # Copyright (C) 2006-2007 innotek GmbH 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro
r2983 r2988 7 7 8 8 # 9 # Copyright (C) 2006 InnoTek SystemberatungGmbH9 # Copyright (C) 2006-2007 innotek GmbH 10 10 # 11 11 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl
r2657 r2988 11 11 12 12 /* 13 * Copyright (C) 2006 InnoTek SystemberatungGmbH13 * Copyright (C) 2006-2007 innotek GmbH 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts
r2987 r2988 1677 1677 virtual machines.</source> 1678 1678 <translation type="obsolete">Afişează calea către directorul maşinii virtuală implicită. 1679 Acest director este folosit, dacă nu este explicit specificat altfel, atunci când creaţi noi 1679 Acest director este folosit, dacă nu este explicit specificat altfel, atunci când creaţi noi 1680 1680 maşini virtuale.</translation> 1681 1681 </message> … … 1974 1974 and the <b>Back</b> button to return to the previous page.</p></source> 1975 1975 <translation><p>Acest vrăjitor vă va ajuta să creaţi o nouă imagine virtuală de disc hard pentru maşina dvs virtuală.</p> 1976 <p>Folosiţi butonul <b>Înainte</b> pentru a merge la pagina următoare 1976 <p>Folosiţi butonul <b>Înainte</b> pentru a merge la pagina următoare 1977 1977 şi butonul <b>Înapoi</b> pentru a vă intoarce la pagina precedentă.</p></translation> 1978 1978 </message> … … 2018 2018 <source><p>Press the <b>Select</b> button to select the location and name of the file 2019 2019 to store the virtual hard disk image or type a file name in the entry field.</p></source> 2020 <translation><p>Apăsaţi butonul <b>Selectare</b> pentru a selecta amplasarea şi numele fişierului 2020 <translation><p>Apăsaţi butonul <b>Selectare</b> pentru a selecta amplasarea şi numele fişierului 2021 2021 pentru a stoca imaginea discului hard virtual sau tastaţi un nume de fişier în câmpul de intrare.</p></translation> 2022 2022 </message> … … 2101 2101 <p>The name of the virtual machine usually indicates its software and hardware configuration. 2102 2102 It will be used by all VirtualBox components to identify your virtual machine.</p></source> 2103 <translation><p>Introduceţi un nume pentru noua maşină virtuală şi selectaţi tipul sistemului de operare musafir 2103 <translation><p>Introduceţi un nume pentru noua maşină virtuală şi selectaţi tipul sistemului de operare musafir 2104 2104 pe care plănuiţi să îl instalaţi în maşină.</p> 2105 <p>Numele maşinii virtuale indică în mod uzual configuraţia software şi hardware. 2105 <p>Numele maşinii virtuale indică în mod uzual configuraţia software şi hardware. 2106 2106 Va fi folosită de către toate produsele VirtualBox pentru a identifica maşina virtuală creată.</p></translation> 2107 2107 </message> … … 3194 3194 <i>exact match</i> string. An empty string will match any 3195 3195 value.</source> 3196 <translation type="obsolete">Defineşte filtrul 'manufacturat de' ca 3196 <translation type="obsolete">Defineşte filtrul 'manufacturat de' ca 3197 3197 un şir de <i>potrivire exactă</i>. Un şir gol se va potrivi oricărei 3198 3198 valori.</translation> … … 3202 3202 <i>exact match</i> string. An empty string will match any 3203 3203 value.</source> 3204 <translation type="obsolete">Defineşte filtrul 'produs de' ca 3204 <translation type="obsolete">Defineşte filtrul 'produs de' ca 3205 3205 un şir de <i>potrivire exactă</i>. Un şir gol se va potrivi oricărei 3206 3206 valori.</translation> … … 3210 3210 <i>exact match</i> string. An empty string will match any 3211 3211 value.</source> 3212 <translation type="obsolete">Defineşte filtrul 'număr serie' ca 3212 <translation type="obsolete">Defineşte filtrul 'număr serie' ca 3213 3213 un şir de <i>potrivire exactă</i>. Un şir gol se va potrivi oricărei 3214 3214 valori.</translation> … … 3237 3237 (<i>Ignore</i>) or grab it for later usage by virtual machines 3238 3238 (<i>Hold</i>).</source> 3239 <translation type="obsolete">Defineşte acţiunea executată de computerul 3240 gazdă atunci când un dispozitiv care respectă condiţiile este conectat: 3239 <translation type="obsolete">Defineşte acţiunea executată de computerul 3240 gazdă atunci când un dispozitiv care respectă condiţiile este conectat: 3241 3241 îl oferă SO gazdă (<i>Ignoră</i>) sau îl capturează pentru a fi folosit 3242 3242 ulterior în maşinile virtuale (<i>Menţine</i>). … … 3266 3266 <translation type="obsolete">Defineşte filtrul ID vânzător. Formatul 3267 3267 şirului de <i>potrivire exactă</i> este <tt>XXXX</tt> unde 3268 <tt>X</tt> este un caracter hexazecimal. Un şir gol se va potrivi 3268 <tt>X</tt> este un caracter hexazecimal. Un şir gol se va potrivi 3269 3269 oricărei valori.</translation> 3270 3270 </message> … … 3276 3276 <translation type="obsolete">Defineşte filtrul ID produs. Formatul 3277 3277 şirului de <i>potrivire exactă</i> este <tt>XXXX</tt> unde 3278 <tt>X</tt> este un caracter hexazecimal. Un şir gol se va potrivi 3278 <tt>X</tt> este un caracter hexazecimal. Un şir gol se va potrivi 3279 3279 oricărei valori.</translation> 3280 3280 </message> … … 3287 3287 <translation type="obsolete">Defineşte filtrul număr revizie. Formatul 3288 3288 şirului de <i>potrivire exactă</i> este <tt>IIFF</tt> unde 3289 <tt>I</tt> este un caracter hexazecimal al părţii întregi, iar <tt>F</tt> 3290 este un caracter zecimal al părţii fracţionale. Un şir gol se va potrivi 3289 <tt>I</tt> este un caracter hexazecimal al părţii întregi, iar <tt>F</tt> 3290 este un caracter zecimal al părţii fracţionale. Un şir gol se va potrivi 3291 3291 oricărei valori.</translation> 3292 3292 </message> … … 3295 3295 <i>exact match</i> string. An empty string will match any 3296 3296 value.</source> 3297 <translation type="obsolete">Defineşte filtrul port USB gazdă ca 3297 <translation type="obsolete">Defineşte filtrul port USB gazdă ca 3298 3298 un şir de <i>potrivire exactă</i>. Un şir gol se va potrivi oricărei 3299 3299 valori.</translation> … … 4169 4169 <source>Controls the audio output driver. The <b>Null Audio Driver</b> 4170 4170 makes the guest see an audio card, however every access to it will be ignored.</source> 4171 <translation type="obsolete">Controlează driverul de ieşire aurio. <b>Null Audio Driver</b> 4171 <translation type="obsolete">Controlează driverul de ieşire aurio. <b>Null Audio Driver</b> 4172 4172 determină musafirul să vadă o placă audio, oricum orice acces la aceasta va fi ignorat.</translation> 4173 4173 </message> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts
r2987 r2988 1672 1672 <message> 1673 1673 <source>When checked, the keyboard is automatically 1674 captured every time the VM window is activated. When the keyboard is captured, 1674 captured every time the VM window is activated. When the keyboard is captured, 1675 1675 all keystrokes (including system ones like Alt-Tab) are directed to the VM.</source> 1676 1676 <translation type="obsolete">选中后,当虚拟电脑窗口处于活动状态时将自动捕获键盘输入。当键盘被捕获时,所有的键盘输入(包括系统切换键如 Alt-Tab) 都将被发送到虚拟电脑.</translation> -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist
r2342 r2988 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 13 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek SystemberatungGmbH</string>13 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist
r2408 r2988 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 13 <key>CFBundleGetInfoString</key> <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007 InnoTek SystemberatungGmbH</string>13 <key>CFBundleGetInfoString</key> <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc
r382 r2988 5 5 * Resources for Win32 executable 6 6 * 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui
r2423 r2988 7 7 VBox GUI: Close VM Dialog UI (Qt Designer). 8 8 9 Copyright ( c) 2006 InnoTek SystemberatungGmbH9 Copyright (C) 2006-2007 innotek GmbH 10 10 11 11 All Rights Reserved -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui
r2023 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
r2889 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui
r2593 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui
r2593 r2988 6 6 :folding=explicit:collapseFolds=1: 7 7 8 # Copyright (C) 2006 InnoTek SystemberatungGmbH8 # Copyright (C) 2006-2007 innotek GmbH 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui
r2187 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui
r382 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui
r1236 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui
r382 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui
r2420 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui
r2868 r2988 6 6 :folding=explicit:collapseFolds=1: 7 7 8 # Copyright (C) 2007 InnoTek SystemberatungGmbH8 # Copyright (C) 2007 innotek GmbH 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui
r2983 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2007 InnoTek SystemberatungGmbH7 # Copyright (C) 2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h
r2983 r2988 6 6 7 7 /* 8 * Copyright (C) 200 7 InnoTek SystemberatungGmbH8 * Copyright (C) 2006 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui
r2979 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r2979 r2988 5 5 :folding=explicit:collapseFolds=1: 6 6 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r1193 r2988 4 4 ; Export definitions 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/darwin/Info.plist
r2207 r2988 12 12 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 13 13 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 14 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek SystemberatungGmbH</string>14 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string> 15 15 <key>IOKitPersonalities</key> 16 16 <dict> -
trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp
r2871 r2988 5 5 # are installed in read-only directory. 6 6 # 7 # Copyright (C) 2007 InnoTek SystemberatungGmbH7 # Copyright (C) 2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/linux/export_modules
r2641 r2988 4 4 # Create a tar archive containing the sources of the vboxdrv kernel module 5 5 # 6 # Copyright (C) 2007 InnoTek SystemberatungGmbH6 # Copyright (C) 2007 innotek GmbH 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def
r1197 r2988 4 4 5 5 ; 6 ; Copyright (C) 2007 InnoTek SystemberatungGmbH6 ; Copyright (C) 2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/win32/SUPDrvA-win32.asm
r1 r2988 3 3 ; Assembly part of Win32 ring-0 host driver 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/win64/SUPDrvA-win64.asm
r1 r2988 3 3 ; Assembly part of Win64 ring-0 host driver 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc
r506 r2988 38 38 */ 39 39 40 #define VER_COMPANYNAME_STR " InnoTek SystemberatungGmbH"40 #define VER_COMPANYNAME_STR "innotek GmbH" 41 41 #define VER_FILEDESCRIPTION_STR "VirtualBox Host Interface Networking Driver" 42 42 #define VER_ORIGINALFILENAME_STR TAP_COMPONENT_ID ".sys" 43 43 #define VER_LEGALCOPYRIGHT_YEARS "2006" 44 #define VER_LEGALCOPYRIGHT_STR " InnoTek SystemberatungGmbH & Others"44 #define VER_LEGALCOPYRIGHT_STR "innotek GmbH & Others" 45 45 46 46 -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r2961 r2988 23 23 * mappers that map SOAP messages to COM calls. 24 24 * 25 * Copyright (C) 2006-2007 InnoTek SystemberatungGmbH25 * Copyright (C) 2006-2007 innotek GmbH 26 26 * 27 27 * This file is part of VirtualBox Open Source Edition (OSE), as … … 72 72 uuid="46137EEC-703B-4fe5-AFD4-7C9BBBBA0259" 73 73 version="1.3" 74 desc=" InnoTek VirtualBox Type Library"74 desc="innotek VirtualBox Type Library" 75 75 supportsErrorInfo="yes" 76 76 > -
trunk/src/VBox/Main/idl/doxygen.xsl
r469 r2988 6 6 * generate the documentation using Doxygen. 7 7 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/idl/midl.xsl
r469 r2988 5 5 * from the generic interface definition expressed in XML. 6 6 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/idl/xpidl.xsl
r2657 r2988 5 5 * from the generic interface definition expressed in XML. 6 6 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux
r2449 r2988 3 3 # 4 4 # 5 # Copyright (C) 2006 InnoTek SystemberatungGmbH5 # Copyright (C) 2006-2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/win32/VBoxC.def
r1 r2988 4 4 ; 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/win32/VBoxC.rc
r1 r2988 4 4 5 5 /* 6 * Copyright (C) 2006 InnoTek SystemberatungGmbH6 * Copyright (C) 2006-2007 innotek GmbH 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 41 41 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual 42 42 BEGIN 43 VALUE "CompanyName", " InnoTek SystemberatungGmbH\0"44 VALUE "FileDescription", " InnoTek VirtualBox Interface\0"43 VALUE "CompanyName", "innotek GmbH\0" 44 VALUE "FileDescription", "innotek VirtualBox Interface\0" 45 45 VALUE "FileVersion", "1.0.000\0" 46 46 VALUE "InternalName", "VBOXC\0" … … 48 48 VALUE "LegalTrademarks", "\0" 49 49 VALUE "OriginalFilename","VBOXC.DLL\0" 50 VALUE "ProductName", " InnoTek VirtualBox\0"50 VALUE "ProductName", "innotek VirtualBox\0" 51 51 VALUE "ProductVersion", "1.0.000\0" 52 52 -
trunk/src/VBox/Main/win32/VBoxSVC.rc
r1 r2988 4 4 5 5 /* 6 * Copyright (C) 2006 InnoTek SystemberatungGmbH6 * Copyright (C) 2006-2007 innotek GmbH 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 41 41 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual 42 42 BEGIN 43 VALUE "CompanyName", " InnoTek SystemberatungGmbH\0"44 VALUE "FileDescription", " InnoTek VirtualBox Interface\0"43 VALUE "CompanyName", "innotek GmbH\0" 44 VALUE "FileDescription", "innotek VirtualBox Interface\0" 45 45 VALUE "FileVersion", "1.0.000\0" 46 46 VALUE "InternalName", "VBOXSVC\0" … … 48 48 VALUE "LegalTrademarks", "\0" 49 49 VALUE "OriginalFilename","VBOXSVC.EXE\0" 50 VALUE "ProductName", " InnoTek VirtualBox\0"50 VALUE "ProductName", "innotek VirtualBox\0" 51 51 VALUE "ProductVersion", "1.0.000\0" 52 52 -
trunk/src/VBox/Main/win32/comregister.cmd
r1 r2988 7 7 8 8 REM /* 9 REM * Copyright (C) 2006 InnoTek SystemberatungGmbH9 REM * Copyright (C) 2006-2007 innotek GmbH 10 10 REM * 11 11 REM * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/xml/SchemaDefs.xsl
r1721 r2988 9 9 * and should be reviewed on every Schema change. 10 10 11 * Copyright (C) 2006 InnoTek SystemberatungGmbH11 * Copyright (C) 2006-2007 innotek GmbH 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/xml/SettingsConverter.xsl
r1 r2988 7 7 * Template to convert old VirtualBox settings files to the most recent format. 8 8 9 * Copyright (C) 2006 InnoTek SystemberatungGmbH9 * Copyright (C) 2006-2007 innotek GmbH 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r2602 r2988 4 4 * :folding=explicit:collapseFolds=1: 5 5 * 6 * InnoTek VirtualBox Settings Schema6 * innotek VirtualBox Settings Schema 7 7 * Common definitions 8 8 9 * Copyright (C) 2006 InnoTek SystemberatungGmbH9 * Copyright (C) 2006-2007 innotek GmbH 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 <xsd:annotation> 33 33 <xsd:documentation xml:lang="en"> 34 InnoTek VirtualBox Settings Schema (common definitions).35 Copyright (c) 2004-2007 InnoTek SystemberatungGmbH.34 innotek VirtualBox Settings Schema (common definitions). 35 Copyright (c) 2004-2007 innotek GmbH. 36 36 </xsd:documentation> 37 37 </xsd:annotation> -
trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd
r607 r2988 4 4 * :folding=explicit:collapseFolds=1: 5 5 * 6 * InnoTek VirtualBox Settings Schema Version 1.0-linux6 * innotek VirtualBox Settings Schema Version 1.0-linux 7 7 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 <xsd:annotation> 32 32 <xsd:documentation xml:lang="en"> 33 InnoTek VirtualBox Settings Schema Version 1.0-linux.34 Copyright (c) 2004-2007 InnoTek SystemberatungGmbH.33 innotek VirtualBox Settings Schema Version 1.0-linux. 34 Copyright (c) 2004-2007 innotek GmbH. 35 35 </xsd:documentation> 36 36 </xsd:annotation> -
trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd
r1551 r2988 4 4 * :folding=explicit:collapseFolds=1: 5 5 * 6 * InnoTek VirtualBox Settings Schema Version 1.0-macosx6 * innotek VirtualBox Settings Schema Version 1.0-macosx 7 7 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 <xsd:annotation> 32 32 <xsd:documentation xml:lang="en"> 33 InnoTek VirtualBox Settings Schema Version 1.0-macosx.34 Copyright (c) 2004-2007 InnoTek SystemberatungGmbH.33 innotek VirtualBox Settings Schema Version 1.0-macosx. 34 Copyright (c) 2004-2007 innotek GmbH. 35 35 </xsd:documentation> 36 36 </xsd:annotation> -
trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd
r607 r2988 4 4 * :folding=explicit:collapseFolds=1: 5 5 * 6 * InnoTek VirtualBox Settings Schema Version 1.0-windows6 * innotek VirtualBox Settings Schema Version 1.0-windows 7 7 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 <xsd:annotation> 32 32 <xsd:documentation xml:lang="en"> 33 InnoTek VirtualBox Settings Schema Version 1.0-windows.34 Copyright (c) 2004-2007 InnoTek SystemberatungGmbH.33 innotek VirtualBox Settings Schema Version 1.0-windows. 34 Copyright (c) 2004-2007 innotek GmbH. 35 35 </xsd:documentation> 36 36 </xsd:annotation> -
trunk/src/VBox/Main/xml/samples/VirtualBox-global.xml
r1 r2988 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 2 <!-- InnoTek VirtualBox Sample Global Configuration -->2 <!-- innotek VirtualBox Sample Global Configuration --> 3 3 <!-- 4 4 * :tabSize=2:indentSize=2:noTabs=true: -
trunk/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml
r1 r2988 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 2 <!-- InnoTek VirtualBox Sample Machine Configuration (for a linux host) -->2 <!-- innotek VirtualBox Sample Machine Configuration (for a linux host) --> 3 3 <!-- 4 4 * :tabSize=2:indentSize=2:noTabs=true: -
trunk/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml
r1077 r2988 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 2 <!-- InnoTek VirtualBox Sample Machine Configuration (for a win32 host) -->2 <!-- innotek VirtualBox Sample Machine Configuration (for a win32 host) --> 3 3 <!-- 4 4 * :tabSize=2:indentSize=2:noTabs=true: -
trunk/src/VBox/Runtime/Doxyfile
r1 r2988 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = InnoTek Portable Runtime20 PROJECT_NAME = innotek Portable Runtime 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 31 31 # where doxygen was started. If left blank the current directory will be used. 32 32 33 #OUTPUT_DIRECTORY = 33 #OUTPUT_DIRECTORY = 34 34 35 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 407 407 # to stderr. 408 408 409 #WARN_LOGFILE = 409 #WARN_LOGFILE = 410 410 411 411 #--------------------------------------------------------------------------- … … 418 418 # with spaces. 419 419 420 #INPUT = 420 #INPUT = 421 421 422 422 … … 480 480 # the \image command). 481 481 482 IMAGE_PATH = 482 IMAGE_PATH = 483 483 484 484 # The INPUT_FILTER tag can be used to specify a program that doxygen should … … 930 930 # the preprocessor. 931 931 932 #INCLUDE_PATH = 932 #INCLUDE_PATH = 933 933 934 934 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard -
trunk/src/VBox/Runtime/errmsg.sed
r1 r2988 1 1 # $Id$ 2 2 ## @file 3 # InnoTek Portable Runtime - SED script for converting */err.h.3 # innotek Portable Runtime - SED script for converting */err.h. 4 4 # 5 5 6 # Copyright (C) 2006 InnoTek SystemberatungGmbH6 # Copyright (C) 2006-2007 innotek GmbH 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/errmsgcom.sed
r1 r2988 1 1 # $Id$ 2 2 ## @file 3 # InnoTek Portable Runtime - SED script for converting COM errors3 # innotek Portable Runtime - SED script for converting COM errors 4 4 # 5 5 6 # Copyright (C) 2006 InnoTek SystemberatungGmbH6 # Copyright (C) 2006-2007 innotek GmbH 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/errmsgxpcom.sed
r1 r2988 1 1 # $Id$ 2 2 ## @file 3 # InnoTek Portable Runtime - SED script for converting XPCOM errors3 # innotek Portable Runtime - SED script for converting XPCOM errors 4 4 # 5 5 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/ceill.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT ceill - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT ceill - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/cosl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT cosl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT cosl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/fabs.asm
r4 r2988 1 1 ; $Id: $ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT fabs - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT fabs - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/fabsf.asm
r4 r2988 1 1 ; $Id: $ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT fabsf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT fabsf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/fabsl.asm
r4 r2988 1 1 ; $Id: $ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT fabsl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT fabsl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/floor.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT floor - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT floor - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/floorf.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT floorf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT floorf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/floorl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT floorl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT floorl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/ldexpl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT ldexpl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT ldexpl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/llrint.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT llrint - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT llrint - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/llrintf.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT llrintf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT llrintf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/llrintl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT llrintl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT llrintl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/logl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT logl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT logl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/lrint.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT lrint - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT lrint - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/lrintf.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT lrintf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT lrintf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/lrintl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT lrintl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT lrintl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/remainder.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT remainder - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT remainder - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/remainderf.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT remainderf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT remainderf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/remainderl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT remainderl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT remainderl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/sinl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT sinl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT sinl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/tanl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT tanl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT tanl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/trunc.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT trunc - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT trunc - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/truncf.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT truncf - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT truncf - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/math/truncl.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT truncl - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT truncl - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/misc/setjmp.asm
r1 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT setjmp & longjmp - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT setjmp & longjmp - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/os2/sys0.asm
r7 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - crt0/dll0 replacement stub for OS/2 R0/GC modules.2 ; innotek Portable Runtime - crt0/dll0 replacement stub for OS/2 R0/GC modules. 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/os2/RTAssertDoBreakpoint-r0drv-os2.asm
r1191 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.3 ; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2. 4 4 ; 5 5 -
trunk/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm
r1191 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.3 ; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2. 4 4 ; 5 5 -
trunk/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm
r1191 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.3 ; innotek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2. 4 4 ; 5 5 -
trunk/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm
r1191 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.3 ; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2. 4 4 ; 5 5 -
trunk/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm
r1191 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.3 ; innotek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2. 4 4 ; 5 5 -
trunk/src/VBox/Runtime/r3/win64/VBoxRT-win64.def
r1933 r2988 3 3 ; 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/memchr.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT memchr - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT memchr - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/memcmp.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT memcmp - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT memcmp - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/memcpy.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT memcpy - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT memcpy - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/mempcpy.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT mempcpy - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT mempcpy - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/memset.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT memset - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT memset - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/strchr.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT strchr - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT strchr - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/string/strcmp.asm
r1176 r2988 1 1 ; $Id$ 2 2 ;; @file 3 ; InnoTek Portable Runtime - No-CRT strcmp - AMD64 & X86.3 ; innotek Portable Runtime - No-CRT strcmp - AMD64 & X86. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def
r1191 r2988 3 3 4 4 ; 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def
r1195 r2988 3 3 4 4 ; 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicBitClear.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitClear().2 ; innotek Portable Runtime - ASMAtomicBitClear(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicBitTestAndToggle.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitTestAndToggle().2 ; innotek Portable Runtime - ASMAtomicBitTestAndToggle(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicBitToggle.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitToggle().2 ; innotek Portable Runtime - ASMAtomicBitToggle(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicReadU64.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicReadU64().2 ; innotek Portable Runtime - ASMAtomicReadU64(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicXchgU16.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicXchgU16().2 ; innotek Portable Runtime - ASMAtomicXchgU16(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicXchgU8.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicXchgU8().2 ; innotek Portable Runtime - ASMAtomicXchgU8(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMBitFirstClear.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMBitFirstClear().2 ; innotek Portable Runtime - ASMBitFirstClear(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMBitFirstSet.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMBitFirstSet().2 ; innotek Portable Runtime - ASMBitFirstSet(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetCS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetCS().2 ; innotek Portable Runtime - ASMGetCS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR0.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR0().2 ; innotek Portable Runtime - ASMGetDR0(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR1.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR1().2 ; innotek Portable Runtime - ASMGetDR1(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR2.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR2().2 ; innotek Portable Runtime - ASMGetDR2(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR3.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR3().2 ; innotek Portable Runtime - ASMGetDR3(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR6.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR6().2 ; innotek Portable Runtime - ASMGetDR6(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR7.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR7().2 ; innotek Portable Runtime - ASMGetDR7(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDS().2 ; innotek Portable Runtime - ASMGetDS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetES.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetES().2 ; innotek Portable Runtime - ASMGetES(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetFS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetFS().2 ; innotek Portable Runtime - ASMGetFS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetFlags.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetFlags().2 ; innotek Portable Runtime - ASMGetFlags(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetGDTR.asm
r683 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetGDTR().2 ; innotek Portable Runtime - ASMGetGDTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetGS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetGS().2 ; innotek Portable Runtime - ASMGetGS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetIDTR.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetIDTR().2 ; innotek Portable Runtime - ASMGetIDTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetSS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetSS().2 ; innotek Portable Runtime - ASMGetSS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetTR.asm
r683 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetTR().2 ; innotek Portable Runtime - ASMGetTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMMultU64ByU32DivByU32.asm
r1888 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMMultU64ByU32DivByU32().2 ; innotek Portable Runtime - ASMMultU64ByU32DivByU32(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMProbeReadByte.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMProbeReadByte().2 ; innotek Portable Runtime - ASMProbeReadByte(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMSetFlags.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMSetFlags().2 ; innotek Portable Runtime - ASMSetFlags(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/CPUMInternal.mac
r1814 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/PATM/PATMA.asm
r2088 r2988 4 4 ; 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/PATM/PATMA.mac
r1437 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/TRPMInternal.mac
r2124 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm
r112 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMAll/EMAllA.asm
r1991 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm
r1814 r2988 4 4 ; CPUM - Guest Context Assembly Routines. 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/EMGCA.asm
r2041 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/MMRamGCA.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm
r2124 r2988 4 4 ; 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGC.def
r948 r2988 3 3 4 4 ; 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGC.mac
r1644 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGC0.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGC99.asm
r19 r2988 4 4 ; 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGCA.asm
r988 r2988 4 4 ; 5 5 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMGC/VMMGCBuiltin.def
r1 r2988 3 3 ; VMM Guest Context Builtin DLL - Definition file for generating import library. 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMInternal.mac
r2297 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r2803 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
r1570 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r948 r2988 3 3 4 4 ; 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/VMMR0A.asm
r2822 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r1645 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
r956 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac
r1283 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/mkdsk.sh
r1 r2988 1 1 #!/bin/sh 2 2 # 3 # Copyright (C) 2006 InnoTek SystemberatungGmbH3 # Copyright (C) 2006-2007 innotek GmbH 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r1525 r2988 8 8 9 9 ; 10 ; Copyright (C) 2006 InnoTek SystemberatungGmbH10 ; Copyright (C) 2006-2007 innotek GmbH 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicro.mac
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicroGC.def
r1 r2988 3 3 ; VMM Guest Context Micro Benchmark - Definition file. 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicroGCA.asm
r19 r2988 5 5 6 6 ; 7 ; Copyright (C) 2006 InnoTek SystemberatungGmbH7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg
r589 r2988 21 21 * 22 22 * Contributor(s): 23 * InnoTek23 * innotek 24 24 * 25 25 * Alternatively, the contents of this file may be used under the terms of -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2vaclegacy.s
r1 r2988 1 1 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- 2 / 2 / 3 3 / The contents of this file are subject to the Mozilla Public 4 4 / License Version 1.1 (the "License"); you may not use this file 5 5 / except in compliance with the License. You may obtain a copy of 6 6 / the License at http://www.mozilla.org/MPL/ 7 / 7 / 8 8 / Software distributed under the License is distributed on an "AS 9 9 / IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 10 10 / implied. See the License for the specific language governing 11 11 / rights and limitations under the License. 12 / 12 / 13 13 / The Original Code is the Netscape Portable Runtime (NSPR). 14 / 15 / The Initial Developer of the Original Code is InnoTek 16 / Systemberatung GmbH. 14 / 15 / The Initial Developer of the Original Code is innotek. 17 16 / Portions created by the Initial Developer are Copyright (C) 2003 18 17 / the Initial Developer. All Rights Reserved. 19 / 18 / 20 19 / Contributor(s): 21 / InnoTek SystemberatungGmbH / Knut St. Osmundsen22 / 20 / innotek GmbH / Knut St. Osmundsen 21 / 23 22 / Alternatively, the contents of this file may be used under the 24 23 / terms of the GNU General Public License Version 2 or later (the 25 / "GPL"), in which case the provisions of the GPL are applicable 26 / instead of those above. If you wish to allow use of your 24 / "GPL"), in which case the provisions of the GPL are applicable 25 / instead of those above. If you wish to allow use of your 27 26 / version of this file only under the terms of the GPL and not to 28 27 / allow others to use your version of this file under the MPL, … … 32 31 / may use your version of this file under either the MPL or the 33 32 / GPL. 34 / 33 / 35 34 36 35 .text … … 43 42 .globl PR_EnterMonitor 44 43 PR_EnterMonitor: 45 mov %eax, 4(%esp) 44 mov %eax, 4(%esp) 46 45 jmp _PR_EnterMonitor 47 46 48 47 .align 4 49 .globl PR_ExitMonitor 48 .globl PR_ExitMonitor 50 49 PR_ExitMonitor: 51 mov %eax, 4(%esp) 52 jmp _PR_ExitMonitor 50 mov %eax, 4(%esp) 51 jmp _PR_ExitMonitor 53 52 54 53 55 54 56 55 .align 4 57 56 .globl PR_AttachThread 58 57 PR_AttachThread: 59 mov %eax, 4(%esp) 60 mov %edx, 8(%esp) 58 mov %eax, 4(%esp) 59 mov %edx, 8(%esp) 61 60 mov %ecx, 12(%esp) 62 61 jmp _PR_AttachThread 63 62 64 63 .align 4 65 64 .globl PR_DetachThread 66 65 PR_DetachThread: 67 66 jmp _PR_DetachThread 68 67 69 68 .align 4 70 69 .globl PR_GetCurrentThread -
trunk/src/recompiler/InnoTek/deftoimp.sed
r2466 r2988 6 6 # 7 7 # 8 # Copyright (C) 2006 InnoTek SystemberatungGmbH8 # Copyright (C) 2006-2007 innotek GmbH 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/recompiler/InnoTek/op-darwin.sed
r2429 r2988 7 7 8 8 # 9 # Copyright (C) 2006 InnoTek SystemberatungGmbH9 # Copyright (C) 2006-2007 innotek GmbH 10 10 # 11 11 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/recompiler/VBoxREM.def
r2422 r2988 4 4 ; VBoxREM Definition File. 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/recompiler/VBoxREMWrapperA.asm
r2422 r2988 4 4 ; VBoxREM Wrapper, Assembly routines and wrapper Templates. 5 5 ; 6 ; InnoTek SystemberatungGmbH confidential7 ; 8 ; Copyright ( c) 2006 InnoTek SystemberatungGmbH6 ; innotek GmbH confidential 7 ; 8 ; Copyright (C) 2006-2007 innotek GmbH 9 9 ; 10 10 ; Author: knut st. osmundsen <[email protected]>
Note:
See TracChangeset
for help on using the changeset viewer.