VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @29266   15 年 vboxsync fix 64-bit sparc detection and correct the break instruction for same.
(edit) @29263   15 年 vboxsync sparc adjustments.
(edit) @29257   15 年 vboxsync asm-math.h: opps (ASMMultU64ByU32DivByU32)
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29245   15 年 vboxsync include/iprt/asm.h: split out the bits which are obviously x86 and/or …
(edit) @29218   15 年 vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29209   15 年 vboxsync More shared paging updates
(edit) @29201   15 年 vboxsync Shared paging updates
(edit) @29200   15 年 vboxsync more manual Oracle rebranding in headers
(edit) @29168   15 年 vboxsync Shared paging updates
(edit) @29138   15 年 vboxsync Shared paging updates
(edit) @29122   15 年 vboxsync FE/Qt, Devices: moved VDE plugin headers into include/VBox and enabled …
(edit) @29091   15 年 vboxsync More updates
(edit) @29086   15 年 vboxsync Some shared paging updates
(edit) @29045   15 年 vboxsync err.h: Fixed VINF_NO_CHANGE.
(edit) @29043   15 年 vboxsync Additions: report VMMDevReq_ReportGuestInfo2 in addition to …
(edit) @29040   15 年 vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29027   15 年 vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @29024   15 年 vboxsync Shared paging updates
(edit) @29009   15 年 vboxsync Additional information code
(edit) @28982   15 年 vboxsync Additional error codes
(edit) @28974   15 年 vboxsync Dump GMM stats on PGMR3PhysAllocateHandyPages failure.
(edit) @28950   15 年 vboxsync VBox/com/defs.h,VirtualBoxImpl.cpp: Implemented …
(edit) @28946   15 年 vboxsync XPCOM getter
(edit) @28945   15 年 vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28944   15 年 vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28909   15 年 vboxsync Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
(edit) @28887   15 年 vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28878   15 年 vboxsync uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
(edit) @28867   15 年 vboxsync Main: fixed several uninitialized variables and incomplete operators
(edit) @28854   15 年 vboxsync branding
(edit) @28848   15 年 vboxsync intnetinline.h: incorrect assertion, < instead of <=. duh.
(edit) @28830   15 年 vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28828   15 年 vboxsync sync .mac headers
(edit) @28809   15 年 vboxsync Missing header update
(edit) @28802   15 年 vboxsync VRDP video channel configuration API.
(edit) @28801   15 年 vboxsync VMM: Added PDMR3QueryDriverOnLun for finding a driver by name.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28794   15 年 vboxsync iprt/assert.h: Use builtin_offsetof for all gcc 4.x.x variants and …
(edit) @28792   15 年 vboxsync iprt: use UINT32_C() for RTMEM_CACHE_POLICY_XXX
(edit) @28787   15 年 vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28784   15 年 vboxsync Interface changes for error reporting and async I/O
(edit) @28777   15 年 vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28772   15 年 vboxsync Guest Control/Main: Added local process list, added early …
(edit) @28764   15 年 vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28723   15 年 vboxsync IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
(edit) @28718   15 年 vboxsync iprt/assert.h: gcc-4.5 warning fix for AssertCompileMemberAlignment
(edit) @28714   15 年 vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28713   15 年 vboxsync intnetinline.h: gcc maybe used uninitialized.
(edit) @28711   15 年 vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28706   15 年 vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28700   15 年 vboxsync iprt/semaphore.h: RTEvent*Signal() - ring-0 clarification.
(edit) @28695   15 年 vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @28692   15 年 vboxsync iprt: XmlFileWrite - expose the two suffixes write() uses when fSafe …
(edit) @28689   15 年 vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28688   15 年 vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(edit) @28682   15 年 vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28666   15 年 vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @28665   15 年 vboxsync intnetinline.h: logging
(edit) @28642   15 年 vboxsync iprt/assert.h: fixed AssertCompileMemberAlignment for recent gcc …
(edit) @28636   15 年 vboxsync VBox/err.h: wrong FAM error number value
(edit) @28623   15 年 vboxsync SrvIntNetR0,VBoxNetFlt: Main body of the internal locking rewrite.
(edit) @28620   15 年 vboxsync VBoxHDD: async I/O updates. Mostly complete except for bug fixes
(edit) @28619   15 年 vboxsync iprt/assert.h: Added AssertCompileAdjacentMembers.
(edit) @28615   15 年 vboxsync iprt/list.h: RTListForEachReverse use the right macro, no NULLs.
(edit) @28590   15 年 vboxsync iprt/mem.h: Fixed RTMemAutoPtr + RTMEM_WRAP_TO_EF_APIS.
(edit) @28581   15 年 vboxsync Main/NAT settings: missing initialization
(edit) @28574   15 年 vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28567   15 年 vboxsync include/VMMDev: VBoxGuestInfo2
(edit) @28557   15 年 vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28536   15 年 vboxsync RTSocketFromNative: warning.
(edit) @28535   15 年 vboxsync iprt: add RTSocketFromNative API
(edit) @28504   15 年 vboxsync iprt/mem.h: added note about electric fence
(edit) @28441   15 年 vboxsync warning
(edit) @28437   15 年 vboxsync RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
(edit) @28435   15 年 vboxsync iprt/list.h: Added RTListForEach and RTListNodeIsDummy.
(edit) @28434   15 年 vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28425   15 年 vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28422   15 年 vboxsync Shared paging updates
(edit) @28418   15 年 vboxsync Case sensitive
(edit) @28415   15 年 vboxsync Shared paging updates
(edit) @28408   15 年 vboxsync RTGCPTR -> RTGCPTR64
(edit) @28404   15 年 vboxsync Shared pages updates
(edit) @28402   15 年 vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28383   15 年 vboxsync async I/O: Add async flush method
(edit) @28363   15 年 vboxsync iprt/runtime-loader.h: doxygen, hunarian.
(edit) @28361   15 年 vboxsync Runtime/runtime-loader: use RTOnce again
(edit) @28357   15 年 vboxsync Runtime: generalise the code used to load libdbus at runtime to a …
(edit) @28332   15 年 vboxsync DrvIntNet: ring-0 experimentation and fixes.
(edit) @28331   15 年 vboxsync pdmdevins.h : Made PDMBOTHCBDECL include the extern "C" bit.
(edit) @28329   15 年 vboxsync pdmdrv.h: fix.
(edit) @28327   15 年 vboxsync Added PDMDrvHlpGetSupDrvSession.
(edit) @28322   15 年 vboxsync wddm: vbva impl cleanup
(edit) @28320   15 年 vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28319   15 年 vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @28318   15 年 vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28316   15 年 vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28303   15 年 vboxsync Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
(edit) @28298   15 年 vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28297   15 年 vboxsync Guest Control: Update (update on contexts for callbacks).
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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