VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(edit) @529   18 years vboxsync Fixed bug in LogRelIt in C99/AMD64 mode.
(edit) @528   18 years vboxsync forgot to commit one alignment fix.
(edit) @527   18 years vboxsync Alignment fixes.
(edit) @526   18 years vboxsync Alignment fixes.
(edit) @525   18 years vboxsync VM_GUEST_ADDR isn't the right macro for converting the pPciBusHC into …
(edit) @524   18 years vboxsync nice typo :)
(edit) @523   18 years vboxsync use the SDL-provided default bpp if there is one
(edit) @522   18 years vboxsync timer-based SDL window resize like FE/Qt (more reliable, also works …
(edit) @521   18 years vboxsync cosmetical fixes
(edit) @520   18 years vboxsync 64-bit alignment.
(edit) @519   18 years vboxsync disabled two HC pointer size assertions that are probably invalid.
(edit) @518   18 years vboxsync 64-bit alignment in CSAM.
(edit) @517   18 years vboxsync More VRDP clipboard code
(edit) @516   18 years vboxsync perform guest resize operations only once when the mouse button was …
(edit) @515   18 years vboxsync Possibly dangerous change: stop monitoring IDT patch pages when too …
(edit) @514   18 years vboxsync Main: Fixed the assertion unexpectedly popping up when creating a …
(edit) @513   18 years vboxsync Less restricted assertion
(edit) @512   18 years vboxsync removed test code
(edit) @511   18 years vboxsync Logging
(edit) @510   18 years vboxsync Fixed the VBVA buffer overwrite in the Linux guest video driver.
(edit) @509   18 years vboxsync Corrected comment
(edit) @508   18 years vboxsync Added todo
(edit) @507   18 years vboxsync TAP Update
(edit) @506   18 years vboxsync TAP update
(edit) @505   18 years vboxsync TAP update
(edit) @504   18 years vboxsync FE/Qt: Fixed spelling and order in the USB Filter UI.
(edit) @503   18 years vboxsync 'RTStrmPrintf(g_pStdErr,...) doesn't compile on Windows
(edit) @502   18 years vboxsync When installing Windows guest video driver, set the hardware …
(edit) @501   18 years vboxsync FE/SDL: Printf to stderr on runtime error as long as we don't have a …
(edit) @500   18 years vboxsync Logging update
(edit) @499   18 years vboxsync Queue depth of 8 is too much. 4 yields better results.
(edit) @498   18 years vboxsync Another update
(edit) @497   18 years vboxsync Update. Rather useless to monitor the receive ring descriptors.
(edit) @496   18 years vboxsync Updated no polling code path.
(edit) @495   18 years vboxsync Additions installers are not OSE
(edit) @494   18 years vboxsync Our change was contained in the upstream (slightly different: …
(edit) @493   18 years vboxsync Changed printfs to Logs in DevVGA
(edit) @492   18 years vboxsync 64-bit alignment. Klaus, could you quickly verify that I didn't break …
(edit) @491   18 years vboxsync 64-bit alignment.
(edit) @490   18 years vboxsync 64-bit alignment.
(edit) @489   18 years vboxsync 64-bit alignment.
(edit) @488   18 years vboxsync fixed bustage.
(edit) @487   18 years vboxsync 64-bit Alignment.
(edit) @486   18 years vboxsync 64-bit alignment.
(edit) @485   18 years vboxsync 64-bit alignment.
(edit) @484   18 years vboxsync 64-bit alignment.
(edit) @483   18 years vboxsync 64-bit alignment.
(edit) @482   18 years vboxsync 64-bit alignment. HCPTRTYPE -> R3PTRTYPE. And an question for Frank.
(edit) @481   18 years vboxsync 64-bit alignment.
(edit) @480   18 years vboxsync Better alignment.
(edit) @479   18 years vboxsync pDevHlpR0 is now declared correctly.
(edit) @478   18 years vboxsync upstream: set TCP_NODELAY option
(edit) @477   18 years vboxsync 64-bit alignment.
(edit) @476   18 years vboxsync 64-bit alignment.
(edit) @475   18 years vboxsync Ring-3 callbacks.
(edit) @474   18 years vboxsync file description
(edit) @473   18 years vboxsync several small fixes merged from upstream
(edit) @472   18 years vboxsync updated precompiled objects
(edit) @471   18 years vboxsync Suspend the VM if an iSCSI target is down.
(edit) @470   18 years vboxsync Main/Frontends: Changed all interface attributes and method parameters …
(edit) @469   18 years vboxsync Main/XIDL: Added support for the @mod attribute (with 'ptr' the only …
(edit) @468   18 years vboxsync Moved rdtsc emulation into EM.
(edit) @467   18 years vboxsync ETIMEDOUT is actually NET. Try "telnet 2.2.2.2" and wait a while…
(edit) @466   18 years vboxsync Corrected sysenter/exit handling.
(edit) @465   18 years vboxsync Added code to emulate rdtsc in the guest context. (disabled)
(edit) @464   18 years vboxsync Renamed CR4 masks
(edit) @463   18 years vboxsync log causes for SSM load config mismatch to release log
(edit) @462   18 years vboxsync Current implementation of -lun is abit hackish…
(edit) @461   18 years vboxsync fixed warning (and probably a misinterpretation)
(edit) @460   18 years vboxsync Fixed string to number function documentation.
(edit) @459   18 years vboxsync Fixed encoded LUN parsing for iSCSI config and added human-readable …
(edit) @458   18 years vboxsync should be an undocumented option otherwise end users will think they …
(edit) @457   18 years vboxsync alignment.
(edit) @456   18 years vboxsync Don't crash if a key is pressed before everything is initialized. …
(edit) @455   18 years vboxsync Annoying assertion.
(edit) @454   18 years vboxsync Aligned PGMPOOL and PGMPOOLPAGE.
(edit) @453   18 years vboxsync AMD64: Check CFGM option PATMEnabled before enabling PATM.
(edit) @452   18 years vboxsync Check CFGM option CSAMEnabled before enabling CSAM.
(edit) @451   18 years vboxsync drop the AMD64 protection.
(edit) @450   18 years vboxsync Don't use an offset based AVL tree for symbols.
(edit) @449   18 years vboxsync RTAvlrGCPtr*
(edit) @448   18 years vboxsync Drop the AMD64 assertions.
(edit) @447   18 years vboxsync Support 'VBoxInternal/Value' overlays.
(edit) @446   18 years vboxsync Added configuration option GetHostTimeDisabled (boolean).
(edit) @445   18 years vboxsync New argument: -warpdrive <2..20000>
(edit) @444   18 years vboxsync Exposed the TMVirtualSet/GetWarpDrive API in the IMachineDebugger …
(edit) @443   18 years vboxsync Implemented Warp drive. This can be configured using the …
(edit) @442   18 years vboxsync comments.
(edit) @441   18 years vboxsync FE/Qt: Disabled VRDP UI when IMachine::VRDPServer is not available …
(edit) @440   18 years vboxsync FE/Qt: Fixed spelling.
(edit) @439   18 years vboxsync FE/Qt: Applied the fix to avoid unconditional switching to the primary …
(edit) @438   18 years vboxsync FE/Qt: Enabled USB device activity function (doesn't actually work yet …
(edit) @437   18 years vboxsync Main: Fixed compiler warnings.
(edit) @436   18 years vboxsync Main: Added USBDevice to the DeviceType enum to provide USB device …
(edit) @435   18 years vboxsync FE/SDL: don't pass mouse clicks to the guest in relative mode if mouse …
(edit) @434   18 years vboxsync fixed imul/idiv for msc
(edit) @433   18 years vboxsync Fixed IDE for OpenSolaris 10.
(edit) @432   18 years vboxsync argument order fixed
(edit) @431   18 years vboxsync Log the video mode hint only when it is actually delivered to the guest.
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