VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37375   14 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37363   14 years vboxsync iprt/assert.h: addendum to r72121
(edit) @37362   14 years vboxsync PGMNotifyNxeChanged: Another try.
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37357   14 years vboxsync PGM: relax some assertion added earlier today so they'll survive reset …
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37325   14 years vboxsync USB: device qualifier descriptor (from spec).
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37316   14 years vboxsync IPRT: Inlined the already-done check in RTOnce().
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @37242   14 years vboxsync GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
(edit) @37234   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37226   14 years vboxsync VBoxMouse/VBoxGuest/win: avoid poller thread for mouse events …
(edit) @37221   14 years vboxsync VBoxMouse,VBoxGuest/win: NEW_PROTOCOL for mouse integration
(edit) @37217   14 years vboxsync VBoxMouse: missing part of r71849
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37210   14 years vboxsync circbuf: make the structure abstract.
(edit) @37209   14 years vboxsync circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
(edit) @37208   14 years vboxsync circbuf: code cleanup.
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @37199   14 years vboxsync Device/Network/UDPTunnel: build integration
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37174   14 years vboxsync Additions/x11/seamless: allow for the possibility that nothing is …
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @37152   14 years vboxsync not used since ages
(edit) @37139   14 years vboxsync forgot to commit
(edit) @37136   14 years vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37133   14 years vboxsync CPUM,x86.h: Hypervisor present bit.
(edit) @37080   14 years vboxsync x86.h: Made X86_SEL_XXX unsigned.
(edit) @37068   14 years vboxsync Main: add support for Com(Obj)Ptr<IFACE> in our RTC(MT)List classes
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @37024   14 years vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @37019   14 years vboxsync Guest Additions: Also report extended version information to the host …
(edit) @37012   14 years vboxsync iprt/cdefs.h: DECL_NO_INLINE typo.
(edit) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36961   14 years vboxsync Main/USB/linux: return correct error codes and messages if the user …
(edit) @36959   14 years vboxsync usb: avoid redundant device info updates
(edit) @36944   14 years vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36941   14 years vboxsync usb rework
(edit) @36925   14 years vboxsync 3D for VRDP: updates (xTracker 5565).
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36890   14 years vboxsync iprt/types.h: Made the NIL_RTRxPTR defines work nicely in all contexts …
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36882   14 years vboxsync <VBox/VBoxVideo.h>: make it compile with VBOX_WITH_WDDM disabled
(edit) @36869   14 years vboxsync include/VBox/RemoteDesktop: export missing header
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36858   14 years vboxsync build fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36848   14 years vboxsync Video: display/miniport drivers. (#5464)
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36832   14 years vboxsync VBox/log.h: Added LOG_GROUP_IEM.
(edit) @36830   14 years vboxsync iprt/log.h: Check the RTLOGFLAGS_DISABLED in a few places.
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36793   14 years vboxsync x86.h: Added X86_EFL_1 for the reserved bit which reads as one.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36767   14 years vboxsync iprt/cdefs.h: Added RT_CONCAT, RT_CONCAT3 and RT_CONCAT4 for use with …
(edit) @36763   14 years vboxsync vmm/cpumctx.h: Added 8-bit register views for dil, sil, al, bl, dl and cl.
(edit) @36762   14 years vboxsync CPUM: CPUMSetGuestGDTR and CPUMSetGuestIDTR should take 64-bit base value.
(edit) @36761   14 years vboxsync VBox/types.h: Added VBOXSTRICTRC comparison operators for comparing …
(edit) @36760   14 years vboxsync VBox/x86.h: Added ModR/M, SIB, GREG and SREG constants. Added 64-bit …
(edit) @36717   14 years vboxsync PCI: experimental code for shared interrupts support
(edit) @36716   14 years vboxsync PCI: 64-bit BARs tweaks, release logs on device attach, allow extended …
(edit) @36678   14 years vboxsync PCI: cleanups, R3 mapping work
(edit) @36659   14 years vboxsync com/list: do r71131 right
(edit) @36656   14 years vboxsync com/list: implicit RTCString conversion support
(edit) @36655   14 years vboxsync com: added Utf8Str specializations of RT*List
(edit) @36654   14 years vboxsync iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private …
(edit) @36645   14 years vboxsync Added a .kup-file to iprt/cpp/.
(edit) @36644   14 years vboxsync build fix
(edit) @36642   14 years vboxsync X86_SEL_TYPE_SYS_TSS_BUSY_MASK
(edit) @36639   14 years vboxsync CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
(edit) @36638   14 years vboxsync addendum to r71078: there is another limit of 15 bytes required
(edit) @36633   14 years vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36625   14 years vboxsync iprt/string.h: Adjusted RTSTR_MEMCHR_MAX so that buggy implementations …
(edit) @36624   14 years vboxsync IPRT/Mangling: solaris build fix.
(edit) @36620   14 years vboxsync fix 32-bit Linux builds
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36596   14 years vboxsync iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
(edit) @36595   14 years vboxsync iprt/asm.h: Added ASMAtomic[Dec|Inc|Add|Sub]Z.
(edit) @36581   14 years vboxsync iprt: add new method to the mangling list
(edit) @36579   14 years vboxsync iprt: fix win burns
(edit) @36577   14 years vboxsync iprt: add RTDirCreateUniqueNumbered
(edit) @36573   14 years vboxsync include/: a/an nits
(edit) @36572   14 years vboxsync iprt-cpp: doc
(edit) @36569   14 years vboxsync iprt/mem.h: an alternative RTMEM_TAG including the line number
(edit) @36567   14 years vboxsync ugly.
(edit) @36566   14 years vboxsync hwaccm_svm.h: Added u16PauseFilterCount.
(edit) @36564   14 years vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36563   14 years vboxsync iprt-cpp: More RTC*List methods. Added explicit constructors to the …
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(edit) @36557   14 years vboxsync build fix
(edit) @36556   14 years vboxsync pgm.h: build fix
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
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