VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33082   14 years vboxsync Storage/VBoxHDD: allow specifying the open mode explicitly, it makes …
(edit) @33074   14 years vboxsync Runtime: space
(edit) @33073   14 years vboxsync Main: partly reverted r66582
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @33061   14 years vboxsync Main, vboxshell: implemented support for user activity capturing
(edit) @33057   14 years vboxsync Runtime: add a manifest memory writer
(edit) @33056   14 years vboxsync Main-XML: add a xml memory writer
(edit) @33055   14 years vboxsync Main: little API cleanup for the strings
(edit) @33048   14 years vboxsync Additions/WINNT/Graphics: make VBOX_WITH_HGSMI conditional code …
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @33021   14 years vboxsync OSE fix
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33004   14 years vboxsync Renamed VBox-VRDP interface to VRDE.
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32983   14 years vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @32951   14 years vboxsync PCI: cleanup, bits
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32920   14 years vboxsync Compile fix
(edit) @32918   14 years vboxsync More space
(edit) @32914   14 years vboxsync Drop the hthread parameter
(edit) @32905   14 years vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32889   14 years vboxsync wddm/3d: chromium over hgsmi transport fixing & perf measurement
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32877   14 years vboxsync wddm/3d: basics for chromium over hgsmi
(edit) @32874   14 years vboxsync FE/Common/VBoxKeyboard: try to use XKB to determine the keyboard …
(edit) @32871   14 years vboxsync EPT 2 MB large page mask is identical to PAE
(edit) @32860   14 years vboxsync PCI: MSI per-vector masking, saved states
(edit) @32852   14 years vboxsync Guest Execution: - Implemented "ignore orphaned childs" flag …
(edit) @32844   14 years vboxsync Main: and _again_ was it wrong …
(edit) @32843   14 years vboxsync Main: Added an example on how to convert a ComObjPtr to an ComPtr of …
(edit) @32840   14 years vboxsync fixed STAM_COUNTER_RESET
(edit) @32831   14 years vboxsync VMMDev: renamed two capabilities
(edit) @32824   14 years vboxsync wddm/2d: missing file
(edit) @32820   14 years vboxsync PCI, PDM: initial drop of MSI support
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32796   14 years vboxsync GVMMR0,TM,STAM: Periodic preemption timer fixes, adjustments and …
(edit) @32795   14 years vboxsync iprt/test.h: some more test macros
(edit) @32783   14 years vboxsync OSE fix
(edit) @32781   14 years vboxsync typo
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32779   14 years vboxsync APIC, PCI: started on MSI support (APIC side), cleanup
(edit) @32776   14 years vboxsync PCI: refactoring for PCIe work
(edit) @32764   14 years vboxsync PCI: more (mostly PCIe) constants
(edit) @32751   14 years vboxsync Runtime: initial VFS support for tar
(edit) @32734   14 years vboxsync PCI: better accessors
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32722   14 years vboxsync PCI: more defines
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32714   14 years vboxsync PCI: extended address space access
(edit) @32707   14 years vboxsync IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
(edit) @32691   14 years vboxsync Storage/VBoxHDD+iSCSI+DrvVD,Main/Medium: Make the IO and TCPNET …
(edit) @32671   14 years vboxsync Runtime/assert: add AssertReturnVoidStmt and AssertMsgRCReturnVoidStmt
(edit) @32631   14 years vboxsync Devices/VMMDev and Additions/common/VBoxGuestLib: get the mouse …
(edit) @32622   14 years vboxsync wddm: VBOXWDDM->VBOX_WITH_WDDM
(edit) @32599   14 years vboxsync Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
(edit) @32589   14 years vboxsync PCI: BIST setter/getter
(edit) @32574   14 years vboxsync Additions/VBoxGuestLib+Additions/VBoxControl: Guest core dumps …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32569   14 years vboxsync Runtime: fix burn
(edit) @32568   14 years vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32566   14 years vboxsync Runtime: in-memory extraction support for tar
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32556   14 years vboxsync PCI: subsystem vendor and ID are RO
(edit) @32554   14 years vboxsync PCI: config registers cleanup
(edit) @32553   14 years vboxsync VBoxHDD: More cleanup - The I/O interface between the generic …
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32489   14 years vboxsync VMM: More work on the periodic preemption timer (no actual timers yet).
(edit) @32484   14 years vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @32472   14 years vboxsync RDP/client: use sysfs for USB device enumeration and switch to using …
(edit) @32455   14 years vboxsync iprt/defs.h: Applied patch addressing RT_VALID_PTR for user mode on …
(edit) @32445   14 years vboxsync iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32419   14 years vboxsync TM,HWVMXR0: Use the preemption timer to make sure we stop executing …
(edit) @32411   14 years vboxsync Runtime/r3/coredumper: addressed some todos in r65763.
(edit) @32393   14 years vboxsync iprt/coredumper.h: fixed wrong flag change in r65708.
(edit) @32385   14 years vboxsync hwacc_vmx.h: some macro safty nits.
(edit) @32370   14 years vboxsync VD: Beginnings of the L2 disk cache
(edit) @32359   14 years vboxsync Runtime/r3/coredumper: flags.
(edit) @32358   14 years vboxsync Documented why SUPR3QueryVTCaps is there.
(edit) @32355   14 years vboxsync IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32345   14 years vboxsync Merged VBox/feature.h with VBox/param.h.
(edit) @32344   14 years vboxsync cpum.h -> cpum.h + cpumctx.h
(edit) @32341   14 years vboxsync dbgfcore.h -> dbgfcorefmt.h; only the format, no prototypes or stuff.
(edit) @32340   14 years vboxsync DBGFCoreWrite: split out the core related stuff into a separate …
(edit) @32336   14 years vboxsync include/Makefile.kmk: alloca.h exclusion update.
(edit) @32323   14 years vboxsync Guest Additions/common: Build fix for Windows guest drivers.
(edit) @32313   14 years vboxsync VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
(edit) @32284   14 years vboxsync Pointer based GCPhys AVL tree
(edit) @32277   14 years vboxsync DrvVD: Implement alternate select interface for Windows XP to avoid …
(edit) @32276   14 years vboxsync IPRT/Socket: Add extended select API where the events to wait for can …
(edit) @32271   14 years vboxsync spaces
(edit) @32263   14 years vboxsync PCI work: registers, irqs, part of autoconfig
(edit) @32252   14 years vboxsync comments.
(edit) @32241   14 years vboxsync wddm: 1. guest installler integration (uninstall needs additional …
(edit) @32238   14 years vboxsync VMM/MMHeap: comments, added MM_TAG_DBGF_CORE_WRITE.
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