VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @479   18 years vboxsync pDevHlpR0 is now declared correctly.
(edit) @478   18 years vboxsync upstream: set TCP_NODELAY option
(edit) @474   18 years vboxsync file description
(edit) @473   18 years vboxsync several small fixes merged from upstream
(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) @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) @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) @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.
(edit) @430   18 years vboxsync The VBVA command record must be marked as partial when it is being created.
(edit) @429   18 years vboxsync Last minute breakage.
(edit) @428   18 years vboxsync Update definitions.
(edit) @427   18 years vboxsync Suspend (and later redo) I/O operations and EMT if the VDI layer …
(edit) @426   18 years vboxsync Fixed the fix to the additions installer
(edit) @425   18 years vboxsync modifyvdi settype doesn't currently work
(edit) @424   18 years vboxsync Not ~15h.
(edit) @423   18 years vboxsync Made sure that the Linux kernel modules get the right major and minor …
(edit) @422   18 years vboxsync Assertion details.
(edit) @421   18 years vboxsync Stop GCC4 from being 'clever'.
(edit) @420   18 years vboxsync Don't trust the compiler to give us the right return address address …
(edit) @419   18 years vboxsync Removed the NO_SUPCALLR0VMM for AMD64 and added a hack to sqeeze AMD64 …
(edit) @418   18 years vboxsync swapgs on AMD64 entry.
(edit) @417   18 years vboxsync the thunks aren't needed.
(edit) @415   18 years vboxsync Fixing interrupt dispatching on amd64.
(edit) @414   18 years vboxsync Fixed a number of edx/rdx and ebx/rbx mixes. Fixed saving of host DRx …
(edit) @413   18 years vboxsync A frontend must not lock framebuffer on the thread that also does resizing.
(edit) @412   18 years vboxsync Reset the update event in proper place (similar to r17824, r17825).
(edit) @411   18 years vboxsync Additional Linux installer makefile fixes
(edit) @410   18 years vboxsync added missing include to unbreak module compilation
(edit) @409   18 years vboxsync added missing include to unbreak module compilation
(edit) @408   18 years vboxsync RTThreadSelf() -> RTThreadNativeSelf() for Ring-0.
(edit) @407   18 years vboxsync Another try…
(edit) @406   18 years vboxsync Fail the testcase if SUPCallVMMR0 fails.
(edit) @405   18 years vboxsync We're better off using the generic timer implementation on darwin. I …
(edit) @404   18 years vboxsync a shot at that apologetic gcc error on amd64…
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @402   18 years vboxsync Added missing RTDECL so it'll compile cleanly in Ring-0 on NT where …
(edit) @400   18 years vboxsync fixed
(edit) @399   18 years vboxsync fixed
(edit) @398   18 years vboxsync oops.
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @396   18 years vboxsync fixed 3 short jumps for nasm.
(edit) @395   18 years vboxsync Log allocation failures.
(edit) @394   18 years vboxsync Use the vm_map_wire mode as it appears to be kinder to heap consumption.
(edit) @393   18 years vboxsync Duh. my bug - a horrible memory leak.
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @391   18 years vboxsync .cpp -> .c
(edit) @390   18 years vboxsync iprt/process.h
(edit) @389   18 years vboxsync process-r0drv-linux.c needs building too..
(edit) @388   18 years vboxsync .cpp -> .c
(edit) @387   18 years vboxsync Use RTR0ProcHandleSelf / RTProcSelf. Implemented clientDied() cleanup …
(edit) @386   18 years vboxsync Free the last failure.
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @384   18 years vboxsync early commit.
(edit) @383   18 years vboxsync added VDI compacting
(edit) @382   18 years vboxsync export to OSE again
(edit) @381   18 years vboxsync undo experiment
(edit) @380   18 years vboxsync export to OSE again
(edit) @379   18 years vboxsync removed from OSD (temporarily)
(edit) @378   18 years vboxsync client/provider stuff (not complete). And some bugfixes.
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