VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @13810   16 years vboxsync posix
(edit) @13809   16 years vboxsync posix
(edit) @13808   16 years vboxsync -Wno-sign-compare for slirp
(edit) @13807   16 years vboxsync activated ipcd security checks
(edit) @13806   16 years vboxsync in the template, not the Makefile
(edit) @13805   16 years vboxsync dl and pthread are explicitely required
(edit) @13804   16 years vboxsync FE/Qt4: X11 library explicitely required
(edit) @13803   16 years vboxsync warning
(edit) @13802   16 years vboxsync legacy
(edit) @13801   16 years vboxsync RPATH/ORIGIN for VBoxREM
(edit) @13800   16 years vboxsync HWACCMIsEnabled(a) -> HWACCMIsEnabled(pVM)
(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) @13794   16 years vboxsync Config.kmk: VBOX_SINGLE_MAKEFILE is now enabled by default.
(edit) @13793   16 years vboxsync VBoxREMImp HACK note.
(edit) @13792   16 years vboxsync Refined the VBoxREMImp.so/dylib hack: Installing it to PATH_LIB …
(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) @13788   16 years vboxsync added (still disabled) code for additional security checks in …
(edit) @13787   16 years vboxsync Solaris/VBoxNetFlt: cleanup.
(edit) @13786   16 years vboxsync linux/32 build fix
(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) @13780   16 years vboxsync Guest Properties (HostServices and Main): forgotten header
(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) @13772   16 years vboxsync kBuild r2052 -> r 2055: try detect fakeroot and not spawn threads if …
(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) @13754   16 years vboxsync kBuild 2051 -> 2052: fix missing svn:executable props on windows …
(edit) @13753   16 years vboxsync kBuild 1779 -> 2051. * kBuild: Fixed template expansion bug causing …
(edit) @13752   16 years vboxsync kBuild 2045 -> 1779 (restored after experiment).
(edit) @13751   16 years vboxsync UVM updates
(edit) @13750   16 years vboxsync Alignment
(edit) @13749   16 years vboxsync Some cleanup & updates
(edit) @13748   16 years vboxsync Additions build: ensure that early win64 build failures show proper …
(edit) @13747   16 years vboxsync kBuild 1779 -> 2045 (temporarily).
(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) @13743   16 years vboxsync Comment
(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) @13734   16 years vboxsync Document alignment restrictions for offset and size parameters in the …
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13732   16 years vboxsync Missed ifdefs
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