VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14156   17 years vboxsync VMM: Disabled the 32-bit <-> AMD64 switcher that was added recently …
(edit) @14155   17 years vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
(edit) @14154   17 years vboxsync PGM: pGuestPD* -> pGst32BitPd*
(edit) @14153   17 years vboxsync PGM: pGstPaePDPT -> pGstPaePdpt
(edit) @14152   17 years vboxsync PGM: pGstAmd64PML4* -> pGstAmd64Pml4.
(edit) @14151   17 years vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
(edit) @14150   17 years vboxsync PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot
(edit) @14149   17 years vboxsync PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
(edit) @14148   17 years vboxsync PGM: HCPhys32BitPD -> HCPhysShw32BitPD
(edit) @14147   17 years vboxsync #1865: PGM - 32-bit shadown PD pointer converted.
(edit) @14146   17 years vboxsync darwin build fix.
(edit) @14145   17 years vboxsync PGM: Some more uint64_t -> X86union return. (btw. doing this because …
(edit) @14144   17 years vboxsync Linux hostif: added wireless interface detection for shared mac
(edit) @14143   17 years vboxsync Main: Improved hard disk tree lock usage to avoid possible deadlocks …
(edit) @14142   17 years vboxsync Main: BOOL->bool warning.
(edit) @14141   17 years vboxsync PGM: More union returns.
(edit) @14140   17 years vboxsync crOpenGL: moved guest/host parts into right places in source tree, …
(edit) @14139   17 years vboxsync another build fix
(edit) @14138   17 years vboxsync build fix
(edit) @14137   17 years vboxsync order
(edit) @14136   17 years vboxsync build fix.
(edit) @14134   17 years vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14133   17 years vboxsync #1865: final pae change.
(edit) @14132   17 years vboxsync please no DEFS + in Makefiles together with Config.kmk because this …
(edit) @14131   17 years vboxsync PGM: Prevent fixated mappings from crossing a PD boundrary …
(edit) @14130   17 years vboxsync missed header changes
(edit) @14129   17 years vboxsync correct definition and declaration of slirp_register_event
(edit) @14128   17 years vboxsync unique adding to event array, using the widest mask for event catching …
(edit) @14127   17 years vboxsync Solaris/VBoxNetFlt: comments and log.
(edit) @14125   17 years vboxsync netflt: linux.amd64 build fix
(edit) @14123   17 years vboxsync two false positives
(edit) @14122   17 years vboxsync default value for maximum socket entries was initialized asserts was …
(edit) @14121   17 years vboxsync timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
(edit) @14119   17 years vboxsync per polling allocation of event array was replaced by on init …
(edit) @14118   17 years vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14116   17 years vboxsync line continuation fun.
(edit) @14114   17 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14113   17 years vboxsync AHCI: Reduce number of world switches when queuing new requests from …
(edit) @14112   17 years vboxsync Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
(edit) @14110   17 years vboxsync Compile fix
(edit) @14109   17 years vboxsync Implemented NMI injection.
(edit) @14108   17 years vboxsync Added injectnmi option.
(edit) @14107   17 years vboxsync Added InjectNMI method to the MachineDebugger class.
(edit) @14106   17 years vboxsync Added dummy HWACCMR3InjectNMI.
(edit) @14104   17 years vboxsync HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
(edit) @14103   17 years vboxsync #1865: shadow pae, the seventh wave.
(edit) @14102   17 years vboxsync #1865: shadow pae, the sixth bit.
(edit) @14101   17 years vboxsync Use pgmPoolFree.
(edit) @14100   17 years vboxsync win/NetFlt: some VBOXNETFLT_STATIC_CONFIG-related commenting
(edit) @14099   17 years vboxsync #1865: shadow pae, the fifth bit. (removed dead code)
(edit) @14098   17 years vboxsync include .rel on Solaris only for old recompiler
(edit) @14097   17 years vboxsync win/NetFlt: switched to using VBOXNETFLT_STATIC_CONFIG
(edit) @14096   17 years vboxsync #1865: shadow pae, the forth bit. (dead code checks)
(edit) @14095   17 years vboxsync #1865: shadow pae, the third bit.
(edit) @14094   17 years vboxsync #1865: shadow pae, the second bit.
(edit) @14093   17 years vboxsync #1865: shadow pae, the first bit.
(edit) @14092   17 years vboxsync VBOX_OSE is already included in the global cpp flags
(edit) @14091   17 years vboxsync Minor cleanup
(edit) @14090   17 years vboxsync NAT: log the host name and host IP
(edit) @14089   17 years vboxsync unix build fix
(edit) @14088   17 years vboxsync maximum available mask for event catching was added (probably need to …
(edit) @14087   17 years vboxsync More logging
(edit) @14086   17 years vboxsync array of 2 events replaced with 1 because the event array is managed …
(edit) @14085   17 years vboxsync loops for initialization/creation of event array was fixed but wasn't …
(edit) @14084   17 years vboxsync Fix a harmless typo in an #ifdef defining …
(edit) @14083   17 years vboxsync Corrected typos spotted by ispell. I've checked twice I didn't change …
(edit) @14082   17 years vboxsync Must mask off the reference count from the HC physical address
(edit) @14081   17 years vboxsync fixed NLS svn properties
(edit) @14080   17 years vboxsync win warnings
(edit) @14079   17 years vboxsync eol
(edit) @14078   17 years vboxsync fix OSE
(edit) @14077   17 years vboxsync fixed assertion
(edit) @14076   17 years vboxsync warnings
(edit) @14075   17 years vboxsync The 64-bit MSC warning hunt stops for today.
(edit) @14074   17 years vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
(edit) @14072   17 years vboxsync MM: The 64-bit MSC warning hunt continues.
(edit) @14071   17 years vboxsync MM: 64-bit MSC warning hunt.
(edit) @14070   17 years vboxsync CFGM: 64-bit MSC warning hunt.
(edit) @14069   17 years vboxsync alloc-r0drv.cpp: 64-bit MSC warning hunt.
(edit) @14068   17 years vboxsync alloc-r0drv.cpp: 64-bit MSC warning hunt.
(edit) @14067   17 years vboxsync RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER.
(edit) @14066   17 years vboxsync strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
(edit) @14065   17 years vboxsync path-win.cpp: shut up 64-bit MSC warnings.
(edit) @14064   17 years vboxsync fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time).
(edit) @14062   17 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14061   17 years vboxsync IPRT: strformat-vbox.cpp: More 64-bit MSC warnings.
(edit) @14060   17 years vboxsync stream.cpp: shut up 64-bit MSC warning.
(edit) @14059   17 years vboxsync IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent.
(edit) @14058   17 years vboxsync iprt: More 64-bit MSC warnings.
(edit) @14057   17 years vboxsync semspingpong.cpp: shut up 64-bit MSC warning.
(edit) @14056   17 years vboxsync FE/Qt4: Removed some ancient VBOX_GUI_DEBUG stuff.
(edit) @14055   17 years vboxsync zip.cpp: shut up 64-bit MSC warning.
(edit) @14054   17 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14053   17 years vboxsync FE/Qt4: Tray Support: Oops, numbering was missing.
(edit) @14052   17 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   17 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14049   17 years vboxsync ldrELFRelocatable.cpp.h: shut up 64-bit MSC warning.
(edit) @14048   17 years vboxsync md5.cpp: shut up 64-bit MSC warning.
(edit) @14047   17 years vboxsync biossums: fixed warning (64-bit MSC), return 1 not -1 on failure, …
(edit) @14046   17 years vboxsync FE/Qt4: Tray Support: Styling; Reduced the number of VMs per menu to …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette