VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26431   15 years vboxsync Updated function description
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @26419   15 years vboxsync tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
(edit) @26416   15 years vboxsync RTMemCache: Initial coding (completely untested).
(edit) @26414   15 years vboxsync Bump chunk size to 2 MB in preparation for big page usage.
(edit) @26399   15 years vboxsync pdmdev.h: Increase the major version when making incomaptible change …
(edit) @26380   15 years vboxsync VbglR3/VBoxCredProv/pam_vbox: Renamed VbglR3CredentialsAreAvailable() …
(edit) @26376   15 years vboxsync HPET: reworking locking per Knut suggestions
(edit) @26374   15 years vboxsync VbglR3/VBoxCredProv/pam_vbox: Return value for …
(edit) @26369   15 years vboxsync iprt/err.h: VERR_IGNORED
(edit) @26350   15 years vboxsync Removed the balloon interface from Main's VMM device. Directly call …
(edit) @26341   15 years vboxsync include/iprt: scm cleaning up spaces.
(edit) @26333   15 years vboxsync Main, QT4/FE: OS X guest type support
(edit) @26330   15 years vboxsync Introducing PGMR3PhysFreeRamPages
(edit) @26325   15 years vboxsync Update
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26304   15 years vboxsync include/Makefile.kmk: Corrected template name.
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @26277   15 years vboxsync VMM: more RC/GC warnings - CSAMDoesPageNeedScanning and CSAMMarkPage …
(edit) @26275   15 years vboxsync USB: string descriptor caching for virtual devices.
(edit) @26271   15 years vboxsync VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
(edit) @26248   15 years vboxsync USB: Descriptor member name cleanup. (#2603)
(edit) @26243   15 years vboxsync VbglR3CredentialsDestroy: s/uint8_t u8NumPasses/uint32_t cPasses/. …
(edit) @26239   15 years vboxsync Main: coding style
(edit) @26236   15 years vboxsync Main: remove some dead errorinfo code
(edit) @26227   15 years vboxsync s/IN_SUP_GC/IN_SUP_RC/g; s/SUPGCDECL/SUPRCDECL/g
(edit) @26226   15 years vboxsync s/RTGCDECL/RTGCDECL/g
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26209   15 years vboxsync IPRT: Added RTTimeSet.
(edit) @26205   15 years vboxsync Oracle Linux OS type
(edit) @26192   15 years vboxsync VBox/version.h: todo.
(edit) @26182   15 years vboxsync UsbMsd: More hacking.
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26175   15 years vboxsync PDM: Ring-0 and raw-mode context driver helpers. Driver RC relcoations.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26170   15 years vboxsync PDM: s/pUsbHlp/pHlpR3/g - PDMUSBINS.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26168   15 years vboxsync PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26164   15 years vboxsync PDM: Cleaning up device & USB device registration code.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26162   15 years vboxsync PDM: s/pUsbReg/pReg/g
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26159   15 years vboxsync PDMDevHlpR3: Added LdrGetR[C0]InterfaceSymbols.
(edit) @26158   15 years vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26156   15 years vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26151   15 years vboxsync PDM: In the processes of adding PDMR3LdrGetInterface + DrvHlps & DevHlps.
(edit) @26148   15 years vboxsync VbglR3/pam_vbox: Added VbglR3CredentialsDestroy(), update on PAM module.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26146   15 years vboxsync Make sure we fall back to the recompiler if the VMM device heap is …
(edit) @26143   15 years vboxsync Introducing PDMVMMDevHeapIsEnabled
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @26133   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26111   15 years vboxsync CFGM: Added CFGMR3ValidateConfig as a replacement for …
(edit) @26093   15 years vboxsync Branding: right fix for r57057
(edit) @26090   15 years vboxsync Branding: quick win burn fix (will review later)
(edit) @26089   15 years vboxsync Branding: Moved the Product & Vendor strings to kBuild, so it could be …
(edit) @26066   15 years vboxsync Guest SMP: force all VCPUs to go back to ring 3 when a pgm pool flush …
(edit) @26061   15 years vboxsync VBoxService,VBoxGuestLib: CPU hot plugging cleanup + review.
(edit) @26060   15 years vboxsync IPRT: Added RTFileOpenF/V.
(edit) @26034   15 years vboxsync VBOX_VENDOR, VBOX_PRODUCT
(edit) @26011   15 years vboxsync iprt/cdefs.h: build fix.
(edit) @26007   15 years vboxsync iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
(edit) @26006   15 years vboxsync iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25995   15 years vboxsync VMM: PDM infrastructure for HPET
(edit) @25993   15 years vboxsync DrvIntNet.cpp: Preparing for R0/RC.
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25975   15 years vboxsync CPU hotplug: Merge guest additions patch
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25958   15 years vboxsync REMNotifyInvalidatePage never rails; drop the return code
(edit) @25953   15 years vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25939   15 years vboxsync Main: remove LOCKCLASS_USBPROXYSERVICE
(edit) @25935   15 years vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25922   15 years vboxsync iprt/file.h: doc update.
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25906   15 years vboxsync Main: remove the evil Auto*Lock*::maybeEnter() function which is no …
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25885   15 years vboxsync filemuncher
(edit) @25881   15 years vboxsync Main: remove unused and broken autolock code
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