VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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].
(edit) @3311   17 years vboxsync MEMALING = 8, even for L4
(edit) @3298   17 years vboxsync Added VERR_VMX_VMXON_FAILED
(edit) @3291   17 years vboxsync More error codes for VMX and SVM
(edit) @3284   17 years vboxsync Added logging request
(edit) @3283   17 years vboxsync fixed SUPGetGIP() for AMD64
(edit) @3281   17 years vboxsync Made cdefs.h and type.h work with IBM Visual Age for C++ (3.08)
(edit) @3280   17 years vboxsync Removed more obsolete VRDP code.
(edit) @3278   17 years vboxsync Removed some obsolete VRDP code.
(edit) @3269   17 years vboxsync type callingconvention function().
(edit) @3255   17 years vboxsync (Re-)implementing the AttachDD bit of the IDC.
(edit) @3251   17 years vboxsync Virgin (untested) timesync service code.
(edit) @3250   17 years vboxsync Two more timspec functions.
(edit) @3243   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3242   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3241   17 years vboxsync OS/2 basic IDC interface.
(edit) @3240   17 years vboxsync OSType -> VBOXOSTYPE (crashes with central OS typedef on mac).
(edit) @3234   17 years vboxsync Backed out 22204
(edit) @3229   17 years vboxsync Preparations for mapping a guest case-insensitive fs on a host case …
(edit) @3223   17 years vboxsync Moved the backdoor logging prototypes from VBox/log.h to iprt/log.h …
(edit) @3208   17 years vboxsync No need for VINF_IOM_HC_IOPORT_READWRITE afterall
(edit) @3205   17 years vboxsync Added OPTYPE_PORTIO_READ & OPTYPE_PORTIO_WRITE
(edit) @3204   17 years vboxsync Added VINF_IOM_HC_IOPORT_READWRITE (again)
(edit) @3200   17 years vboxsync compile fix
(edit) @3195   17 years vboxsync fixed l4 build break.
(edit) @3194   17 years vboxsync OS/2 port; documenting IOCtl trouble that's been brewing for a while …
(edit) @3193   17 years vboxsync fixed a couple of comments.
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3165   17 years vboxsync export to OSE
(edit) @3162   17 years vboxsync #undef RT_MAX on OS/2.
(edit) @3161   17 years vboxsync #undef PAGE_SIZE to avoid clashes (you change the header order if you …
(edit) @3159   17 years vboxsync Increased the devhlp version since somebody might be using it …
(edit) @3153   17 years vboxsync Multimonitor support.
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @3142   17 years vboxsync Moved the X11 guest clipboard connection and disconnection code into …
(edit) @3123   17 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @3112   17 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @3111   17 years vboxsync Added some missing assert macros
(edit) @3110   17 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @3107   17 years vboxsync Removed obsolete structure members
(edit) @3092   17 years vboxsync Work in the linux kernel env. too.
(edit) @3089   17 years vboxsync Defined a constant for maximum number of HGCM function parameters.
(edit) @3086   17 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @3075   18 years vboxsync Added opengl group
(edit) @3070   18 years vboxsync Update
(edit) @3066   18 years vboxsync Update to version strings
(edit) @3065   18 years vboxsync Added prefined strings for Windows resource files
(edit) @3044   18 years vboxsync Main: Added ErrorInfoKeeper::takeError().
(edit) @3022   18 years vboxsync Check that there is a symbol table in the ELF relocatable image we're …
(edit) @3008   18 years vboxsync export it.
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @3004   18 years vboxsync Moved the declarations up to the top so changes to the #defines can be …
(edit) @3000   18 years vboxsync added VBOX_VENDOR
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2976   18 years vboxsync Main: - XPCOM: Implemented storing compreg.data and xpti.data in the …
(edit) @2911   18 years vboxsync Backed out 21577 as it was the wrong fix for log.cpp asserting on …
(edit) @2906   18 years vboxsync Changed VALID_PTR check for Win64.
(edit) @2847   18 years vboxsync Backed out 21480
(edit) @2846   18 years vboxsync Backed out 21485 & 21486
(edit) @2844   18 years vboxsync usblibQueryDeviceAddress added
(edit) @2843   18 years vboxsync usbLibReleaseDevice update
(edit) @2838   18 years vboxsync Update
(edit) @2836   18 years vboxsync Added usbLibReleaseDevice
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