VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29209   15 years vboxsync More shared paging updates
(edit) @29201   15 years vboxsync Shared paging updates
(edit) @29200   15 years vboxsync more manual Oracle rebranding in headers
(edit) @29168   15 years vboxsync Shared paging updates
(edit) @29138   15 years vboxsync Shared paging updates
(edit) @29122   15 years vboxsync FE/Qt, Devices: moved VDE plugin headers into include/VBox and enabled …
(edit) @29091   15 years vboxsync More updates
(edit) @29086   15 years vboxsync Some shared paging updates
(edit) @29043   15 years vboxsync Additions: report VMMDevReq_ReportGuestInfo2 in addition to …
(edit) @29024   15 years vboxsync Shared paging updates
(edit) @29009   15 years vboxsync Additional information code
(edit) @28982   15 years vboxsync Additional error codes
(edit) @28974   15 years vboxsync Dump GMM stats on PGMR3PhysAllocateHandyPages failure.
(edit) @28950   15 years vboxsync VBox/com/defs.h,VirtualBoxImpl.cpp: Implemented …
(edit) @28946   15 years vboxsync XPCOM getter
(edit) @28945   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28944   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28909   15 years vboxsync Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28867   15 years vboxsync Main: fixed several uninitialized variables and incomplete operators
(edit) @28854   15 years vboxsync branding
(edit) @28848   15 years vboxsync intnetinline.h: incorrect assertion, < instead of <=. duh.
(edit) @28830   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28828   15 years vboxsync sync .mac headers
(edit) @28809   15 years vboxsync Missing header update
(edit) @28802   15 years vboxsync VRDP video channel configuration API.
(edit) @28801   15 years vboxsync VMM: Added PDMR3QueryDriverOnLun for finding a driver by name.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28784   15 years vboxsync Interface changes for error reporting and async I/O
(edit) @28772   15 years vboxsync Guest Control/Main: Added local process list, added early …
(edit) @28764   15 years vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28723   15 years vboxsync IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
(edit) @28714   15 years vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28713   15 years vboxsync intnetinline.h: gcc maybe used uninitialized.
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28706   15 years vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28682   15 years vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28666   15 years vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @28665   15 years vboxsync intnetinline.h: logging
(edit) @28636   15 years vboxsync VBox/err.h: wrong FAM error number value
(edit) @28623   15 years vboxsync SrvIntNetR0,VBoxNetFlt: Main body of the internal locking rewrite.
(edit) @28620   15 years vboxsync VBoxHDD: async I/O updates. Mostly complete except for bug fixes
(edit) @28581   15 years vboxsync Main/NAT settings: missing initialization
(edit) @28574   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28567   15 years vboxsync include/VMMDev: VBoxGuestInfo2
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28441   15 years vboxsync warning
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28425   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28422   15 years vboxsync Shared paging updates
(edit) @28418   15 years vboxsync Case sensitive
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @28408   15 years vboxsync RTGCPTR -> RTGCPTR64
(edit) @28404   15 years vboxsync Shared pages updates
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28383   15 years vboxsync async I/O: Add async flush method
(edit) @28357   15 years vboxsync Runtime: generalise the code used to load libdbus at runtime to a …
(edit) @28332   15 years vboxsync DrvIntNet: ring-0 experimentation and fixes.
(edit) @28331   15 years vboxsync pdmdevins.h : Made PDMBOTHCBDECL include the extern "C" bit.
(edit) @28329   15 years vboxsync pdmdrv.h: fix.
(edit) @28327   15 years vboxsync Added PDMDrvHlpGetSupDrvSession.
(edit) @28322   15 years vboxsync wddm: vbva impl cleanup
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28319   15 years vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28295   15 years vboxsync Main: saving NAT Engine states while network switches.
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28276   15 years vboxsync Network/Dev*: Preparing for
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28270   15 years vboxsync Main/glue/AutoLock: add a wrapper for checking whether any lock of a …
(edit) @28264   15 years vboxsync VideoModeSupported for multimonitor. (xTracker 4655)
(edit) @28262   15 years vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28232   15 years vboxsync IDisplay::DrawToScreen for multimonitor, updated PDMIDISPLAYPORT id …
(edit) @28231   15 years vboxsync OSE header fixes
(edit) @28228   15 years vboxsync wddm: avoid DMA transactions on GDI rendering (for preformance)
(edit) @28222   15 years vboxsync IDisplay::DrawToScreen for multimonitor (xTracker 4655)
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @28210   15 years vboxsync increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new …
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28195   15 years vboxsync Main/OVF: add vbox settings version to vbox:Machine element
(edit) @28189   15 years vboxsync Main: OVF crash fix, settings::ConfigFileBase must not be copyable
(edit) @28186   15 years vboxsync fix OSE
(edit) @28158   15 years vboxsync PDMNetGsoPrepForDirectUse: build fix
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(edit) @28153   15 years vboxsync VBoxNetFlt-linux: Receive GSO frames from the host, save calls into …
(edit) @28133   15 years vboxsync pdmdrv.h: Added PDMDrvHlpSTAMRegCounter, PDMDrvHlpSTAMRegProfile and …
(edit) @28124   15 years vboxsync VBox/param.h: comments
(edit) @28120   15 years vboxsync SrcIntNetR0: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities (new …
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @28104   15 years vboxsync intnet.h: changed the INTNETTRUNKFACTORY_UUID_STR as INTNETSG was …
(edit) @28101   15 years vboxsync serial: Let the UART device signal if we are not ready to consume more …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette