VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36902   14 years vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36901   14 years vboxsync NAT: Each service should use right ethernet address (see xTracker/5664)
(edit) @36900   14 years vboxsync Main/win/svcmain.cpp: Switch to the user's home directory if VBoxSVC …
(edit) @36899   14 years vboxsync Fix builds with undefined VBOX_WITH_WDDM
(edit) @36898   14 years vboxsync Main/Machine: first draft of method for cloning entire machines
(edit) @36897   14 years vboxsync PGM: work in progress…
(edit) @36896   14 years vboxsync VBoxVideo: fix hangup during boot on windows2000
(edit) @36895   14 years vboxsync Installer/Linux: obsolete dist
(edit) @36894   14 years vboxsync pgmPhysGetRangeAtOrAboveSlow: Use GCPhys instead of pRam->GCPhys.
(edit) @36893   14 years vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36892   14 years vboxsync PGM: Enabled the RAM range TLB.
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36889   14 years vboxsync Installer/Linux: vboxpci adaptions
(edit) @36888   14 years vboxsync Installer/Linux: vboxpci adaptions
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36886   14 years vboxsync svn:ignore
(edit) @36885   14 years vboxsync Linux/installer: vboxpci adaptions
(edit) @36884   14 years vboxsync webservices: removed obsolete code
(edit) @36883   14 years vboxsync webservice: pass octet arrays as base64 strings
(edit) @36881   14 years vboxsync IPRT/tstRTPath: Fixed result / displaying values.
(edit) @36880   14 years vboxsync Additions/common/VBoxService/VBoxServicePipeBuf.cpp: warnings
(edit) @36879   14 years vboxsync IPRT/path-win: Fixed NT4 breakage when using SHGetFolderPathW.
(edit) @36878   14 years vboxsync AHCI: Support access through the index/data register pair from the I/O …
(edit) @36877   14 years vboxsync BIOS: AHCI driver skeleton
(edit) @36876   14 years vboxsync Solaris/VBoxNetFltBow: assertion.
(edit) @36875   14 years vboxsync Solaris/VBoxNetFltBow: free pkts on error.
(edit) @36874   14 years vboxsync Solaris/VBoxNetFltBow: cleanup.
(edit) @36873   14 years vboxsync HostServices/GuestCtrl: Rewritten testcase, now builds by default.
(edit) @36872   14 years vboxsync HostServices/GuestCtrl: Fixed several bugs revealed by upcoming testcase.
(edit) @36871   14 years vboxsync HostDrivers/win: export missing bits
(edit) @36870   14 years vboxsync Devices/HPET: cosmetical nitpicking
(edit) @36868   14 years vboxsync Runtime/common/dvm: export
(edit) @36867   14 years vboxsync Additions/Video: display/miniport drivers
(edit) @36866   14 years vboxsync build fix
(edit) @36865   14 years vboxsync build fix
(edit) @36864   14 years vboxsync tstX86-1: made it work on darwin.
(edit) @36863   14 years vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
(edit) @36862   14 years vboxsync tstX86-1: Testing invalid lock prefix decoding order.
(edit) @36861   14 years vboxsync CPUMSetGuestTR: Awww, shut up.
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36859   14 years vboxsync Solaris/VBoxNetFltBow: activate/quiesce the interface in …
(edit) @36858   14 years vboxsync build fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36856   14 years vboxsync warning
(edit) @36854   14 years vboxsync Installer/linux: 0750 instead of 0640 when creating a directory
(edit) @36853   14 years vboxsync FE/Qt: 5659: 'None' host-combo functionality restored.
(edit) @36851   14 years vboxsync IEM: SHLD, SHRD.
(edit) @36850   14 years vboxsync Additions/solaris: Support 64-bit only Xorg binary releases.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36848   14 years vboxsync Video: display/miniport drivers. (#5464)
(edit) @36847   14 years vboxsync VBoxBallonCtrl: fix event queue processing, change update interval …
(edit) @36846   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36845   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36844   14 years vboxsync IEM: started drilling down to FINIT, but have to change location.
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36842   14 years vboxsync Main/Metrics: Memory leak fixes
(edit) @36841   14 years vboxsync IEM: CMOVcc, JMPF Ep.
(edit) @36840   14 years vboxsync IEM: cpuid, clts, fixes.
(edit) @36839   14 years vboxsync Main/Metrics: Locking revised to prevent lockups on VM shutdown (#5637)
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36836   14 years vboxsync PCI: don't fail on extended caps access, just record
(edit) @36835   14 years vboxsync IEM: pop Ev; fixed the setting of accessed bit.
(edit) @36834   14 years vboxsync IEM: Moved the iemCImpl functions out of IEMAll.cpp and into …
(edit) @36833   14 years vboxsync IEM: Fixed missing RIP advancing when rCX was 0. 'LSS GReg, r/m' …
(edit) @36831   14 years vboxsync build fix
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36828   14 years vboxsync IEM: implemented XLAT, extended the output when hitting a stub.
(edit) @36827   14 years vboxsync iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
(edit) @36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 years vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36824   14 years vboxsync Always optimize IEMAll.cpp.
(edit) @36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36822   14 years vboxsync comment typo.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36818   14 years vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36817   14 years vboxsync Another try
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36814   14 years vboxsync Java XPCOM bridge: cleanup, survive multiple inits
(edit) @36813   14 years vboxsync mac build fix.
(edit) @36812   14 years vboxsync IEM: hlt
(edit) @36810   14 years vboxsync Additions/x11/VBoxClient: drop static libstdc++
(edit) @36809   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36808   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36807   14 years vboxsync Additions/x11/seamless: we can no longer throw exceptions
(edit) @36806   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36805   14 years vboxsync Additions/x11/seamless: yet another STL-vector-in-C
(edit) @36804   14 years vboxsync Additions/x11/VBoxClient: forgot to set a flag
(edit) @36803   14 years vboxsync Additions/x11/seamless: uninitialised variable
(edit) @36802   14 years vboxsync Additions/x11/seamless: extended unit test slightly
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36800   14 years vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36798   14 years vboxsync build fix
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36796   14 years vboxsync Fix FreeBSD host drivers
(edit) @36795   14 years vboxsync IEM: Verify memory writes, fixed bugs found doing so.
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