VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33419   14 years vboxsync PDM, PCI: save MSI-X page in saved state, multiple vectors in MSI, tweaks
(edit) @33409   14 years vboxsync Shared folders: introduced SHFL_FN_READLINK, SHFL_FN_SYMLINK, …
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33385   14 years vboxsync VBox/com/defs.h: Some OS/2 hack updates from a while back…
(edit) @33359   14 years vboxsync iprt/asm.h: Don't include asm-math.h and asm-amd64-x86.h any more.
(edit) @33350   14 years vboxsync iprt/asm.h: Missing paranthesis and variable usage.
(edit) @33340   14 years vboxsync cdefs: added RT_BOOL
(edit) @33337   14 years vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33325   14 years vboxsync virtio-net: large (GSO) receive packet support (#4807)
(edit) @33314   14 years vboxsync PCI, PDM: MSI-X support (absolutely untested)
(edit) @33306   14 years vboxsync wddm/3d: scrolling with aero 8x speedup, bugfixing + profiling
(edit) @33291   14 years vboxsync Runtime: no colon
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33284   14 years vboxsync Runtime: add ASMAtomicAddSize and ASMAtomicSubSize
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33268   14 years vboxsync IPRT: Added an AVL tree taking void * ranges.
(edit) @33262   14 years vboxsync RTOnce: Avoid allocating anything when there are no races.
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33245   14 years vboxsync IPRT: Added RTPathStartsWithRoot.
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33233   14 years vboxsync Runtime/file: defines for stdin/out/err native handles
(edit) @33229   14 years vboxsync DIGEST_LEN, not STRING_LEN as the terminator is not included
(edit) @33228   14 years vboxsync VBoxAuthSimple now requires SHA-256 hashes, no more cleartext passwords
(edit) @33222   14 years vboxsync wddm/3d: cromium hgsmi fixes
(edit) @33218   14 years vboxsync AsyncCompletion: Move bandwidth groups to the generic code and support …
(edit) @33216   14 years vboxsync wddm/3d: chromium hgsmi fixes
(edit) @33205   14 years vboxsync comment typos
(edit) @33199   14 years vboxsync iprt/asm: C90 warning
(edit) @33197   14 years vboxsync iprt/asm: fixed bug in ASMAtomicReadU64() and …
(edit) @33196   14 years vboxsync iprt/asm: make the behavior of ASMAtomicAddU64() match the …
(edit) @33182   14 years vboxsync Devices/Storage: implement sequential reading of streamOptimized VMDK …
(edit) @33169   14 years vboxsync iprt/cdefs.h: time constants.
(edit) @33167   14 years vboxsync SUPDrv,SUPLib: Expose the high resolution event semaphore APIs.
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33146   14 years vboxsync wddm/3d: chromium hgsmi, host part + guest part debugging
(edit) @33138   14 years vboxsync iprt/asm.h: build fix.
(edit) @33136   14 years vboxsync iprt/asm.h,tstRTInlineAsm: Added 64-bit atomic OR, AND, INC, DEC, ADD …
(edit) @33119   14 years vboxsync header fix
(edit) @33118   14 years vboxsync wddm/3d: chromium hgsmi transport (missing file)
(edit) @33116   14 years vboxsync wddm/3d: chromium hgsmi transport (guest part, disabled)
(edit) @33111   14 years vboxsync FreeBSD: build fixes (thanks to Bernhard Froehlich)
(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
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