VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
(edit) @9410   17 years vboxsync Missing update
(edit) @9409   17 years vboxsync Probably caused the testbox failures.
(edit) @9408   17 years vboxsync Add async trasnport driver for every OS
(edit) @9407   17 years vboxsync HWACCM updates.
(edit) @9406   17 years vboxsync darwin build fix
(edit) @9405   17 years vboxsync enable VBOX_WITH_64_BITS_GUESTS for Darwin
(edit) @9404   17 years vboxsync FE/Qt4: Added some space between the info panels of the VDM.
(edit) @9402   17 years vboxsync FE/Qt4: Forgot one header file.
(edit) @9401   17 years vboxsync FE/Qt4: Some updates to the COM wrapper for Qt4.
(edit) @9399   17 years vboxsync recompiler Mac build fix
(edit) @9398   17 years vboxsync compile fix
(edit) @9397   17 years vboxsync attempt to fix the 64-bit Linux box
(edit) @9395   17 years vboxsync fixed more places with incorrect descriptor base address calculation
(edit) @9394   17 years vboxsync fix incorrect selector calculation
(edit) @9393   17 years vboxsync workaround for missing dependency to GC_ARCH_BITS
(edit) @9392   17 years vboxsync FE/Qt4: typo
(edit) @9391   17 years vboxsync FE/Qt4: Start dragging not on clicking but on mouse move first.
(edit) @9389   17 years vboxsync 64-bit GC on 32-bit HC fix
(edit) @9388   17 years vboxsync 32-bit GC fix
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9386   17 years vboxsync FE/Qt4: Renamed QIRichLabel to QILabel. From now QAbstractWizard uses …
(edit) @9385   17 years vboxsync Backed out some of the changes. Broke VT-x
(edit) @9384   17 years vboxsync Compile fix
(edit) @9383   17 years vboxsync VT-x/AMD-V updates for 64 bits guests
(edit) @9382   17 years vboxsync FE/Qt4: Initial version of the ported QIRichLabel class.
(edit) @9381   17 years vboxsync FE/Qt4: Remove that unnecessary header file. It pulls in wrong defines …
(edit) @9380   17 years vboxsync Wrote a quick summary of CPUM for doxygen. Use UTINTxx_C(). Adjusted …
(edit) @9379   17 years vboxsync PVMGC -> PVMRC
(edit) @9378   17 years vboxsync fixed openssl 0.9.8h include path
(edit) @9377   17 years vboxsync our modifications to openssl 0.9.8h
(edit) @9375   17 years vboxsync Use another define to actually enable 64 bits guest support. Long mode …
(edit) @9373   17 years vboxsync Frontends/VirtualBox: more updates to French
(edit) @9372   17 years vboxsync fixed assertion, wonder if that helps the rhel3 gcc SIGSEGV.
(edit) @9371   17 years vboxsync quick reorg.
(edit) @9370   17 years vboxsync comment.
(edit) @9369   17 years vboxsync comment.
(edit) @9368   17 years vboxsync RTCpuSetIsEqual
(edit) @9366   17 years vboxsync New timer code for linux - untested and unused atm.
(edit) @9365   17 years vboxsync moved NTICK_NSEC close to the other jiffie stuff.
(edit) @9364   17 years vboxsync FE/Qt: Fixed: Guest OS Type was shown as an ID in the session …
(edit) @9363   17 years vboxsync FE/Qt: NLS: Updated Russian translation for 1.6.2.
(edit) @9362   17 years vboxsync Main: Renamed "innotek VirtualBox Type Library" to "VirtualBox Type …
(edit) @9361   17 years vboxsync Main: Build fix after r31580.
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @9358   17 years vboxsync More fun.
(edit) @9357   17 years vboxsync #include <limits.h>; this should drag in NAME_MAX whether even if it's …
(edit) @9356   17 years vboxsync Fe/Qt4: Network VMSettings (linux part) ported into qt4. Win part to …
(edit) @9355   17 years vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9353   17 years vboxsync Accidental commit
(edit) @9352   17 years vboxsync Added missing pTimer->iTick++.
(edit) @9351   17 years vboxsync temporarily remove openssl 0.9.8h again
(edit) @9350   17 years vboxsync Automatic cast is wrong
(edit) @9349   17 years vboxsync More type fixes for GC execution.
(edit) @9347   17 years vboxsync Cosmetics.
(edit) @9346   17 years vboxsync gcc don't allow casting 64-bit integer to a 32-bit pointer, so cast …
(edit) @9345   17 years vboxsync String format
(edit) @9344   17 years vboxsync Types and string format specifiers.
(edit) @9343   17 years vboxsync FE/Qt4-OSX: Reverted cause this feature seems available since Qt4.4 only.
(edit) @9342   17 years vboxsync Corrected the array index.
(edit) @9341   17 years vboxsync Format specifiers again…
(edit) @9340   17 years vboxsync Only negate the displacement if it's an offset. A full address is …
(edit) @9339   17 years vboxsync FE/Qt4-OSX: No icons in the menu of a mac application.
(edit) @9338   17 years vboxsync comments
(edit) @9337   17 years vboxsync re-enable openssl 0.9.8h for Windows
(edit) @9336   17 years vboxsync oops, left at stdint.h include in there.
(edit) @9335   17 years vboxsync Another UINT32_C() case.
(edit) @9334   17 years vboxsync Extended the testcase a bit.
(edit) @9333   17 years vboxsync More UINT32_C() mess.
(edit) @9332   17 years vboxsync Must make sure UINT32_C() and friends are defined when stdint.h might …
(edit) @9331   17 years vboxsync Use PCI config register setters.
(edit) @9330   17 years vboxsync More PCI config register setters.
(edit) @9329   17 years vboxsync Some cleanup; mainly adding some missing spaces and correcting the …
(edit) @9328   17 years vboxsync typos.
(edit) @9327   17 years vboxsync typos.
(edit) @9326   17 years vboxsync Some cleanup. Added a todo in dsp_read about non-byte reads.
(edit) @9325   17 years vboxsync windows not yet
(edit) @9324   17 years vboxsync Added CFGMR3QueryUInt, CFGMR3QueryUIntDef, CFGMR3QuerySInt and …
(edit) @9323   17 years vboxsync Adjusted the CFGM design notes a bit.
(edit) @9322   17 years vboxsync Adjusted the CFGM design notes a bit.
(edit) @9321   17 years vboxsync Added CFGM methods taking default values for the …
(edit) @9320   17 years vboxsync try openssl 0.9.8h on more architectures
(edit) @9319   17 years vboxsync openssl 0.9.8h, next try
(edit) @9318   17 years vboxsync Use the-solaris-kernel.h.
(edit) @9317   17 years vboxsync NOREF(pvOS);
(edit) @9316   17 years vboxsync build fixes.
(edit) @9315   17 years vboxsync r0drv/solaris/mpnotification-r0drv-solaris.cpp -> …
(edit) @9314   17 years vboxsync mpnotification-r0drv.cpp -> mpnotification-r0drv.c
(edit) @9313   17 years vboxsync NOTIFY_DONE.
(edit) @9312   17 years vboxsync include notifier for RTMpNotification*.
(edit) @9311   17 years vboxsync props
(edit) @9310   17 years vboxsync Frontends/VirtualBox: more fixes to the French translation
(edit) @9309   17 years vboxsync Added RTMpNotificationRegister/Deregister that provides notification …
(edit) @9308   17 years vboxsync Comment.
(edit) @9307   17 years vboxsync update testcase
(edit) @9306   17 years vboxsync compile fix
(edit) @9305   17 years vboxsync not yet
(edit) @9304   17 years vboxsync FE/Qt4: Add help shortcut the the console window.
(edit) @9303   17 years vboxsync Signed/unsigned mismatch. More string format specifiers
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