VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13850   16 years vboxsync Main: fix win burns
(edit) @13849   16 years vboxsync prevent kmk warning
(edit) @13848   16 years vboxsync Main: fix win burns
(edit) @13847   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning by devious means
(edit) @13846   16 years vboxsync HostServices/SharedClipboard: prevent a possible X protocol error in …
(edit) @13845   16 years vboxsync Main: fix win burns
(edit) @13844   16 years vboxsync Main: Added a describeProperty method for querying config …
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13834   16 years vboxsync Some strugging format conversions.
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13831   16 years vboxsync VMM: Retired VM::pVMGCUnused.
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13829   16 years vboxsync build fix
(edit) @13828   16 years vboxsync CPUMR3DisasmInstrCPU: Don't trust MMHyperIsInsideArea if we're not …
(edit) @13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13826   16 years vboxsync VMM: And a couple of left overs. phew.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 years vboxsync VMM: %VRv -> %RRv
(edit) @13821   16 years vboxsync VMM: %VR* inspection
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13817   16 years vboxsync PGMLdr: Pointers are signed, cast the poitner to uintptr_t instead of …
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13815   16 years vboxsync Some RTGCPTR32 cleanup.
(edit) @13814   16 years vboxsync OSE build fix.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13812   16 years vboxsync legacy
(edit) @13811   16 years vboxsync win build fix
(edit) @13808   16 years vboxsync -Wno-sign-compare for slirp
(edit) @13806   16 years vboxsync in the template, not the Makefile
(edit) @13804   16 years vboxsync FE/Qt4: X11 library explicitely required
(edit) @13803   16 years vboxsync warning
(edit) @13799   16 years vboxsync Installer/solaris: += not = when setting up targets.
(edit) @13798   16 years vboxsync VMM: Split out the switcher code from VMM.cpp and into VMMSwitcher.cpp.
(edit) @13797   16 years vboxsync VMMGetCpuId calls VMR3GetVMCPUId in Ring-3…
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13795   16 years vboxsync rdesktop/Makefile: VBOX_PATH_RDESKTOP_SRC
(edit) @13791   16 years vboxsync Moving data around
(edit) @13790   16 years vboxsync Fe/Qt4: Added first systray support (under development, compile with …
(edit) @13789   16 years vboxsync VMM: Ring-0 initializes VM::cCPUs, VMR3CreateVM validates i'ts input …
(edit) @13787   16 years vboxsync Solaris/VBoxNetFlt: cleanup.
(edit) @13785   16 years vboxsync More updates
(edit) @13784   16 years vboxsync Removed some obsolete VM members.
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13781   16 years vboxsync HostServices/GuestProperties: integer type fix
(edit) @13779   16 years vboxsync Recommitted r38734: Guest Properties (HostServices and Main): major …
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13777   16 years vboxsync Solaris/Installer: Typo.
(edit) @13776   16 years vboxsync loop edge checks in delayed deletion loops
(edit) @13775   16 years vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13774   16 years vboxsync warning
(edit) @13773   16 years vboxsync clean one more file
(edit) @13771   16 years vboxsync do {} while (0)
(edit) @13770   16 years vboxsync superflous
(edit) @13769   16 years vboxsync Solaris/VBoxNetFlt: Teardown time race fixes.
(edit) @13768   16 years vboxsync some comments.
(edit) @13767   16 years vboxsync warning
(edit) @13766   16 years vboxsync No need to call RTThreadNativeSelf twice.
(edit) @13765   16 years vboxsync VM request updates for dispatching packets to individual CPU threads.
(edit) @13764   16 years vboxsync EXPORT_SYMBOL must be placed after the function/variable was …
(edit) @13763   16 years vboxsync Backed out 38734
(edit) @13762   16 years vboxsync Backed out 38734.
(edit) @13761   16 years vboxsync Don\t know what that was…
(edit) @13760   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13758   16 years vboxsync The vboxNetFltPortOsIsPromiscuous is a bit vague, refer to the …
(edit) @13757   16 years vboxsync Compile fix
(edit) @13756   16 years vboxsync Compile fixes for the VM request changes.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13751   16 years vboxsync UVM updates
(edit) @13750   16 years vboxsync Alignment
(edit) @13749   16 years vboxsync Some cleanup & updates
(edit) @13746   16 years vboxsync Solaris/VBoxNetFlt: netinfo.
(edit) @13745   16 years vboxsync Assertion/checks changes.
(edit) @13744   16 years vboxsync Initialize all the VM pointers
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13741   16 years vboxsync Bump the max cpu count to 255.
(edit) @13740   16 years vboxsync lock order fixed
(edit) @13739   16 years vboxsync delayed deletion in _poll part of polling
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13737   16 years vboxsync AHCI: Bugfix, use pgm page lock structure and not a pointer to a pgm …
(edit) @13736   16 years vboxsync AHCI: add some statistics for profiling
(edit) @13735   16 years vboxsync AHCI: Fix buffer sizes which are not sector aligned, fixes #3263
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13730   16 years vboxsync Solaris/VBoxNetFlt: netinfo for IPFilter compat. disabled.
(edit) @13729   16 years vboxsync Main: VirtualBoxBaseWithChildrenNEXT: Don't use a separate lock for a …
(edit) @13728   16 years vboxsync Main: HardDiskFormat::COMGETTER(Capabilities): Assert that …
(edit) @13727   16 years vboxsync Enother yet portion of macrofied if/ifndef orgy will finish soon
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