VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40387   13 years vboxsync wddm: concurrency fixes
(edit) @40383   13 years vboxsync ExtPacks/VNC: New extension pack contributed by Ivo Smits, Howard Su …
(edit) @40372   13 years vboxsync some customer complained the 'unprofessional' error message
(edit) @40356   13 years vboxsync MWAIT fixes: Only clear the mwait-active flag when actually resuming …
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40322   13 years vboxsync Frontends/VirtualBox: fix lptX definitions
(edit) @40314   13 years vboxsync Fix assertion on OS/2.
(edit) @40310   13 years vboxsync Devices/VMMDev and Additions: use a single definition for the value …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40258   13 years vboxsync Storage/VD: errors during closing all images in VDDestroy shouldn't be lost
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @40235   13 years vboxsync build fixes.
(edit) @40222   13 years vboxsync IEM: Implemented fldcw, fldenv fnstcw and fnstenv.
(edit) @40213   13 years vboxsync VMMDev: Added facility for auto-logon modules.
(edit) @40211   13 years vboxsync VbglR3: Added functions for auto-logon facility reporting + remote …
(edit) @40206   13 years vboxsync iprt/isofs: gcc warning and 32-bit file size limit explanation
(edit) @40191   13 years vboxsync iprt/err: added VERR_NOT_AVAILABLE and fixed duplicate error codes
(edit) @40182   13 years vboxsync protected mode far call and far return.
(edit) @40170   13 years vboxsync MSRs and MTRRs, CPUM saved state changed. (linux 2.4.31 seems to …
(edit) @40162   13 years vboxsync fmul st0,m64r
(edit) @40161   13 years vboxsync IEM: Debugged fdiv, hacked my way around shortcuts in the recompiler …
(edit) @40144   13 years vboxsync fdiv - almost there…
(edit) @40140   13 years vboxsync Move X86_XCPT_* to x86extra.mac.
(edit) @40138   13 years vboxsync IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.
(edit) @40123   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40091   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40076   13 years vboxsync Changed the types of the r80 views of the FPU registers.
(edit) @40071   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40069   13 years vboxsync Floating point testing.
(edit) @40066   13 years vboxsync hash the teleporter token.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @40053   13 years vboxsync IPRT: Added RTAvllU32RemoveNode.
(edit) @40052   13 years vboxsync IPRT: Added string hashing API (RTStrHash1*).
(edit) @40036   13 years vboxsync Runtime: export new filesystem code.
(edit) @40030   13 years vboxsync VD: New interface to query the use of blocks in the disk image
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40027   13 years vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @40025   13 years vboxsync gcc-4.7 fixes
(edit) @40023   13 years vboxsync gcc-4.7 fixes
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40006   13 years vboxsync build fix.
(edit) @40005   13 years vboxsync More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
(edit) @39993   13 years vboxsync tstX86-1: Some fxsave and fxrstor tests.
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(edit) @39920   13 years vboxsync GMM/PageFusion: Some cleanups (elimiated gotos) and more detailed …
(edit) @39918   13 years vboxsync improve r75830 (better Linux 3.3 compile fix)
(edit) @39917   13 years vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39910   13 years vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(edit) @39906   13 years vboxsync GuestCtrl/VBoxService: Added active/inactive guest process thread …
(edit) @39897   13 years vboxsync RTCString: Adding count() from QString, implementing one of the three …
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @39882   13 years vboxsync Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
(edit) @39877   13 years vboxsync IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
(edit) @39856   13 years vboxsync pdmifs.h: Doc update: PDMIMEDIA pairs with PDMIMEDIAPORT now.
(edit) @39854   13 years vboxsync PDM: Extended the driver chain transformations with a mergeconfig …
(edit) @39853   13 years vboxsync CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
(edit) @39847   13 years vboxsync crOpenGL: fix saved state issues
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39838   13 years vboxsync CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
(edit) @39836   13 years vboxsync Clearify RTTHREADFLAGS_WAITABLE docs.
(edit) @39826   13 years vboxsync Runtume/linux: build linux-3.3.0-rc1 (please review).
(edit) @39825   13 years vboxsync VBoxGuestInfo2::szName updated documenation.
(edit) @39804   13 years vboxsync Fixed regression (I hope) in yesterdays tcp/socket changes (name …
(edit) @39803   13 years vboxsync space
(edit) @39798   13 years vboxsync VD: Add option to ignore flush requests
(edit) @39792   13 years vboxsync iprt/mem.h: Use RT_THROW not throw to indicate exceptions thrown by a …
(edit) @39732   13 years vboxsync mangler.h: RTCdrom*.
(edit) @39730   13 years vboxsync iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
(edit) @39727   13 years vboxsync VINF_SYS_MAY_POWER_OFF
(edit) @39724   13 years vboxsync Shutdown implementation for linux (untested).
(edit) @39722   13 years vboxsync build fix
(edit) @39721   13 years vboxsync RTSystemShutdown: stub.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39686   13 years vboxsync req.h: docs.
(edit) @39684   13 years vboxsync Parallel: Some love for the long abandoned parallel port emulation. …
(edit) @39658   13 years vboxsync iprt/mem.h: missing header
(edit) @39654   13 years vboxsync GuestControlSvc.h: Fixed wait-for-start flag.
(edit) @39645   13 years vboxsync VRDE.h: comments.
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39641   13 years vboxsync IPRT headers: warning
(edit) @39632   13 years vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39628   13 years vboxsync symlinks: small fixes
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39620   13 years vboxsync more reqpool code.
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39603   13 years vboxsync crHgsmi: cleanup
(edit) @39602   13 years vboxsync wine/XPDM: 1. Additional swapchain creation fixes 2. De-libwine'ize …
(edit) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39519   13 years vboxsync VD: API to repair corrupted images
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39509   13 years vboxsync iprt/list.h: RTLISTANCHOR.
(edit) @39504   13 years vboxsync RTReq: A bit more.
(edit) @39503   13 years vboxsync RTReq: Bugfix and some more refactoring.
(edit) @39500   13 years vboxsync RTReq: More refactoring.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39493   13 years vboxsync VRDP, Main: forward UTCINFO events as guest properties.
(edit) @39457   13 years vboxsync iprt/cdefs.h: Added decimal grouping macros (RT_Dn).
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