VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24410   15 years vboxsync OSE fix
(edit) @24409   15 years vboxsync OSE header fixes
(edit) @24408   15 years vboxsync export the FreeBSD HostDrivers Makefile to OSE
(edit) @24407   15 years vboxsync Put screenshot to saved state (incomplete and disabled), fixed burn.
(edit) @24406   15 years vboxsync Main/CPUM: Use /CPUM/HostCPUID instead of /CPUM/CPUID since the latter …
(edit) @24405   15 years vboxsync Put screenshot to saved state (incomplete and disabled).
(edit) @24404   15 years vboxsync VBoxManage: list hostcpuids; showvm nows shows the cpuid overrides.
(edit) @24403   15 years vboxsync Main: Added Host::GetProcessorCpuIdLeaf.
(edit) @24402   15 years vboxsync Additions/linux/installer: more fixes
(edit) @24401   15 years vboxsync MediumAttachment: get the controller only if mParent is valid
(edit) @24400   15 years vboxsync FE/Qt4: VBoxConsoleWND: Reusing some code added in r54442; …
(edit) @24399   15 years vboxsync VBoxCredProv not for OSE
(edit) @24398   15 years vboxsync FE/Qt4: make sure the currently attached ISO is always shown in the list
(edit) @24397   15 years vboxsync VBoxManage: USAGE_SNAPSHOT => USAGE_CONTROLVM
(edit) @24396   15 years vboxsync DevPS2: Added qemu code to emulate turning off scancode translation in …
(edit) @24395   15 years vboxsync FE/Qt4: VM Settings / Storage Page: Using …
(edit) @24394   15 years vboxsync EFI: VGA driver converted from Cirrus Logic driver.
(edit) @24391   15 years vboxsync VBoxCredProv: Enabled automatic building using 200702 PSDK.
(edit) @24390   15 years vboxsync VbglR3GetAdditionsVersion: Missing RTStrFree on failure. Fixed …
(edit) @24389   15 years vboxsync Solaris/Installer: Merge VBI into IPRT.
(edit) @24388   15 years vboxsync Solaris/r0drv, Solaris/Installer: Merge VBI into IPRT. (delete binaries).
(edit) @24387   15 years vboxsync tabs
(edit) @24386   15 years vboxsync Solaris/r0drv: Merge VBI into IPRT.
(edit) @24384   15 years vboxsync VbglR3: Various fixes based on review.
(edit) @24383   15 years vboxsync VBoxService: Not used.
(edit) @24382   15 years vboxsync Serial: forward-port of 54411 (serial/rawfile: don't flush after …
(edit) @24381   15 years vboxsync VBoxManageStorageController: sata controller port count check
(edit) @24380   15 years vboxsync Add/linux/Makefile.kmk: r=bird: added a few todos; corrected …
(edit) @24379   15 years vboxsync Additions/linux/installer: don't create symlinks during the build, and …
(edit) @24378   15 years vboxsync crOpenGL-OSX: check for a valid region
(edit) @24377   15 years vboxsync crOpenGL-OSX: add support for realtime dock tile preview of OpenGL …
(edit) @24376   15 years vboxsync Linux additions: make it compile against recent kernels with …
(edit) @24375   15 years vboxsync VBoxManageInfo: display instance number and port count
(edit) @24374   15 years vboxsync Shared folders host service: preserve case of a 'rename' target …
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24372   15 years vboxsync VBoxGuestR3LibMisc: Better memory handling.
(edit) @24371   15 years vboxsync VBoxManageList: Updated system properties
(edit) @24370   15 years vboxsync Space.
(edit) @24369   15 years vboxsync VBoxService: Added version lookup for VBoxCredProv.dll.
(edit) @24368   15 years vboxsync Additional check for in-use AMD-V.
(edit) @24367   15 years vboxsync Linux shared folders: omit superflous files from module compilation
(edit) @24366   15 years vboxsync ConsoleImpl.cpp: Pick up any SSM error message that might be around …
(edit) @24365   15 years vboxsync ConsoleImplTeleporter.cpp: Error info handling on windows (grrr!). …
(edit) @24364   15 years vboxsync Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
(edit) @24363   15 years vboxsync PGMSavedState: Save the RAM config (size + hole).
(edit) @24362   15 years vboxsync ConsoleImpl.cpp: vmstate callback bits of teleporting.
(edit) @24361   15 years vboxsync Additions/linux/installer: major rewrite of the Linux Additions installer
(edit) @24360   15 years vboxsync AsyncCompletion: Option to enforce use of the failsafe I/O manager
(edit) @24359   15 years vboxsync AsyncCompletion: CFGM key to disable the cache globally
(edit) @24358   15 years vboxsync AsyncCompletion: Don't enqueue requests if the endpoint is moving
(edit) @24357   15 years vboxsync VBoxGuestR3LibHostVersion: missed one b.
(edit) @24356   15 years vboxsync AsyncCompletion: Improve write performance for random acess. If a …
(edit) @24355   15 years vboxsync AsyncCompletion: Fix crash when doing load balancing
(edit) @24354   15 years vboxsync Main: deleteSnapshot() fixes; should mostly work now
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24352   15 years vboxsync Runtime/testcase: simple event semaphore testcase, including timeout case
(edit) @24350   15 years vboxsync APPEND mode for shared folders (SHFL_CF_ACCESS_APPEND).
(edit) @24349   15 years vboxsync PGMR3PhysWriteExternal: Instrumented it to track down who is writing …
(edit) @24348   15 years vboxsync Main: better error message when snapshot diff image is gone
(edit) @24347   15 years vboxsync VBoxManage: ULONG => StorageBus_T
(edit) @24346   15 years vboxsync SystemProperties: function GetDeviceTypesForStorageBus() to get the …
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24344   15 years vboxsync Main: fix a really nasty problem in the Machine destructor which never …
(edit) @24343   15 years vboxsync Temporary release assertions to see what's going wrong
(edit) @24342   15 years vboxsync Main/Machine: fix deadlock caused by lock order violation in …
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24340   15 years vboxsync Updated descriptions of cpuid methods
(edit) @24339   15 years vboxsync VBoxTestOGL: on crashes, don't generate core dumps and redirect stderr …
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24337   15 years vboxsync Same for restoring a snapshot. Do not allow users to shoot themselves …
(edit) @24336   15 years vboxsync Compile fix
(edit) @24335   15 years vboxsync ALWAYS display a warning before deleting a snapshot.
(edit) @24333   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: missing newlines.
(edit) @24332   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24331   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24330   15 years vboxsync Comment update
(edit) @24329   15 years vboxsync Bug fixes
(edit) @24328   15 years vboxsync Comment update
(edit) @24327   15 years vboxsync Load CPUID leaf override; we currently don't care if the caller …
(edit) @24326   15 years vboxsync Comment
(edit) @24325   15 years vboxsync Add cpuid leaf overrides to the CFGM tree
(edit) @24324   15 years vboxsync Minor cleanup
(edit) @24323   15 years vboxsync MachineImpl: fixed instance number incrementing loop
(edit) @24322   15 years vboxsync typo
(edit) @24321   15 years vboxsync --cpuidset/remove/removall
(edit) @24320   15 years vboxsync more RT_ZERO()
(edit) @24319   15 years vboxsync Additions/WINNT/Installer: French NLS
(edit) @24318   15 years vboxsync Windows Guest Additions installer: Tabs.
(edit) @24317   15 years vboxsync Windows Guest Additions installer: Added support for credential …
(edit) @24316   15 years vboxsync Compile fixes
(edit) @24315   15 years vboxsync Added methods to remove cpuid leafs
(edit) @24313   15 years vboxsync Clear cpuid list
(edit) @24312   15 years vboxsync Fixed loading/saving of cpuid
(edit) @24311   15 years vboxsync VBoxGuestR3LibCredentials.cpp: File header, use RT_ZERO(), deal with …
(edit) @24310   15 years vboxsync Allow multiple cpuid leafs
(edit) @24309   15 years vboxsync Only need space for 10 leafs
(edit) @24307   15 years vboxsync Include --cpuid in the help
(edit) @24306   15 years vboxsync VBoxGuestR3Lib: Fixes for memory (de)allocation in host version …
(edit) @24305   15 years vboxsync Added --cpuid option
(edit) @24304   15 years vboxsync FE/Qt4: xtracker 3225: ACPI shutdown wasn't disabled in the shutdown …
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