VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18139   16 years vboxsync crOpenGL: don't trash eax/rax in export stubs
(edit) @18138   16 years vboxsync crOpenGL: allow debug output in release builds with CR_DEBUG/CR_DEBUG_FILE
(edit) @18137   16 years vboxsync CBinding: removed the deprecated tstLinuxC testcase and made the …
(edit) @18136   16 years vboxsync NetIf: disable changing settings for non-host-only
(edit) @18134   16 years vboxsync DrvVD: fix r44820 for the snapshot case
(edit) @18133   16 years vboxsync DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new …
(edit) @18132   16 years vboxsync FE/Qt4-OVF: Check all target files if they exists & get confirmation …
(edit) @18131   16 years vboxsync darwin build fix.
(edit) @18129   16 years vboxsync NetFlt/win: use fDisablePromiscuous flag
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18127   16 years vboxsync DrvVD: fail if a VD image was forced to be opened in read-only mode
(edit) @18125   16 years vboxsync PGM: MapCR3 anywhere again (new phys code).
(edit) @18124   16 years vboxsync Additions/Linux/vboxadd: use RTMemAlloc instead of kmalloc for …
(edit) @18123   16 years vboxsync vboxshell: implement guest command, to directly talk with concrete guest
(edit) @18121   16 years vboxsync Main/HardDisk: enable cancelling for all operations which take really …
(edit) @18120   16 years vboxsync Main/Progress: implement cancelling of activities associated with …
(edit) @18119   16 years vboxsync Storage/VHD: creating sparse files is a performance risk on some OSes
(edit) @18118   16 years vboxsync E1000: properly connect/disconnect if the link status changes
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18116   16 years vboxsync FE/Qt4: only test if the guest entered the ACPI state if this …
(edit) @18115   16 years vboxsync Main/HardDisk: implement flattenTo() API. a bit code duplication left …
(edit) @18114   16 years vboxsync Main/Appliance: use the flattenTo API when exporting the image to …
(edit) @18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
(edit) @18112   16 years vboxsync #3743: “tstAsmStructsAsm-lst.sed locale sensitive” Use [:alnum:] and …
(edit) @18111   16 years vboxsync crOpenGL: typo + warning if hgcm calls fail on guest side
(edit) @18110   16 years vboxsync gcc warning (not ideal btw)
(edit) @18109   16 years vboxsync crOpenGL: increase guest readback buffer size to 2k, to reduce …
(edit) @18108   16 years vboxsync VBoxManage: clean up various places which use RTGetOpt, fix error …
(edit) @18107   16 years vboxsync IMedium: improve wording; correct typos.
(edit) @18106   16 years vboxsync FE/Qt4: Little Global Settings / Update page layout fix.
(edit) @18105   16 years vboxsync typo
(edit) @18104   16 years vboxsync be more verbose on VERR_VERSION_MISMATCH
(edit) @18103   16 years vboxsync webservice/vboxweb: adapt command line handling to changed RTGetOpt …
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18100   16 years vboxsync typo
(edit) @18099   16 years vboxsync DHCP server: make it launched properly for internal networking
(edit) @18098   16 years vboxsync VBoxNetFlt/darwin: corrected comment and made use of 'else'.
(edit) @18096   16 years vboxsync spaces, sigh.
(edit) @18095   16 years vboxsync how difficult can this be…
(edit) @18094   16 years vboxsync Backed out r44742: Needs to be done in a deeper level.
(edit) @18093   16 years vboxsync More verbose assertion
(edit) @18092   16 years vboxsync Fe/Qt4: Don't disable the VT-x/AMD-V checkbox when it's checked; also …
(edit) @18091   16 years vboxsync FE/Qt4: 3734: New VM wizard: HDD selection. Allowing disk-less machine.
(edit) @18089   16 years vboxsync x11/Installer: solaris_xorg_modeless.conf remove "rgbpath" line …
(edit) @18088   16 years vboxsync crOpenGL: some code cleanup and small fixes
(edit) @18087   16 years vboxsync typo
(edit) @18086   16 years vboxsync DrvHostDVD: still issues with some older Linux kernels but 2.6.29+ …
(edit) @18085   16 years vboxsync Solaris/DRM: bits.
(edit) @18083   16 years vboxsync eol
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @18081   16 years vboxsync Cbinding: fixed the example, for changes made in VBoxXPCOMCGlue
(edit) @18080   16 years vboxsync FE/Qt4: 3734: New VM wizard: HDD selection - implemented.
(edit) @18079   16 years vboxsync vboxweb.cpp: warnings (MSC).
(edit) @18078   16 years vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @18076   16 years vboxsync libs/mesa: enabled building libmesa
(edit) @18075   16 years vboxsync Windows guest additions: fixed detection of the emulated PS/2 mouse in …
(edit) @18074   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs - forgot to update label size-hint …
(edit) @18073   16 years vboxsync debugger: make it a bit more working
(edit) @18072   16 years vboxsync VBoxManage: defines consistency for dhcpserver and hostonlyif commands
(edit) @18071   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs. Added support for chained-messages.
(edit) @18070   16 years vboxsync Fixed 64 bits hosts
(edit) @18069   16 years vboxsync VBoxManage: reformat command-line help to fit into 80 characters per line
(edit) @18068   16 years vboxsync remove tap for non-linux platforms
(edit) @18067   16 years vboxsync Storage/VMDK: fix crash when create failed (recent regression), …
(edit) @18066   16 years vboxsync Storage/Raw: fix crash when creating failed
(edit) @18065   16 years vboxsync FE/Qt4: 2869: Rework network adapter UI. Seems some platforms has bug …
(edit) @18064   16 years vboxsync NetAdp/win: rename the TAPMINIPORT* macro
(edit) @18063   16 years vboxsync FE/Qt4: 2869: FE/Qt4: Rework network adapter UI. Win-host has a bug …
(edit) @18062   16 years vboxsync SDK: better error reporting on missing tools
(edit) @18061   16 years vboxsync typo
(edit) @18060   16 years vboxsync VT-x: restore TR properly as VT-x sets the limit back to 0x67 after a …
(edit) @18059   16 years vboxsync Remove old win TAP driver
(edit) @18058   16 years vboxsync DrvHostDVD: fixed swab workaround for newer kernels
(edit) @18057   16 years vboxsync Solaris/VBoxVideoDRM: initial commit.
(edit) @18056   16 years vboxsync Additions/linux/installer: only change the permissions on vboxuser if …
(edit) @18055   16 years vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @18054   16 years vboxsync VHD: Add missing cast to 64bit type when updating the block bitmap in …
(edit) @18053   16 years vboxsync Fix an "unused variable cRefs" warning.
(edit) @18052   16 years vboxsync OVF: use AnnotationSection for VM description, don't fail on export if …
(edit) @18051   16 years vboxsync VHD: Add missing image type flags
(edit) @18049   16 years vboxsync Fix "unused variable cnt" warnings for the release build.
(edit) @18048   16 years vboxsync warning
(edit) @18046   16 years vboxsync PGM,MM: saved state bugfixes for VBOX_WITH_NEW_PHYS_CODE.
(edit) @18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
(edit) @18041   16 years vboxsync FE/Qt: French nls
(edit) @18040   16 years vboxsync FE/Qt: French nls
(edit) @18039   16 years vboxsync dhcp win fix
(edit) @18038   16 years vboxsync FE/Qt: French nls
(edit) @18037   16 years vboxsync VBoxGuest/Windows: Build fix.
(edit) @18036   16 years vboxsync fix help screen
(edit) @18035   16 years vboxsync Frontend/VBoxManage: help file fix, --variant takes a list of …
(edit) @18034   16 years vboxsync crOpenGL: workaround linker issues when switching dri/non dri targets
(edit) @18033   16 years vboxsync FE/Qt4: Show BETA warning at VM Selector startup.
(edit) @18032   16 years vboxsync FE/Qt: French nls
(edit) @18030   16 years vboxsync warning
(edit) @18029   16 years vboxsync German NLS fixes
(edit) @18028   16 years vboxsync FE/Qt4:_remove unnecessary tr string
(edit) @18027   16 years vboxsync DHCP: DHCPRequest could be send it any time and it's right of client …
(edit) @18026   16 years vboxsync DHCP: Complain if the user specified unknown options.
(edit) @18025   16 years vboxsync OVF: new uuid
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette