Changeset 32388 in vbox
- Timestamp:
- Sep 10, 2010 10:13:07 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf
r32316 r32388 1 1 # 2 # Sun VirtualBox3 2 # OpenSolaris Guest Driver Configuration 4 3 # 5 # Copyright (C) 2007-20 09Oracle Corporation4 # Copyright (C) 2007-2010 Oracle Corporation 6 5 # 7 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/Installer/vboxguest.sh
r28800 r32388 1 1 #!/bin/bash 2 # Sun VirtualBox2 # 3 3 # VirtualBox Guest Additions kernel module control script for FreeBSD. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/90-vboxguest.fdi
r21412 r32388 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 # Sun VirtualBox4 3 # Hal driver description for the vboxmouse driver 5 4 # $Id$ 6 5 7 Copyright (C) 2008-20 09 Sun Microsystems, Inc.6 Copyright (C) 2008-2010 Oracle Corporation 8 7 9 8 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/deffiles
r31637 r32388 1 1 #!/bin/sh 2 2 # 3 # Sun VirtualBox4 3 # VirtualBox linux Guest Additions default files list 5 4 6 5 # 7 # Copyright (C) 2009 Sun Microsystems, Inc.6 # Copyright (C) 2009-2010 Sun Microsystems, Inc. 8 7 # 9 8 # Sun Microsystems, Inc. confidential -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r28800 r32388 1 1 #!/bin/sh 2 2 # 3 # Sun VirtualBox4 3 # Linux Additions Guest Additions service daemon init script. 5 4 # 6 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 7 6 # 8 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r32166 r32388 1 1 #! /bin/sh 2 # Sun VirtualBox2 # 3 3 # Linux Additions X11 setup init script ($Revision$) 4 4 # 5 5 6 6 # 7 # Copyright (C) 2006-20 09Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r32234 r32388 1 1 #! /bin/sh 2 # Sun VirtualBox2 # 3 3 # Linux Additions kernel module init script ($Revision$) 4 4 # -
trunk/src/VBox/Additions/solaris/Installer/VBox.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox startup script for Solaris Guests Additions 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox Solaris Guest Additions package creation script. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r31315 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox postinstall script for Solaris. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox pre-remove script for Solaris Guest Additions. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # 15 15 16 echo " SunVirtualBox Guest Additions - preremove script"16 echo "VirtualBox Guest Additions - preremove script" 17 17 echo "This script will unload the VirtualBox Guest kernel module..." 18 18 -
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox Guest Additions kernel module control script for Solaris. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml
r28800 r32388 1 1 <?xml version='1.0'?> 2 2 <!-- 3 # Sun VirtualBox3 # 4 4 # Solaris SMF service manifest for VBoxService (timesync). 5 5 # 6 Copyright (C) 2008-20 09Oracle Corporation6 Copyright (C) 2008-2010 Oracle Corporation 7 7 8 8 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r27612 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # Start the Guest Additions X11 Client 4 4 # 5 # Copyright (C) 2007-20 09Sun Microsystems, Inc.5 # Copyright (C) 2007-2010 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r29611 r32388 1 1 #!/usr/bin/perl -w 2 2 # 3 # Sun VirtualBox4 #5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script for X.org 1.5 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15sol.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15suse.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11restore.pl
r28800 r32388 2 2 # $Revision$ 3 3 # 4 # Sun VirtualBox5 #6 4 # Restore xorg.conf while removing Guest Additions. 7 5 # 8 # Copyright (C) 2008-20 09Oracle Corporation6 # Copyright (C) 2008-2010 Oracle Corporation 9 7 # 10 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh
r28800 r32388 1 1 #!/bin/bash 2 # Sun VirtualBox2 # 3 3 # VirtualBox VNIC setup script for Solaris hosts with Crossbow. 4 4 # -
trunk/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh
r28800 r32388 1 1 #!/bin/bash 2 # Sun VirtualBox2 # 3 3 # VirtualBox VNIC terminate script for Solaris hosts with Crossbow. 4 4 # -
trunk/src/VBox/Devices/Storage/VDICore.h
r31810 r32388 47 47 * Must be less than 64 bytes in length, including the trailing 0. 48 48 */ 49 #define VDI_IMAGE_FILE_INFO "<<< SunVirtualBox Disk Image >>>\n"49 #define VDI_IMAGE_FILE_INFO "<<< Oracle VM VirtualBox Disk Image >>>\n" 50 50 51 51 /** The Sector size. -
trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp
r28800 r32388 40 40 #include <VBox/pdm.h> 41 41 #include <VBox/log.h> 42 #include <VBox/version.h> 42 43 #include <iprt/path.h> 43 44 #include <iprt/string.h> … … 1313 1314 1314 1315 RTStrPrintf(pszTitle, sizeof(pszTitle), 1315 "Sun VirtualBox%s%s",1316 VBOX_PRODUCT "%s%s", 1316 1317 g_uProgressPercent == ~0U && machineState == VMSTATE_SUSPENDED ? " - [Paused]" : "", 1317 1318 mfInputGrab ? " - [Input captured]": ""); … … 1345 1346 #endif /* DEBUG */ 1346 1347 1347 SDL_WM_SetCaption(pszTitle, "Sun vXM VirtualBox");1348 SDL_WM_SetCaption(pszTitle, VBOX_PRODUCT); 1348 1349 } 1349 1350 … … 1356 1357 char szTitle[256]; 1357 1358 AssertMsg(iPercent >= 0 && iPercent <= 100, ("%d\n", iPercent)); 1358 RTStrPrintf(szTitle, sizeof(szTitle), "Sun VirtualBox- %s %d%%...", pszStr, iPercent);1359 SDL_WM_SetCaption(szTitle, "Sun VirtualBox");1359 RTStrPrintf(szTitle, sizeof(szTitle), VBOX_PRODUCT " - %s %d%%...", pszStr, iPercent); 1360 SDL_WM_SetCaption(szTitle, VBOX_PRODUCT); 1360 1361 } 1361 1362 -
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r32191 r32388 429 429 int rc = VINF_SUCCESS; 430 430 431 RTPrintf( "Sun VirtualBoxSimple SDL GUI built %s %s\n", __DATE__, __TIME__);431 RTPrintf(VBOX_PRODUCT " Simple SDL GUI built %s %s\n", __DATE__, __TIME__); 432 432 433 433 // less than one parameter is not possible -
trunk/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf
r28800 r32388 1 1 # $Revision: $ 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # OpenSolaris Host Driver Configuration 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/vboxnet.conf
r28800 r32388 1 1 # 2 # Sun VirtualBox3 2 # Solaris Host VBoxNet Configuration 4 3 # 5 # Copyright (C) 2009 Oracle Corporation4 # Copyright (C) 2009-2010 Oracle Corporation 6 5 # 7 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf
r28800 r32388 1 1 # 2 # Sun VirtualBox3 2 # Solaris Host VBoxFlt Configuration 4 3 # 5 # Copyright (C) 2008-20 09Oracle Corporation4 # Copyright (C) 2008-2010 Oracle Corporation 6 5 # 7 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/vboxusb.conf
r32162 r32388 1 1 # 2 # Sun VirtualBox3 2 # Solaris Host USB Client Driver Configuration 4 3 # -
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/vboxusbmon.conf
r32162 r32388 1 1 # 2 # Sun VirtualBox3 2 # Solaris Host USB Monitor Driver Configuration 4 3 # -
trunk/src/VBox/Installer/freebsd/postdeinstall.sh
r28800 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # VirtualBox postdeinstall script for FreeBSD. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/freebsd/postinstall.sh
r28800 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # VirtualBox postinstall script for FreeBSD. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/freebsd/virtualbox.desktop
r23527 r32388 3 3 Encoding=UTF-8 4 4 Version=1.0 5 Name= SunVirtualBox5 Name=Oracle VM VirtualBox 6 6 GenericName=Virtual Machine 7 7 Type=Application -
trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
r32251 r32388 1 1 #!/bin/sh 2 2 # 3 # Sun VirtualBox4 3 # Linux Additions Guest Additions service daemon init script. 5 4 # 6 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 7 6 # 8 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/VBox.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox startup script, Solaris hosts. 4 4 # 5 # Copyright (C) 2007-20 09Oracle Corporation5 # Copyright (C) 2007-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/checkinstall.sh
r30667 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # VirtualBox checkinstall script for Solaris. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2009 Oracle Corporation8 # Copyright (C) 2009-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/makepackage.sh
r30745 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # VirtualBox package creation script, Solaris hosts. 5 5 # -
trunk/src/VBox/Installer/solaris/pkginstall.sh
r30667 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox - VirtualBox postinstall script for Solaris. 3 # 4 # VirtualBox postinstall script for Solaris. 4 5 # 5 6 # If you just installed VirtualBox using IPS/pkg(5), you should run this … … 8 9 9 10 # 10 # Copyright (C) 2009 Oracle Corporation11 # Copyright (C) 2009-2010 Oracle Corporation 11 12 # 12 13 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/postinstall.sh
r30667 r32388 1 1 #!/bin/sh 2 2 ## @file 3 # Sun VirtualBox3 # 4 4 # VirtualBox postinstall script for Solaris. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/preremove.sh
r30667 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox preremove script for Solaris. 4 4 # 5 # Copyright (C) 2007-20 09Oracle Corporation5 # Copyright (C) 2007-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/vbi/makepackage.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox Solaris VBI Kernel Module package creation script. 4 4 # 5 # Copyright (C) 2007-20 09Oracle Corporation5 # Copyright (C) 2007-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/vbi/preremove.sh
r28800 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # VirtualBox preremove script for VBI kernel package on Solaris hosts. 4 4 # 5 # Copyright (C) 2008-20 09Oracle Corporation5 # Copyright (C) 2008-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # 15 15 16 echo " SunVirtualBox Kernel Package - preremove script"16 echo "VirtualBox Kernel Package - preremove script" 17 17 echo "This script will unload the VirtualBox kernel interface module..." 18 18 -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r31485 r32388 2 2 # $Id$ 3 3 4 # Sun VirtualBox4 # 5 5 # VirtualBox Configuration Script, Solaris host. 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/virtualbox-webservice.xml
r28800 r32388 2 2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3 3 <!-- 4 # Sun VirtualBox5 4 # Solaris SMF service manifest for VirtualBox webservice server. 6 5 # $Id$ 7 6 8 Copyright (C) 2008-20 09Oracle Corporation7 Copyright (C) 2008-2010 Oracle Corporation 9 8 10 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml
r28800 r32388 1 1 <?xml version='1.0'?> 2 2 <!-- 3 # Sun VirtualBox3 # 4 4 # Solaris SMF service manifest for Solaris Zone Access. 5 5 # 6 Copyright (C) 2008-20 09Oracle Corporation6 Copyright (C) 2008-2010 Oracle Corporation 7 7 8 8 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.cpp
r31667 r32388 165 165 do 166 166 { 167 printf( "Sun VirtualBoxStub Builder v%d.%d.%d.%d\n",167 printf(VBOX_PRODUCT " Stub Builder v%d.%d.%d.%d\n", 168 168 VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV); 169 169 -
trunk/src/VBox/Main/webservice/vboxweb.cpp
r31613 r32388 663 663 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Cannot open log file \"%s\" for writing: %Rrc", ValueUnion.psz, rc2); 664 664 665 WebLog( "Sun VirtualBoxWebservice Version %s\n"665 WebLog(VBOX_PRODUCT " Webservice Version %s\n" 666 666 "Opened log file \"%s\"\n", VBOX_VERSION_STRING, ValueUnion.psz); 667 667 break;
Note:
See TracChangeset
for help on using the changeset viewer.