VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22148   15 years vboxsync VBoxGuest-linux.c: Don't reference SUPDRV_IOC_VERSION.
(edit) @22128   15 years vboxsync VBoxGuest.cpp: RTSpinlockAcquireNoInts vs RTSemEventMultiSignal on solaris.
(edit) @21632   15 years vboxsync VBoxGuest.cpp: A bit more logging in vboxGuestInitFixateGuestMappings.
(edit) @21613   15 years vboxsync VBoxGuestIDC-unix.c.h: fixed warnings.
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21524   15 years vboxsync common/VBoxGuest: minor log fix.
(edit) @21506   15 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21498   15 years vboxsync VBoxGuest.cpp: Implemented fixating the guest mappings. Also, clear …
(edit) @21491   15 years vboxsync VBoxGuest: Implemented missing VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. …
(edit) @21456   15 years vboxsync HGCM&Co: physical page list.
(edit) @21450   15 years vboxsync VBoxGuest.cpp: Fixed bug in the wake-for-event wakeup code: missing …
(edit) @21413   15 years vboxsync copy&paste bug in editor?
(edit) @21412   15 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21408   15 years vboxsync OSE header
(edit) @21377   15 years vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21376   15 years vboxsync VBoxGuest: Fixed VBoxGuestCommonIOCtl bug where pcbDataReturned wasn't …
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21267   15 years vboxsync VBoxGuest-linux.c: ditto
(edit) @21263   15 years vboxsync add/files_vbox*: Missing VBox/param.h.
(edit) @21260   15 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21199   15 years vboxsync VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
(edit) @21170   15 years vboxsync Additions: Mouse polling support in Solaris kernel module and minor …
(edit) @21155   15 years vboxsync VBoxGuest-linux.c: bugfixes. the timeservice works now.
(edit) @21137   15 years vboxsync VBoxGuest-linux: building, logging and a bugfix. (it loads now)
(edit) @21118   15 years vboxsync VBoxGuest (common): building on linux.
(edit) @21104   15 years vboxsync another shot at the add build box.
(edit) @21103   15 years vboxsync additions build fix.
(edit) @21102   15 years vboxsync VBoxGuest (common): poll() update.
(edit) @21100   15 years vboxsync additions build fix.
(edit) @21095   15 years vboxsync VBoxGuest (common): mouse polling.
(edit) @21071   15 years vboxsync VBoxGuestCommonISR: removed incorrect comment, the code can be called …
(edit) @21069   15 years vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @21023   15 years vboxsync VBoxGuestCommonISR: interrupt disabled remark…
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20369   16 years vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @17999   16 years vboxsync Additions/common: remove some obsolete typecasts
(edit) @17210   16 years vboxsync VBoxGuest.cpp: Merged VBoxGuestCommonIOCtl_HGCMCall32 into …
(edit) @17196   16 years vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @16013   16 years vboxsync VBoxGuest/Makefile: Corrected indentation.
(edit) @14462   16 years vboxsync VBoxGuest.cpp: VBoxGuestCommonIOCtl_HGCMCall size fix for the timed ioctl.
(edit) @14367   16 years vboxsync VBoxGuest.cpp: Don't allow ring-3 to do uninterruptible HGCM calls, …
(edit) @14359   16 years vboxsync Additions/HGCM: some fixes to timed out HGCM requests
(edit) @14352   16 years vboxsync Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
(edit) @14347   16 years vboxsync Additions/common: really enable Linux syntax checking of VBoxGuest
(edit) @14319   16 years vboxsync VBoxGuest: Merged the lower cased target with the mixed cased one, …
(edit) @14316   16 years vboxsync VBoxGuest.cpp: build fix.
(edit) @14311   16 years vboxsync VBoxGuest.cpp: r=bird, enabled the code (be bold).
(edit) @14310   16 years vboxsync VBoxGuest.cpp: fixes.
(edit) @14297   16 years vboxsync Corrected a couple of grammos.
(edit) @14276   16 years vboxsync Additions/common/VBoxGuest: split VBoxGuestHGCMAsyncWaitCallback* into …
(edit) @14264   16 years vboxsync VBoxGuest.cpp: @todo r=bird: merge callback code.
(edit) @14223   16 years vboxsync Additions/VBoxGuest: fixed a burn
(edit) @14221   16 years vboxsync Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on …
(edit) @14203   16 years vboxsync Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13573   16 years vboxsync Solaris/driver versions: Added versions for NetFlt and the Guest …
(edit) @13305   16 years vboxsync Additions: Fix a little mem leak in the common guest additions kernel …
(edit) @12446   16 years vboxsync Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
(edit) @12241   16 years vboxsync Additions/vboxguest: Logging. Solaris/vboxdrv space.
(edit) @11895   16 years vboxsync comment typo
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11602   16 years vboxsync Solaris 10 build (with no additions); XPCOM Python works on Solaris
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10545   16 years vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @10543   16 years vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8360   17 years vboxsync extended todo
(edit) @8351   17 years vboxsync Additions/common: moved guest cap disabling into common VBoxGuest.
(edit) @8328   17 years vboxsync Added missing docs and corrected spelling.
(edit) @8318   17 years vboxsync Additions/common, solaris: Report disabled guest graphics capabilities …
(edit) @8258   17 years vboxsync rebranding
(edit) @8257   17 years vboxsync rebranding
(edit) @8250   17 years vboxsync Additions/FreeBSD: Setup IRQ only if initializing of the device state …
(edit) @8188   17 years vboxsync Additions/FreeBSD: Cleanup, rename variables to follow coding …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8143   17 years vboxsync Solaris vboxguest: LogRel for failures.
(edit) @8130   17 years vboxsync rebranding the additions
(edit) @7906   17 years vboxsync Solaris installer: host and guest side fixes for Solaris 10, Indiana DP2.
(edit) @7886   17 years vboxsync Additions/X11: add VBoxRandR to solaris guest installer.
(edit) @7626   17 years vboxsync Solaris vboxguest: cosmetics.
(edit) @7587   17 years vboxsync Additions/solaris: export and eol-style for driver conf file.
(edit) @7585   17 years vboxsync Additions: build fix.
(edit) @7549   17 years vboxsync Properties - please don't forget these. proper header.
(edit) @7535   17 years vboxsync Merge freebsd with solaris vboxguest. The idea is to only have two …
(edit) @7520   17 years vboxsync Added a todo for clearing caps on unload.
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7255   17 years vboxsync Solaris vboxguest: OStype build fix.
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7101   17 years vboxsync sol vboxguest: Disabled unused block cookie.
(edit) @6803   17 years vboxsync Solaris vboxguest: added proper checks while setting up IRQs.
(edit) @6783   17 years vboxsync Additions/x11: Seamless and solaris specifics.
(edit) @6776   17 years vboxsync Corrected Solaris vboxadd as vboxguest in more places.
(edit) @6775   17 years vboxsync Solaris vboxguest: Fix and cleanups.
(edit) @6774   17 years vboxsync Solaris vboxguest: Fix ifdef and updated conf file.
(edit) @6711   17 years vboxsync Solaris vboxguest doesn't use the runtime solaris-kernel.h
(edit) @6672   17 years vboxsync Solaris vboxadd renamed as vboxguest.
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