VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @24376   15 年 vboxsync Linux additions: make it compile against recent kernels with …
(edit) @24287   15 年 vboxsync Made the common parts of the OS/2 additions build again.
(edit) @23961   15 年 vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23916   15 年 vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23473   15 年 vboxsync OSE header fixes
(edit) @23452   15 年 vboxsync Makefiles: Corrected properties.
(edit) @23388   15 年 vboxsync VBoxGuest.cpp: copy&past mess. (harmless)
(edit) @22583   15 年 vboxsync Additions/FreeBSD: Remove a method which is not available in FreeBSD 8 …
(edit) @22575   15 年 vboxsync Additions/FreeBSD: Fixes several problems. The X11 part is mostly …
(edit) @22573   15 年 vboxsync Generated FreeBSD kernel headers, take 5. *click*
(edit) @22570   15 年 vboxsync Generated FreeBSD kernel headers, take 3. *click*
(edit) @22569   15 年 vboxsync Generated FreeBSD kernel headers, take 2. *click*
(edit) @22148   15 年 vboxsync VBoxGuest-linux.c: Don't reference SUPDRV_IOC_VERSION.
(edit) @22128   15 年 vboxsync VBoxGuest.cpp: RTSpinlockAcquireNoInts vs RTSemEventMultiSignal on solaris.
(edit) @21632   15 年 vboxsync VBoxGuest.cpp: A bit more logging in vboxGuestInitFixateGuestMappings.
(edit) @21613   15 年 vboxsync VBoxGuestIDC-unix.c.h: fixed warnings.
(edit) @21549   15 年 vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21524   15 年 vboxsync common/VBoxGuest: minor log fix.
(edit) @21506   15 年 vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21498   15 年 vboxsync VBoxGuest.cpp: Implemented fixating the guest mappings. Also, clear …
(edit) @21491   15 年 vboxsync VBoxGuest: Implemented missing VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. …
(edit) @21456   15 年 vboxsync HGCM&Co: physical page list.
(edit) @21450   15 年 vboxsync VBoxGuest.cpp: Fixed bug in the wake-for-event wakeup code: missing …
(edit) @21413   15 年 vboxsync copy&paste bug in editor?
(edit) @21412   15 年 vboxsync Add,++: Switch to common addition kernel module.
(edit) @21408   15 年 vboxsync OSE header
(edit) @21377   15 年 vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21376   15 年 vboxsync VBoxGuest: Fixed VBoxGuestCommonIOCtl bug where pcbDataReturned wasn't …
(edit) @21337   15 年 vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21267   15 年 vboxsync VBoxGuest-linux.c: ditto
(edit) @21263   15 年 vboxsync add/files_vbox*: Missing VBox/param.h.
(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) @21219   15 年 vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21199   15 年 vboxsync VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
(edit) @21170   15 年 vboxsync Additions: Mouse polling support in Solaris kernel module and minor …
(edit) @21155   15 年 vboxsync VBoxGuest-linux.c: bugfixes. the timeservice works now.
(edit) @21137   15 年 vboxsync VBoxGuest-linux: building, logging and a bugfix. (it loads now)
(edit) @21118   15 年 vboxsync VBoxGuest (common): building on linux.
(edit) @21104   15 年 vboxsync another shot at the add build box.
(edit) @21103   15 年 vboxsync additions build fix.
(edit) @21102   15 年 vboxsync VBoxGuest (common): poll() update.
(edit) @21100   15 年 vboxsync additions build fix.
(edit) @21095   15 年 vboxsync VBoxGuest (common): mouse polling.
(edit) @21071   15 年 vboxsync VBoxGuestCommonISR: removed incorrect comment, the code can be called …
(edit) @21069   15 年 vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @21023   15 年 vboxsync VBoxGuestCommonISR: interrupt disabled remark…
(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) @18265   16 年 vboxsync config file cleanup + small copyright year update
(edit) @17999   16 年 vboxsync Additions/common: remove some obsolete typecasts
(edit) @17210   16 年 vboxsync VBoxGuest.cpp: Merged VBoxGuestCommonIOCtl_HGCMCall32 into …
(edit) @17196   16 年 vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @16013   16 年 vboxsync VBoxGuest/Makefile: Corrected indentation.
(edit) @14462   16 年 vboxsync VBoxGuest.cpp: VBoxGuestCommonIOCtl_HGCMCall size fix for the timed ioctl.
(edit) @14367   16 年 vboxsync VBoxGuest.cpp: Don't allow ring-3 to do uninterruptible HGCM calls, …
(edit) @14359   16 年 vboxsync Additions/HGCM: some fixes to timed out HGCM requests
(edit) @14352   16 年 vboxsync Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
(edit) @14347   16 年 vboxsync Additions/common: really enable Linux syntax checking of VBoxGuest
(edit) @14319   16 年 vboxsync VBoxGuest: Merged the lower cased target with the mixed cased one, …
(edit) @14316   16 年 vboxsync VBoxGuest.cpp: build fix.
(edit) @14311   16 年 vboxsync VBoxGuest.cpp: r=bird, enabled the code (be bold).
(edit) @14310   16 年 vboxsync VBoxGuest.cpp: fixes.
(edit) @14297   16 年 vboxsync Corrected a couple of grammos.
(edit) @14276   16 年 vboxsync Additions/common/VBoxGuest: split VBoxGuestHGCMAsyncWaitCallback* into …
(edit) @14264   16 年 vboxsync VBoxGuest.cpp: @todo r=bird: merge callback code.
(edit) @14223   16 年 vboxsync Additions/VBoxGuest: fixed a burn
(edit) @14221   16 年 vboxsync Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on …
(edit) @14203   16 年 vboxsync Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13573   16 年 vboxsync Solaris/driver versions: Added versions for NetFlt and the Guest …
(edit) @13305   16 年 vboxsync Additions: Fix a little mem leak in the common guest additions kernel …
(edit) @12446   16 年 vboxsync Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
(edit) @12241   16 年 vboxsync Additions/vboxguest: Logging. Solaris/vboxdrv space.
(edit) @11895   16 年 vboxsync comment typo
(edit) @11820   16 年 vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11602   16 年 vboxsync Solaris 10 build (with no additions); XPCOM Python works on Solaris
(edit) @10552   16 年 vboxsync More IOCTLs.
(edit) @10545   16 年 vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @10543   16 年 vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @8760   17 年 vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 年 vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8360   17 年 vboxsync extended todo
(edit) @8351   17 年 vboxsync Additions/common: moved guest cap disabling into common VBoxGuest.
(edit) @8328   17 年 vboxsync Added missing docs and corrected spelling.
(edit) @8318   17 年 vboxsync Additions/common, solaris: Report disabled guest graphics capabilities …
(edit) @8258   17 年 vboxsync rebranding
(edit) @8257   17 年 vboxsync rebranding
(edit) @8250   17 年 vboxsync Additions/FreeBSD: Setup IRQ only if initializing of the device state …
(edit) @8188   17 年 vboxsync Additions/FreeBSD: Cleanup, rename variables to follow coding …
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8143   17 年 vboxsync Solaris vboxguest: LogRel for failures.
(edit) @8130   17 年 vboxsync rebranding the additions
(edit) @7906   17 年 vboxsync Solaris installer: host and guest side fixes for Solaris 10, Indiana DP2.
(edit) @7886   17 年 vboxsync Additions/X11: add VBoxRandR to solaris guest installer.
(edit) @7626   17 年 vboxsync Solaris vboxguest: cosmetics.
(edit) @7587   17 年 vboxsync Additions/solaris: export and eol-style for driver conf file.
(edit) @7585   17 年 vboxsync Additions: build fix.
(edit) @7549   17 年 vboxsync Properties - please don't forget these. proper header.
(edit) @7535   17 年 vboxsync Merge freebsd with solaris vboxguest. The idea is to only have two …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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