VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93790   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93787   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93759   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93754   3 years vboxsync IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
(edit) @93752   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93742   3 years vboxsync Disasm,iprt/cdefs.h: clang and arm64 adjustments. bugref:9898
(edit) @93727   3 years vboxsync inlcude/iprt/x86.h: Add some more MSR definitions related to the LBR …
(edit) @93725   3 years vboxsync VMM: More arm64 adjustments. bugref:9898
(edit) @93724   3 years vboxsync SUP: SUPReadTsc for arm. bugref:9898
(edit) @93718   3 years vboxsync VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
(edit) @93716   3 years vboxsync VMM/PGM: Moved the physical handler allocation off the hyper heap and …
(edit) @93715   3 years vboxsync IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow …
(edit) @93712   3 years vboxsync IPRT/hardavl: Basic statistics. bugref:10093
(edit) @93711   3 years vboxsync IPRT/hardavl: Added lookupMatchingOrLarger and …
(edit) @93710   3 years vboxsync IPRT/hardavl: Added RTCHardAvlTreeSlabAllocatorR3_T placeholder for …
(edit) @93709   3 years vboxsync IPRT/hardavl: Added the right-to-left enumerator. Mark methods as …
(edit) @93708   3 years vboxsync include/iprt/message.h: Max out the available bits for the scope, we …
(edit) @93695   3 years vboxsync IPRT/hardavl: Wrap node index reads to try prevent the compiler from …
(edit) @93693   3 years vboxsync IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the …
(edit) @93689   3 years vboxsync IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
(edit) @93688   3 years vboxsync include/iprt/sanitized: treat all files as headers in that directory.
(edit) @93685   3 years vboxsync IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
(edit) @93684   3 years vboxsync IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
(edit) @93672   3 years vboxsync IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093
(edit) @93671   3 years vboxsync IPRT/hardavl: Initial adaption of the old AVL code into something a …
(edit) @93658   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93655   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93651   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93641   3 years vboxsync RunRuntime: bugref:9955: Fixed compilation errors
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93635   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93628   3 years vboxsync VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
(edit) @93620   3 years vboxsync VMM/MMHyper: Removed unused code. bugref:10093
(edit) @93609   3 years vboxsync VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
(edit) @93600   3 years vboxsync VMM: Put dummy function w/ assertion for reserved VMM function table …
(edit) @93598   3 years vboxsync VMM/MM: Removed unused MMR3HCPhys2HCVirt(). bugref:10093
(edit) @93597   3 years vboxsync VMM/MM: Removed now unused MMR3HyperHCVirt2HCPhys(). bugref:10093
(edit) @93596   3 years vboxsync VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget …
(edit) @93595   3 years vboxsync VMM/MM: Removed unused MMR3PageDummyHCPhys & MMR3PageDummyHCPtr …
(edit) @93594   3 years vboxsync VMM: Embedded the zero and mmio-dummy pages into the VM structure and …
(edit) @93593   3 years vboxsync VMM: Embedded the zero and mmio-dummy pages into the VM structure and …
(edit) @93592   3 years vboxsync VMM/MM: Removed some more unused functions. bugref:9517
(edit) @93588   3 years vboxsync Main/Global,FE/Qt: Added OS type for windows server 2022.
(edit) @93577   3 years vboxsync Main/Unattended: The image version is inside the WINDOWS element, not …
(edit) @93560   3 years vboxsync Added emulation of several classic Ethernet adapters.
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93537   3 years vboxsync 3D/VMSVGA: Fix for typos in Windows SDK headers, bugref:9845
(edit) @93520   3 years vboxsync iprt/elf.h: Throw arm64 in with amd64 and use elf64.h. bugref:9898
(edit) @93518   3 years vboxsync vmm/cpum.h: x86 build fix. bugref:9898
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93501   3 years vboxsync IPRT/log: Define LOG_USE_C99 everywhere but on OS/2 and stop …
(edit) @93499   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93495   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93493   3 years vboxsync iprt/formats/wim.h: Changed RESHDRDISKSHORT::off and …
(edit) @93490   3 years vboxsync vmm/dbgf.h: doxygen fix. bugref:10072
(edit) @93489   3 years vboxsync iprt/formats/wim.h: doxygen fix. bugref:9781
(edit) @93488   3 years vboxsync iprt/formats/wim.h: scm fix. bugref:9781
(edit) @93486   3 years vboxsync iprt/formats/wim.h: Oops. bugref:9781
(edit) @93482   3 years vboxsync iprt/formats/wim.h: The WIM header. bugref:9781
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93468   3 years vboxsync VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function …
(edit) @93466   3 years vboxsync Additions: Guest Library: Add interface to query if DRM IPC server …
(edit) @93460   3 years vboxsync Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: …
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93449   3 years vboxsync Main,ExtPacks: Don't like with the VMM anymore, use the function …
(edit) @93448   3 years vboxsync include: build fix (clang). bugref:10074
(edit) @93447   3 years vboxsync include: build fix (gcc 4.7). bugref:10074
(edit) @93446   3 years vboxsync include: build fix (scm). bugref:10074
(edit) @93445   3 years vboxsync include,Main: build fixes. bugref:10074
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93443   3 years vboxsync iprt/cdefs.h: Added checks for RT_RELAXED_CALLBACKS_TYPES before using …
(edit) @93364   3 years vboxsync VBox/ostypes.h: Grab 4-bits of the VBOXOSTYPE value for specifying the …
(edit) @93336   3 years vboxsync VMM: Nested VMX: bugref:10092 Use a separate CR0-fixed-0 define for …
(edit) @93321   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
(edit) @93312   3 years vboxsync CloudNet: ​bugref:9469 Replace local gateway with DrvCloudTunnel. …
(edit) @93296   3 years vboxsync iprt/cdefs.h: Defines for updated VS2019/VC142 compiler. bugref:8489
(edit) @93295   3 years vboxsync IPRT/ldrPE,pecoff.h: Another IMAGE_LOAD_CONFIG_DIRECTORY field.
(edit) @93290   3 years vboxsync VMM: Nested VMX: bugref:10092 Mind the union reporting VMX MSRs.
(edit) @93280   3 years vboxsync iprt/asm.h: Fix code ordering issue visible on big endian architecture …
(edit) @93223   3 years vboxsync VMM: Nested VMX: bugref:10092 When Unrestricted Guest is supported by …
(edit) @93222   3 years vboxsync Addidions: X11: add interface to start VBoxClient --vmsvga, bugref:10134.
(edit) @93221   3 years vboxsync iprt: xrandr: extend amount of dynamically loaded library symbols, …
(edit) @93213   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Reverted r149264. This needs to be …
(edit) @93212   3 years vboxsync VMM: Nested VMX: bugref:10092 Avoid asserting VMX non-root mode in …
(edit) @93198   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Add INVEPT interface.
(edit) @93176   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93137   3 years vboxsync IPRT/nocrt: Fixed nocrt/string.h and added a C++ implementation of strchr.
(edit) @93129   3 years vboxsync include/iprt: Added iprt/nocrt/compiler/watcom.h and made a couple of …
(edit) @93118   3 years vboxsync IPRT/RTIsoMaker: Added an --name-setup-from-import option to better …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93105   3 years vboxsync Main/glue: Added Bstr::startsWith methods.
(edit) @93104   3 years vboxsync IPRT: Implemented RTUtf16NCmp and RTUtf16NCmpUtf8, adding …
(edit) @93103   3 years vboxsync IPRT: Implemented RTUtf16NCmp and RTUtf16NCmpUtf8, adding RTUtf16GetCpNEx.
(edit) @93086   3 years vboxsync IPRT/fatvfs: Added RTFsFatVolFormat288. [mangling]
(edit) @93084   3 years vboxsync IPRT/fatvfs: Added RTFsFatVolFormat288.
(edit) @93070   3 years vboxsync Added ArcaOS to the list of OS/2 variants. ticketref:20741
(edit) @93060   3 years vboxsync IPRT: Added RTStrDupNEx and RTStrDupNExTag. [doxyfix]
(edit) @93057   3 years vboxsync IPRT: Added RTStrDupNEx and RTStrDupNExTag.
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