VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @28794   15 years vboxsync iprt/assert.h: Use builtin_offsetof for all gcc 4.x.x variants and …
(edit) @28792   15 years vboxsync iprt: use UINT32_C() for RTMEM_CACHE_POLICY_XXX
(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) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(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) @28718   15 years vboxsync iprt/assert.h: gcc-4.5 warning fix for AssertCompileMemberAlignment
(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) @28700   15 years vboxsync iprt/semaphore.h: RTEvent*Signal() - ring-0 clarification.
(edit) @28695   15 years vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @28692   15 years vboxsync iprt: XmlFileWrite - expose the two suffixes write() uses when fSafe …
(edit) @28689   15 years vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28688   15 years vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(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) @28642   15 years vboxsync iprt/assert.h: fixed AssertCompileMemberAlignment for recent gcc …
(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) @28619   15 years vboxsync iprt/assert.h: Added AssertCompileAdjacentMembers.
(edit) @28615   15 years vboxsync iprt/list.h: RTListForEachReverse use the right macro, no NULLs.
(edit) @28590   15 years vboxsync iprt/mem.h: Fixed RTMemAutoPtr + RTMEM_WRAP_TO_EF_APIS.
(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) @28536   15 years vboxsync RTSocketFromNative: warning.
(edit) @28535   15 years vboxsync iprt: add RTSocketFromNative API
(edit) @28504   15 years vboxsync iprt/mem.h: added note about electric fence
(edit) @28441   15 years vboxsync warning
(edit) @28437   15 years vboxsync RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
(edit) @28435   15 years vboxsync iprt/list.h: Added RTListForEach and RTListNodeIsDummy.
(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) @28363   15 years vboxsync iprt/runtime-loader.h: doxygen, hunarian.
(edit) @28361   15 years vboxsync Runtime/runtime-loader: use RTOnce again
(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) @28318   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28303   15 years vboxsync Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(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) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28270   15 years vboxsync Main/glue/AutoLock: add a wrapper for checking whether any lock of a …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(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) @28199   15 years vboxsync IPRT: xml crash fix
(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) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(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 …
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