VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4032   17 years vboxsync Implemented shared folder status light
(edit) @4027   17 years vboxsync Direct draw heap and miniport heap memory reservation for Windows …
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @4012   17 years vboxsync Hooked up the PDMThread stuff.
(edit) @4011   17 years vboxsync fixed some header hacks.
(edit) @4010   17 years vboxsync added usb flavor.
(edit) @3978   17 years vboxsync Extended the RTTimerCreateEx interface by defining some flags for …
(edit) @3944   17 years vboxsync Preparations for dealing with case sensitivity
(edit) @3942   17 years vboxsync fixed detecting the CPU vendor (in DevAPIC) by introducing symbolic …
(edit) @3941   17 years vboxsync introduced symbolic constants for CPUID vendor information
(edit) @3929   17 years vboxsync Clashed on some @file headers too. Fixed a thing.
(edit) @3924   17 years vboxsync Added copyright header
(edit) @3922   17 years vboxsync Missing copyright headers
(edit) @3921   17 years vboxsync Missing copyright header
(edit) @3913   17 years vboxsync Solaris.
(edit) @3888   17 years vboxsync Solaris.
(edit) @3885   17 years vboxsync two portmes.
(edit) @3860   17 years vboxsync introduced some generic IPRT functions for requesting several pathes
(edit) @3857   17 years vboxsync PDMUsb - work in progress.
(edit) @3856   17 years vboxsync fixed alignment padding.
(edit) @3854   17 years vboxsync Splitting up pdm.h - export the fragments.
(edit) @3852   17 years vboxsync Finally splitting up pdm.h. Working on integrating USB into PDM …
(edit) @3840   17 years vboxsync Created CFGMR3CreateTree and CFGMR3InsertSubTree.
(edit) @3830   17 years vboxsync huh?
(edit) @3824   17 years vboxsync typo.
(edit) @3810   17 years vboxsync Put back log.h as it's required for the correct LOG_ENABLE define.
(edit) @3793   17 years vboxsync Inform guest about seamless mode changes
(edit) @3786   17 years vboxsync Another attempt to fix all the compile problems
(edit) @3783   17 years vboxsync Only L4 then
(edit) @3782   17 years vboxsync Attempt to fix build errors
(edit) @3781   17 years vboxsync Correction
(edit) @3780   17 years vboxsync Doesn't belong here
(edit) @3775   17 years vboxsync Don't include log.h
(edit) @3773   17 years vboxsync Updates for changing seamless mode.
(edit) @3771   17 years vboxsync Added VMMDEV_EVENT_SEAMLESS_MODE
(edit) @3758   17 years vboxsync More USBFILTER changes.
(edit) @3749   17 years vboxsync Added VERR_SVM_DISABLED
(edit) @3748   17 years vboxsync Added MSR_K8_VM_CR_SVM_DISABLE
(edit) @3738   17 years vboxsync Convenient to be able to send log string in release builds too.
(edit) @3723   17 years vboxsync Double underscore cleanup.
(edit) @3720   17 years vboxsync VRDP NO_COM code in Main.
(edit) @3710   17 years vboxsync Linux compile fix
(edit) @3683   17 years vboxsync reversed top & bottom
(edit) @3682   17 years vboxsync Top right coordinates are exclusive
(edit) @3644   17 years vboxsync Added PDMIHOSTDEVICEPORT and PDMINTERFACE_HOST_DEVICE_CONNECTOR, and a …
(edit) @3643   17 years vboxsync DEV_PARALLEL and DRV_HOST_PARALLEL. Contributed by: Alexander Eichner
(edit) @3642   17 years vboxsync darn.
(edit) @3641   17 years vboxsync darn.
(edit) @3640   17 years vboxsync some cleanup.
(edit) @3639   17 years vboxsync amd64 -> RT_ARCH_AMD64
(edit) @3638   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] -> RT_OS_[OS].
(edit) @3637   17 years vboxsync LINUX -> RT_OS_LINUX.
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3634   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3633   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3631   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3630   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3629   17 years vboxsync The SOMETHING OS and architecture #defines are now deprecated. …
(edit) @3625   17 years vboxsync FreeBSD kernel.
(edit) @3624   17 years vboxsync FreeBSD kernel.
(edit) @3618   17 years vboxsync hacking isochronous crap, no luck. did some cleanups.
(edit) @3617   17 years vboxsync Hacking USB (isoc mainly) for darwin; removed the obosolete urb …
(edit) @3606   17 years vboxsync VRDP NO_COM comment.
(edit) @3601   17 years vboxsync Undefine FALSE & TRUE on Darwin to kill some warnings.
(edit) @3600   17 years vboxsync Undefine PAGE_SHIFT to kill some warnings.
(edit) @3592   17 years vboxsync VRDP NO_COM.
(edit) @3586   17 years vboxsync Added request for generic guest capability reporting
(edit) @3585   17 years vboxsync VRDP NO_COM code.
(edit) @3584   17 years vboxsync Fixed typo and added UpdateGuestCapabilities support to VBoxBFE
(edit) @3582   17 years vboxsync Added seamless support property to the IGuest class
(edit) @3568   17 years vboxsync Removed obsolete visible region methods.
(edit) @3557   17 years vboxsync Renamed
(edit) @3556   17 years vboxsync Update for setting the visible region from within the guest
(edit) @3549   17 years vboxsync Renamed members of RTRECT
(edit) @3548   17 years vboxsync Quickly made PDMThread.cpp compile (still a bit unfinished).
(edit) @3530   17 years vboxsync docs and missing type.
(edit) @3526   17 years vboxsync Introduced RTRECT data type
(edit) @3525   17 years vboxsync Added set and query visible region functions to PDMIDISPLAYPORT
(edit) @3519   17 years vboxsync MM_TAG_PDM_THREAD
(edit) @3484   17 years vboxsync bugfix
(edit) @3473   17 years vboxsync Bugfix
(edit) @3472   17 years vboxsync Updates
(edit) @3468   17 years vboxsync Extension detection updates
(edit) @3460   17 years vboxsync Extension checks
(edit) @3453   17 years vboxsync updates for opengl extensions
(edit) @3449   17 years vboxsync Added SGI opengl extension headers
(edit) @3431   17 years vboxsync warning
(edit) @3403   17 years vboxsync Main/Glue: Enable everything in os2.h before pulling it into the …
(edit) @3399   17 years vboxsync warnings
(edit) @3393   17 years vboxsync Removed PCSUPGLOBALINFOPAGE and PCSUPGIPCPU to avoid const/volatile …
(edit) @3387   17 years vboxsync Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
(edit) @3363   17 years vboxsync fixed access to sup page from RING0 with GNUC
(edit) @3362   17 years vboxsync typo
(edit) @3361   17 years vboxsync fixed some GNU asm macros (missing clobber)
(edit) @3359   17 years vboxsync Some VRDP_NO_COM code
(edit) @3341   17 years vboxsync Export to OSE
(edit) @3333   17 years vboxsync VbglR3Clipboard*.
(edit) @3318   17 years vboxsync Main/Glue: Useful enhancements to com::ErrorInfo[Keeper].
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