VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37871   13 years vboxsync iprt/string.h: build fix for some FreeBSD versions which declare …
(edit) @37861   13 years vboxsync IPRT: fix assigning of empty lists
(edit) @37859   13 years vboxsync Committed usb_thread.patch with tiny adjustments.
(edit) @37829   13 years vboxsync header fixes
(edit) @37824   13 years vboxsync Main/Machine+MediumAttachment+Console: add method for marking a 'hard …
(edit) @37822   13 years vboxsync space
(edit) @37818   13 years vboxsync Fix logging from R0
(edit) @37807   13 years vboxsync include/VBox/vusb.h: correct declaration of device qualifier (please …
(edit) @37799   13 years vboxsync OSE build fix
(edit) @37794   13 years vboxsync more PCI passthrough fixes
(edit) @37781   13 years vboxsync PCI passthrough fixes
(edit) @37750   13 years vboxsync ExtPacks/UsbCardReader: USB card reader emulation + config descriptor.
(edit) @37720   13 years vboxsync Runtime: add C++-like vector implementation in C
(edit) @37709   13 years vboxsync Main/MediumAttachment+Machine: add a setting which controls the …
(edit) @37707   13 years vboxsync VRDE.h: comment clarification
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37665   13 years vboxsync Runtime/getopt: add new option flag to switch to case insensitive matching
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37635   13 years vboxsync VBox/log.h: LOG_GROUP_CORE_DUMPER is IPRT, not VBox.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37591   13 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37589   13 years vboxsync Main/GuestCtrl: Major overhaul of internal guest control handling, …
(edit) @37584   13 years vboxsync VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
(edit) @37582   13 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37573   13 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37559   13 years vboxsync iprt/file.h: RTFile will be available in kernel mode as well.
(edit) @37557   13 years vboxsync com: tabs again
(edit) @37553   13 years vboxsync com: method for SafeArray -> RTCList
(edit) @37547   13 years vboxsync com: temp remove template
(edit) @37545   13 years vboxsync com: next try
(edit) @37542   13 years vboxsync com: test
(edit) @37535   13 years vboxsync iprt/cdefs.h: RT_HI/LO_Uxx macros.
(edit) @37530   13 years vboxsync com: helper for converting safe arrays to RTCLists
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37516   13 years vboxsync comment typo.
(edit) @37502   13 years vboxsync Main;Settings: make the settings copyable
(edit) @37491   13 years vboxsync Main-CloneVM: factor out the clone VM task
(edit) @37490   13 years vboxsync wddm: autoresize fixes
(edit) @37479   13 years vboxsync OSE header fixes
(edit) @37475   13 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37464   13 years vboxsync vm.h: Alignment fix (32-bit hosts).
(edit) @37452   13 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37447   13 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37443   13 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37442   13 years vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37434   13 years vboxsync GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37419   13 years vboxsync PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
(edit) @37418   13 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @37417   13 years vboxsync Try to fix build
(edit) @37416   13 years vboxsync Try to fix build
(edit) @37413   13 years vboxsync vmm/dbgftrace.h: Forgot the DBGF trace header.
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37409   13 years vboxsync iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
(edit) @37399   13 years vboxsync build fix
(edit) @37396   13 years vboxsync iprt/trace.h: Mostly done, but untested and undocumented.
(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
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