VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4689   17 years vboxsync ring-3 chunk mappings (in progress).
(edit) @4688   17 years vboxsync MM_TAG_PGM_CHUNK_MAPPING.
(edit) @4687   17 years vboxsync Added RTAvllU32*. Applied enumeration fixes for non-unique tree. …
(edit) @4686   17 years vboxsync Adjusted timeout. VBoxGuest used to wait 10 times longer than it should.
(edit) @4685   17 years vboxsync Sample number added for guest statistics
(edit) @4684   17 years vboxsync Removed some CLIs that're no longer needed. Also straighted out a …
(edit) @4683   17 years vboxsync warnings
(edit) @4682   17 years vboxsync Fixed video modes 4 and 5. Address calculations weren't taking word …
(edit) @4681   17 years vboxsync fixed builds
(edit) @4680   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysGCPtr2GCPhys + PGMPhysGCPhys2CCPtr + …
(edit) @4679   17 years vboxsync Corrected PGMPhysGCPtr2GCPhys to respect the page offset.
(edit) @4678   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysReadGCPtr.
(edit) @4677   17 years vboxsync Compile fix
(edit) @4676   17 years vboxsync More precise minimum guest VRAM measurement.
(edit) @4675   17 years vboxsync Fixed wraparound
(edit) @4674   17 years vboxsync FreeBSD is also in need of gcc helpers.
(edit) @4673   17 years vboxsync Use a different allocation method
(edit) @4672   17 years vboxsync fixed inverted assertion.
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4670   17 years vboxsync Eliminated one MMPhysGCPhys2HCVirt user.
(edit) @4669   17 years vboxsync include LIB_REM on most elf and macho systems.
(edit) @4668   17 years vboxsync Removed MMPhysGCVirt2HCVirt.
(edit) @4667   17 years vboxsync Updates
(edit) @4666   17 years vboxsync Disabled annoying assertion (still @todo)
(edit) @4665   17 years vboxsync Moved some of the odd address conversion routines to PGMR3Dbg just to …
(edit) @4664   17 years vboxsync Bugfix
(edit) @4663   17 years vboxsync Enable management extensions
(edit) @4661   17 years vboxsync Use poll for the host serial port driver to reduce cpu useage.
(edit) @4660   17 years vboxsync Cleanup
(edit) @4659   17 years vboxsync Allow static and runtime changes of memory balloon and stat interval …
(edit) @4658   17 years vboxsync Layout
(edit) @4657   17 years vboxsync Update
(edit) @4656   17 years vboxsync Display memory balloon and statistics interval settings
(edit) @4655   17 years vboxsync Enabled guest setting saving to snapshot tree again
(edit) @4654   17 years vboxsync Add Guest element to snapshot type
(edit) @4653   17 years vboxsync Broke snapshots
(edit) @4652   17 years vboxsync correction
(edit) @4651   17 years vboxsync cleanup
(edit) @4650   17 years vboxsync Update
(edit) @4649   17 years vboxsync showvminfo -statistics
(edit) @4648   17 years vboxsync Save guest settings in snapshot tree
(edit) @4647   17 years vboxsync Completed statistic query
(edit) @4646   17 years vboxsync Added maximum stat value
(edit) @4645   17 years vboxsync completed the -brdevN lanX code.
(edit) @4644   17 years vboxsync OS/2 hif support. the parsing of a couple of network arguments.
(edit) @4643   17 years vboxsync A couple of fixes.
(edit) @4642   17 years vboxsync Compilable TAP driver for OS/2.
(edit) @4641   17 years vboxsync a review todo
(edit) @4640   17 years vboxsync warning
(edit) @4639   17 years vboxsync warning
(edit) @4638   17 years vboxsync RTR3Init is really only for debug mode... fixed it for OS/2.
(edit) @4637   17 years vboxsync most RT_OS_LINUX -> VBOXSDL_WITH_X11. On e OS/2 workaround.
(edit) @4636   17 years vboxsync Fixed bug in rtPathUserHomeByEnv.
(edit) @4634   17 years vboxsync Don't use TCPV40HDRS.
(edit) @4632   17 years vboxsync don't try call USBClientResponseCallback unless we're building with …
(edit) @4628   17 years vboxsync fetch the glibidl stuff on OS/2 automagically.
(edit) @4625   17 years vboxsync Forgot this USE_PDMTHREAD usage.
(edit) @4624   17 years vboxsync The USE_PDMTHREAD stuff seems to work fine, dropped the old code.
(edit) @4623   17 years vboxsync file header
(edit) @4622   17 years vboxsync FreeBSD if_pcn fixes: - pci subsystem id and subsystem vendor id BCR …
(edit) @4621   17 years vboxsync pgmPhysCacheAdd doesn't look like it's SMP safe, at least I got a …
(edit) @4620   17 years vboxsync The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) …
(edit) @4616   17 years vboxsync Ditto for REM(R3)NotifyHandlerPhysicalDeregister.
(edit) @4615   17 years vboxsync REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, …
(edit) @4614   17 years vboxsync Don't bother about unresolved externals in fake mode. And please, do …
(edit) @4612   17 years vboxsync Implemented ballooning on the guest side. (completely untested and …
(edit) @4611   17 years vboxsync Updates
(edit) @4610   17 years vboxsync Fix
(edit) @4609   17 years vboxsync Updates
(edit) @4608   17 years vboxsync Missing stat
(edit) @4607   17 years vboxsync Correction
(edit) @4606   17 years vboxsync Round up
(edit) @4605   17 years vboxsync Round up
(edit) @4604   17 years vboxsync Corrections
(edit) @4603   17 years vboxsync another small fix, thx Ronny Standtke
(edit) @4602   17 years vboxsync Formatting
(edit) @4601   17 years vboxsync some German nls fixes after reports from users
(edit) @4599   17 years vboxsync More logging
(edit) @4598   17 years vboxsync Only check for vmx root mode for 64 bits hosts.
(edit) @4597   17 years vboxsync Logging updates
(edit) @4596   17 years vboxsync License key file only on Linux
(edit) @4595   17 years vboxsync Export
(edit) @4594   17 years vboxsync Split up stats & memory balloon management
(edit) @4593   17 years vboxsync Don't modify the X86_CR4_VMXE flag.
(edit) @4592   17 years vboxsync Give up earlier, esp. if we're not the EMT - just had EMT in a HLT …
(edit) @4591   17 years vboxsync PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the …
(edit) @4590   17 years vboxsync actually enable the GUI PUEL check
(edit) @4589   17 years vboxsync not for OSE
(edit) @4588   17 years vboxsync AssertRC(rc) == Assert(RT_SUCCESS(rc)) + NOREF(rc) + better message.
(edit) @4586   17 years vboxsync added License.html to Linux packages
(edit) @4585   17 years vboxsync Update
(edit) @4584   17 years vboxsync bin/VirtualBox predepends License-n.n.html
(edit) @4582   17 years vboxsync Sergey: change License file format to License-n.n.html
(edit) @4581   17 years vboxsync Corrected logging
(edit) @4580   17 years vboxsync todo added
(edit) @4579   17 years vboxsync Updates
(edit) @4578   17 years vboxsync Update
(edit) @4577   17 years vboxsync Corrections
(edit) @4576   17 years vboxsync compile fix
(edit) @4575   17 years vboxsync Updates
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