VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuestLib

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @25014   15 年 vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @25005   15 年 vboxsync IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
(edit) @24968   15 年 vboxsync Additions/common/VBoxGuestLib: don't accidentally re-enable the …
(edit) @24898   15 年 vboxsync VbglR3: Make use of improved RTStrVersionCompare().
(edit) @24742   15 年 vboxsync VbglR3: Fixed endless path conversion.
(edit) @24688   15 年 vboxsync fix burn
(edit) @24686   15 年 vboxsync VbglR3/VBoxService: Split up and removed redundant code.
(edit) @24660   15 年 vboxsync VBoxGuestLib: Backed out 54807 and 54806 because the code doesn't …
(edit) @24643   15 年 vboxsync VbglR3: Better assertion.
(edit) @24642   15 年 vboxsync VbglR3: Make use of RTStrVersionToUInt32().
(edit) @24565   15 年 vboxsync dang
(edit) @24414   15 年 vboxsync VBoxGuestR3LibHostVersion.cpp: why disable it when the string …
(edit) @24390   15 年 vboxsync VbglR3GetAdditionsVersion: Missing RTStrFree on failure. Fixed …
(edit) @24384   15 年 vboxsync VbglR3: Various fixes based on review.
(edit) @24372   15 年 vboxsync VBoxGuestR3LibMisc: Better memory handling.
(edit) @24357   15 年 vboxsync VBoxGuestR3LibHostVersion: missed one b.
(edit) @24333   15 年 vboxsync VBoxGuestR3LibHostVersion.cpp: missing newlines.
(edit) @24332   15 年 vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24331   15 年 vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24320   15 年 vboxsync more RT_ZERO()
(edit) @24311   15 年 vboxsync VBoxGuestR3LibCredentials.cpp: File header, use RT_ZERO(), deal with …
(edit) @24306   15 年 vboxsync VBoxGuestR3Lib: Fixes for memory (de)allocation in host version …
(edit) @24287   15 年 vboxsync Made the common parts of the OS/2 additions build again.
(edit) @24270   15 年 vboxsync VBoxCredProv: Update.
(edit) @24269   15 年 vboxsync additions: gcc warnings
(edit) @24259   15 年 vboxsync VbglR3: Added credential handling functions.
(edit) @24023   15 年 vboxsync VbglR3: Some cleanup.
(edit) @23916   15 年 vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23893   15 年 vboxsync VBoxGuestR3LibMisc.cpp: uninitialized return value
(edit) @23876   15 年 vboxsync VbglR3/VBoxTray/VBoxClient: Common code to check for host updates (not …
(edit) @23866   15 年 vboxsync VbglR3: Guest Additions version lookup on non-Windows platforms.
(edit) @23857   15 年 vboxsync VBoxGuestR3LibHostVersion: EOL style.
(edit) @23856   15 年 vboxsync VbglR3: Added host version checking routines.
(edit) @23845   15 年 vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23843   15 年 vboxsync VBoxGuestR3LibMisc: warning
(edit) @23839   15 年 vboxsync VBoxClient/VBoxTray/VBgl: Windows build fixes.
(edit) @23838   15 年 vboxsync VBoxClient/VBoxTray/VBgl: Tabs.
(edit) @23837   15 年 vboxsync VBoxClient/VBoxTray/VBgl: More Windows bits.
(edit) @23836   15 年 vboxsync VBoxClient/VBoxTray/VBgl: Windows build fixes.
(edit) @23835   15 年 vboxsync VBoxClient/VBoxTray/VBgl: More bits for host version checking.
(edit) @23612   15 年 vboxsync build fix.
(edit) @23610   15 年 vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23452   15 年 vboxsync Makefiles: Corrected properties.
(edit) @22970   15 年 vboxsync VbglHGCMParmPtrSetString: Use VMMDevHGCMParmType_LinAddr_In.
(edit) @22761   15 年 vboxsync VbglR3GuestPropWriteValueV: >= 0.
(edit) @22758   15 年 vboxsync VBoxGuestLib: Fixed VbglR3GuestPropWriteValueF(), always returned …
(edit) @22730   15 年 vboxsync VBoxManage: Make setting guest properties work with --flags or -flags.
(edit) @22683   15 年 vboxsync Makefiles: Just test for VBOX_WITH_ADDITIONS_DRIVERS.
(edit) @22575   15 年 vboxsync Additions/FreeBSD: Fixes several problems. The X11 part is mostly …
(edit) @21978   15 年 vboxsync VbglR3: u32Timeout -> cMillies and other nitpicking.
(edit) @21912   15 年 vboxsync Additions/x11 and common: simplify requests for getting video mode …
(edit) @21778   15 年 vboxsync crOpenGL: allow to transfer upto 16megs in r3 hgcm calls, fixes compiz …
(edit) @21577   15 年 vboxsync HGCMInternal.cpp: missed HGCM parameter type conversion.
(edit) @21511   15 年 vboxsync vboxvfs/linux: playing with using physical page lists for writing. …
(edit) @21510   15 年 vboxsync page list bufix.
(edit) @21506   15 年 vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21489   15 年 vboxsync VbglR0HGCMInternal.cpp: Enable the physical page list code everywhere.
(edit) @21487   15 年 vboxsync VbglR0HGCMInternal.cpp: Less wasteful bounce buffering, some bugfixes, …
(edit) @21464   15 年 vboxsync VbglR0HGCMInternal.cpp: Wrote and tested the physical page list code. …
(edit) @21461   15 年 vboxsync VBoxGuestLib: Implemented detection of physical page list support.
(edit) @21459   15 年 vboxsync bufix.
(edit) @21458   15 年 vboxsync VMMDevHGCMParmType_PhysAddr is not a valid parameter any longer.
(edit) @21456   15 年 vboxsync HGCM&Co: physical page list.
(edit) @21412   15 年 vboxsync Add,++: Switch to common addition kernel module.
(edit) @21339   15 年 vboxsync linux/vboxvfs: made it build and load when using vboxguest.
(edit) @21272   15 年 vboxsync SysHlp.cpp: build fix.
(edit) @21271   15 年 vboxsync VBoxGuestR0Lib: yes it does.
(edit) @21270   15 年 vboxsync VBoxGuestR0Lib: doesn't need SysHlp.cpp.
(edit) @21268   15 年 vboxsync HGCMInternal.cpp,SysHlp.cpp: use the kernel/user mode indicator.
(edit) @21261   15 年 vboxsync oops.
(edit) @21260   15 年 vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21227   15 年 vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 年 vboxsync VMMDev.h: cleanup.
(edit) @21219   15 年 vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21211   15 年 vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21201   15 年 vboxsync VBoxGuestR3Lib.cpp: Solaris+freebsd todo.
(edit) @21200   15 年 vboxsync VBoxGuestR3Lib.cpp: Fix the XFREE86 build mode.
(edit) @21199   15 年 vboxsync VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
(edit) @21198   15 年 vboxsync VBoxGuestR3LibGuestProp.cpp: removed (uint32_t) cast+todo.
(edit) @21069   15 年 vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20369   16 年 vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19093   16 年 vboxsync SysHlp.cpp: No need to check in vbglUnlockLinear, NIL_RTRTR0MEMOBJ …
(edit) @19091   16 年 vboxsync Additions/common and linux: don'\t try to lock zero-length buffers …
(edit) @18526   16 年 vboxsync VbglR3PidFile,VbglR3PidFileClose: Made it build everywhere.
(edit) @18502   16 年 vboxsync SysHlp.h: Shut up warnings about stupid intrinsics.
(edit) @18501   16 年 vboxsync VBoxCalls.h: Shut up warning about stupid intrinsics.
(edit) @18452   16 年 vboxsync vbglR3DoIOCtl: size_t/DWORD warnings.
(edit) @18451   16 年 vboxsync VBoxGuestR3LibGuestProp.cpp: load of size_t warnings. Simplified the …
(edit) @18359   16 年 vboxsync Additions/common/VbglR3Lib: fixed pidfile creation
(edit) @18320   16 年 vboxsync Additions/common/VbglR3Lib: separate pidfile and daemonising code. …
(edit) @18309   16 年 vboxsync Additions/common/VbglR3Lib: if we can't contact the host then tell the …
(edit) @18157   16 年 vboxsync VBoxGuestR3Lib.cpp: static definition, moved it above the usage to …
(edit) @18030   16 年 vboxsync warning
(edit) @17999   16 年 vboxsync Additions/common: remove some obsolete typecasts
(edit) @17858   16 年 vboxsync Additions/common/VBoxGuestLib: add support for the new user guest …
(edit) @17196   16 年 vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @16954   16 年 vboxsync VBoxGuest, VBoxService: First stuff for new R3 time synchronization …
(edit) @15705   16 年 vboxsync Todos added
(edit) @15704   16 年 vboxsync Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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