VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9751   17 years vboxsync FE/Qt4: Use QIWidthRetranslateUI at all places.
(edit) @9750   17 years vboxsync Backed out 32074 for now. (regressions)
(edit) @9749   17 years vboxsync spaces
(edit) @9748   17 years vboxsync Solaris additions installer: 64-bit changes.
(edit) @9747   17 years vboxsync Logging update
(edit) @9746   17 years vboxsync Solaris installer minor changes (syntax and comment)
(edit) @9745   17 years vboxsync Enabled 64 bits mov instruction emulation.
(edit) @9744   17 years vboxsync Opps, left some @todos behind.
(edit) @9743   17 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9742   17 years vboxsync Added a todo.
(edit) @9741   17 years vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9740   17 years vboxsync missing assertion.
(edit) @9739   17 years vboxsync typo.
(edit) @9738   17 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9737   17 years vboxsync build fix.
(edit) @9736   17 years vboxsync pass a UUID string instead of a structure.
(edit) @9735   17 years vboxsync INTNET: ring-0 trunk interfaces.
(edit) @9734   17 years vboxsync Extended the interface with backends to support time stamps and …
(edit) @9733   17 years vboxsync small fix
(edit) @9732   17 years vboxsync gdtr and idtr were cut off.
(edit) @9731   17 years vboxsync And again
(edit) @9730   17 years vboxsync Bugfix
(edit) @9729   17 years vboxsync Backed out 32068 - see comment #163 in bug #2664.
(edit) @9728   17 years vboxsync Main: load the new hgcm service (SharedInfoService) for providing a …
(edit) @9727   17 years vboxsync HostServices: added a new service (SharedInfoService) to provide a …
(edit) @9726   17 years vboxsync Deal with long mode related changes to EFER, CR0 & CR4
(edit) @9725   17 years vboxsync Ignore MSR_K6_EFER_LMA
(edit) @9724   17 years vboxsync EFER updates implemented for wrmsr
(edit) @9723   17 years vboxsync Runtime: added strtonum.cpp to the mini-runtime
(edit) @9722   17 years vboxsync Enabled rd/wrmsr emulation
(edit) @9721   17 years vboxsync Comment
(edit) @9720   17 years vboxsync Emulate rdmsr & wrmsr. Note that Intel mentions a (slightly different) …
(edit) @9719   17 years vboxsync Accidental commit
(edit) @9718   17 years vboxsync Single instruction emulation for rd/wrmsr
(edit) @9717   17 years vboxsync Logging updates
(edit) @9716   17 years vboxsync FE/Qt4: Cosmetics (similarity).
(edit) @9715   17 years vboxsync iUser should be 16 bits of course
(edit) @9714   17 years vboxsync Zero out high dword of rsp as well.
(edit) @9713   17 years vboxsync More eip -> rip changes.
(edit) @9712   17 years vboxsync Logging change
(edit) @9711   17 years vboxsync Wrong assertion. There's a raw mode with PAE now.
(edit) @9710   17 years vboxsync doxygen.
(edit) @9709   17 years vboxsync play safe.
(edit) @9708   17 years vboxsync Use RIP everywhere
(edit) @9707   17 years vboxsync Not needed anymore
(edit) @9706   17 years vboxsync disCoreOne needs to catch exceptions in ring 3!!!
(edit) @9705   17 years vboxsync Main/hgcm: fixed a segfault affecting services with no client data
(edit) @9704   17 years vboxsync No limit checks in 64 bits mode
(edit) @9703   17 years vboxsync Main/Settings: Throw LogicError only when there is no error message.
(edit) @9702   17 years vboxsync Main/Settings: Don't add a wrong lastStateChange attribute value.
(edit) @9701   17 years vboxsync Fixed mask issues in 64 bits mode
(edit) @9700   17 years vboxsync Fixed several problems for 64 bits code disassembly
(edit) @9699   17 years vboxsync 64 bits paging updates (page pool)
(edit) @9698   17 years vboxsync build fix
(edit) @9697   17 years vboxsync Added NET_FLT_DRV, NET_TAP_DRV, SUP_DRV, USB_DRV and USB_FILTER.
(edit) @9696   17 years vboxsync INST_VBOXNETFLT and INST_VBOXNETTAP (darwin).
(edit) @9695   17 years vboxsync SUPDRV: Sketched out a component management interface and the generic …
(edit) @9694   17 years vboxsync typos.
(edit) @9693   17 years vboxsync VMI BIOS stubs
(edit) @9692   17 years vboxsync Partly backed out previous changeset
(edit) @9691   17 years vboxsync Missing update
(edit) @9690   17 years vboxsync Paging updates for amd64.
(edit) @9689   17 years vboxsync Logging update
(edit) @9688   17 years vboxsync FE/Qt4: Use QIMainDialog instead of QDialog as base class for the …
(edit) @9687   17 years vboxsync Pop up a guru meditation in case of a ring 0 assertion …
(edit) @9686   17 years vboxsync Logging updates
(edit) @9685   17 years vboxsync Always sync PML4E & PDPE.
(edit) @9684   17 years vboxsync Correction
(edit) @9683   17 years vboxsync Missign header update
(edit) @9682   17 years vboxsync Long mode paging updates
(edit) @9681   17 years vboxsync Guest Additions: INF- and CAT-File processing for 64bit compilation.
(edit) @9680   17 years vboxsync VBoxGINA: Fix for 64bit compilation.
(edit) @9679   17 years vboxsync SELMToFlatBySelEx not used in our ring 0 module.
(edit) @9678   17 years vboxsync Rewrote SELMToFlatEx for long mode.
(edit) @9677   17 years vboxsync FE/Qt4: Removed the questionable QLivePointer class.
(edit) @9676   17 years vboxsync Correction
(edit) @9675   17 years vboxsync General cleanup of SELMToFlat.
(edit) @9674   17 years vboxsync FE/Qt4: Use QIDialogButtonBox and fixed a bug for the warning label.
(edit) @9673   17 years vboxsync Spaces
(edit) @9672   17 years vboxsync Solaris vboxvfs: more untested code.
(edit) @9671   17 years vboxsync configure: allow the user to specify the QT4 directory
(edit) @9670   17 years vboxsync L4 doesn't currently build anyway
(edit) @9669   17 years vboxsync warnings
(edit) @9668   17 years vboxsync small fix
(edit) @9667   17 years vboxsync Changed the u1Long output from R=%d to L=%d (non-system descriptors only).
(edit) @9666   17 years vboxsync Simplified the test for whether QT4 is enabled by default or not.
(edit) @9665   17 years vboxsync Both win.x86 and win.amd64 should look for qt/v4*.
(edit) @9664   17 years vboxsync Added some hints to the NOINST stuff when signing, and a few todos.
(edit) @9663   17 years vboxsync Some 64 bits instruction emulation updates
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9661   17 years vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(edit) @9660   17 years vboxsync Correction
(edit) @9659   17 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   17 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9657   17 years vboxsync Missing u1Reserved->u1Long
(edit) @9656   17 years vboxsync Changed u1Reserved to u1Long in the selector attributes field.
(edit) @9655   17 years vboxsync Comment added
(edit) @9654   17 years vboxsync FE/Qt4: Exported to OSE. Some code style updates.
(edit) @9653   17 years vboxsync Added comments
(edit) @9652   17 years vboxsync gcc-3.2 workaround
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