VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60762   9 years vboxsync CPUM: Added an atom silvermont CPU profile.
(edit) @60748   9 years vboxsync doxygen fixes.
(edit) @60747   9 years vboxsync VBox/GuestHost/GuestControl.h: For the millionth time, either get …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60701   9 years vboxsync com/array.h+com/listerers.h: cleanups, reduce ATL dependency
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60677   9 years vboxsync iprt/x86.h: Added X86_PAGE_SIZE and associates aliasing …
(edit) @60667   9 years vboxsync x86.h: docs
(edit) @60665   9 years vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60635   9 years vboxsync IOAPIC uses its own log group.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60608   9 years vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @60603   9 years vboxsync Assorted compile fixes for FreeBSD
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60560   9 years vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60534   9 years vboxsync VMM/APIC: AssertCompile.
(edit) @60510   9 years vboxsync GuestHost/OpenGL: fixed annoying warning
(edit) @60506   9 years vboxsync include/VBox/com/defs.h: more build break fixing for XPCOM
(edit) @60504   9 years vboxsync include/VBox/com/ptr.h: streamline ATL use, whitespace cleanup
(edit) @60485   9 years vboxsync bs3kit: 8086 friendly 32-bit and 64-bit unsigned integer division.
(edit) @60484   9 years vboxsync PCBIOS: split up the support.asm file and implemented 32-bit division …
(edit) @60483   9 years vboxsync build fix (Doxygen comment)
(edit) @60482   9 years vboxsync iprt/uint64.h: Converted uint128.h to RTUINT64U 64-bit for ancient …
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60480   9 years vboxsync SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
(edit) @60440   9 years vboxsync VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure …
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60427   9 years vboxsync Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, …
(edit) @60413   9 years vboxsync iem.h: docs
(edit) @60412   9 years vboxsync cpum.h: Added NEC V20/V30 to CPUMMICROARCH.
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60409   9 years vboxsync com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 …
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60405   9 years vboxsync pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK.
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60393   9 years vboxsync Runtime/linux/sysfs: Fixes, implement two forgotten methods
(edit) @60390   9 years vboxsync Runtime/linux/sysfs: Correct format string attributes and introduce …
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60384   9 years vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @60377   9 years vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60368   9 years vboxsync constant strings with 'const char*' instead of 'char*'
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @60349   9 years vboxsync oops
(edit) @60346   9 years vboxsync Runtime/sg.cpp: Allow RTSgBufInit to take NULL and 0 for paSegs and …
(edit) @60323   9 years vboxsync include/iprt/asm-amd64-x86-watcom-16.h: Some simple CPUID functions.
(edit) @60322   9 years vboxsync kmk incs
(edit) @60314   9 years vboxsync iprt/err.*: regenerated
(edit) @60313   9 years vboxsync iprt/x86.*: updates
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60299   9 years vboxsync comment typo
(edit) @60297   9 years vboxsync ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, new …
(edit) @60264   9 years vboxsync iprt/formats/omf.h: correction and additions.
(edit) @60262   9 years vboxsync HostServices/Service.h: Initialize rc.
(edit) @60261   9 years vboxsync HostServices/Service.h: Only copy parameters if a valid parameter …
(edit) @60259   9 years vboxsync dbgmodcodeview.cpp: Parse CV8 line numbers.
(edit) @60245   9 years vboxsync IPRT: Added RTCrX509Name_GetShortRdn.
(edit) @60241   9 years vboxsync usblib.h,SUPDrv: Added missing RTStrPurgeEncoding to SUPDrv so …
(edit) @60238   9 years vboxsync include/VBox/log.h: fix for r106253
(edit) @60235   9 years vboxsync iprt/asm-amd64-x86.h: doxygen fix
(edit) @60230   9 years vboxsync duh
(edit) @60229   9 years vboxsync later
(edit) @60228   9 years vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @60219   9 years vboxsync bugref:8249. New API interface ICertificate was added.
(edit) @60209   9 years vboxsync leave out RTStrPurgeEncoding() from USBLibPurgeEncoding for …
(edit) @60201   9 years vboxsync iprt/asm-amd64-x86.h: Use the Visual C++ halt() intrinsic when …
(edit) @60200   9 years vboxsync iprt/asmdefs.mac: AssertCompileMemberAlignment and AssertCompile.
(edit) @60192   9 years vboxsync iprt/cdefs.h: Added 'static' to DECLINLINE for C++ and MSC to prevent …
(edit) @60177   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add a …
(edit) @60164   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60163   9 years vboxsync USBLibPurgeEncoding: Wrong length.
(edit) @60162   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60159   9 years vboxsync USB: Added fPurge parameter to USBFilterSetStringExact so the usb …
(edit) @60156   9 years vboxsync USB: Purge strings.
(edit) @60155   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60154   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60134   9 years vboxsync iprt/asmdefs.mac: AssertCompileSizeAlignment.
(edit) @60121   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60109   9 years vboxsync bugref:7585: Devices/Graphics: add functionality currently in VMM …
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60096   9 years vboxsync VMMDev: Added VMMDEV_TESTING_CMD_PRINT for more output on the host.
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60087   9 years vboxsync iprt/x86.h: duh!
(edit) @60079   9 years vboxsync doxygen fix
(edit) @60078   9 years vboxsync build fix
(edit) @60077   9 years vboxsync introduced RT_GNUC_PREREQ
(edit) @60070   9 years vboxsync iprt/assert.h: docs.
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @60065   9 years vboxsync Main/VirtualBoxClient: more early failure fixes, complementing the …
(edit) @60055   9 years vboxsync AssertContinue should continue, not break.
(edit) @60053   9 years vboxsync introduced AssertContinue()
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60023   9 years vboxsync iprt/cdefs.h,setjmp.h: Added DECL_RETURNS_TWICE and renamed …
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