VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28560   15 years vboxsync Additions: s/BYTE/uint8_t/g
(edit) @28559   15 years vboxsync Main: warning
(edit) @28558   15 years vboxsync FE/Qt: always show the revision of the guest additions
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28556   15 years vboxsync Main/MediumLock: add method to retrieve requested lock mode
(edit) @28555   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28554   15 years vboxsync FE/Qt: use the guest property when showing the version of the guest …
(edit) @28553   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28552   15 years vboxsync crOpenGL: add missing renderbuffers tracking on guest side
(edit) @28551   15 years vboxsync Comments and spaces.
(edit) @28550   15 years vboxsync code cleanup
(edit) @28549   15 years vboxsync Currently we only support memory ballooning on all 64-bit hosts except …
(edit) @28548   15 years vboxsync Indent.
(edit) @28547   15 years vboxsync Guest Control: Update (FreeBSD installer).
(edit) @28546   15 years vboxsync VBoxService: Delete stale installation directory + version/rev entries …
(edit) @28545   15 years vboxsync fixed VBoxGuesControlSvc for hardened builds
(edit) @28544   15 years vboxsync VbglR3: Added Windows storage path lookup for built in vendors.
(edit) @28543   15 years vboxsync Main/TestVBoxOGL: fixed order of libGL.so dependency
(edit) @28542   15 years vboxsync NAT: typo.
(edit) @28541   15 years vboxsync FE/Qt4: show guest screen count in details view if more than one is …
(edit) @28540   15 years vboxsync FE/Qt4-OSX: new core: restore correct dock preview size on monitor switch
(edit) @28538   15 years vboxsync python/Makefile.kmk++: bugger
(edit) @28537   15 years vboxsync python/Makefile.kmk++: Massage, hope it still works.
(edit) @28535   15 years vboxsync iprt: add RTSocketFromNative API
(edit) @28534   15 years vboxsync crOpenGL: add visible region support for host offscreen rendering
(edit) @28533   15 years vboxsync Solaris/r0drv: RTSemMutex, removed cWaking, fSignaled added cRefs.
(edit) @28532   15 years vboxsync Solaris/r0drv: RTSemMutex implementation.
(edit) @28531   15 years vboxsync Main/OVF: fix import of IDE controllers (export currently broken)
(edit) @28530   15 years vboxsync BIOS: It is a good idea to initialize variables before using them, not …
(edit) @28529   15 years vboxsync Main: added a note
(edit) @28528   15 years vboxsync VBoxManageControlVM: use IGuest::SetMemoryBalloonSize for changing …
(edit) @28527   15 years vboxsync Main: IMachine::SetMemoryBalloonSize may change the size of the …
(edit) @28526   15 years vboxsync Main/MediumImpl: fix regression when creating diff images
(edit) @28525   15 years vboxsync fixed comment
(edit) @28524   15 years vboxsync Missing parameters
(edit) @28523   15 years vboxsync RTMemFree -> RTMemPageFree (DevAHCI.cpp)
(edit) @28522   15 years vboxsync NAT: logs l3->l2.
(edit) @28521   15 years vboxsync crOpenGL: allow to use another extension for fbo support
(edit) @28520   15 years vboxsync NAT: destructor and fini hooks are called from slirp_uma_free. …
(edit) @28519   15 years vboxsync Compile fix
(edit) @28518   15 years vboxsync VBoxGuest: Hrmpf!
(edit) @28517   15 years vboxsync semmutex-r0drv-nt.cpp: Made a shot at RTSemMutexIsOwned.
(edit) @28516   15 years vboxsync VBoxGuest: be less verbose on timeouts
(edit) @28515   15 years vboxsync semmutex-r0drv-darwin.cpp: Initial implementation.
(edit) @28514   15 years vboxsync tstRTR0SemMutex: Added a missing check in the threaded part.
(edit) @28513   15 years vboxsync ACPI: make NIC object acceptable by Windows guests
(edit) @28512   15 years vboxsync typo
(edit) @28511   15 years vboxsync python: 10.6 SDK too
(edit) @28510   15 years vboxsync refined r60215
(edit) @28509   15 years vboxsync python: reduce search set for Python SDKs
(edit) @28508   15 years vboxsync Solaris additions build fix
(edit) @28507   15 years vboxsync Guest statistics: fixed reporting of Solaris guest CPU information for …
(edit) @28506   15 years vboxsync Guest statistics: be more verbose on error in Linux guests; added …
(edit) @28505   15 years vboxsync SUPDrv: Solaris: fix trunk builds till r0drv sem is implemented.
(edit) @28503   15 years vboxsync IPRT: Split up r0drv/darwin/semaphore-r0drv-darwin.cpp.
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28501   15 years vboxsync NAT: missed (m_free -> m_freem).
(edit) @28499   15 years vboxsync Wrong flag
(edit) @28498   15 years vboxsync FE/VirtualBox: Include libXinerama on FreeBSD too
(edit) @28497   15 years vboxsync Runtime/FreeBSD: Build fix
(edit) @28496   15 years vboxsync Runtime/FreeBSD: Build fix
(edit) @28495   15 years vboxsync FE/Qt4: new core: no ifdef in the end comment
(edit) @28494   15 years vboxsync NAT: correctly returns null values to DrvNAT in case zone has run out …
(edit) @28493   15 years vboxsync FE/Qt4: new core: fix menu recreation bug on OSX introduced by r58722
(edit) @28492   15 years vboxsync FE/Qt4-OSX: revert r57831
(edit) @28491   15 years vboxsync FE/Qt4: fix isNull bug, caused by no null Bstr anymore changes
(edit) @28490   15 years vboxsync NAT: don't call constructor on null buffer.
(edit) @28489   15 years vboxsync typo
(edit) @28488   15 years vboxsync SrvIntNetR0.cpp: Started replacing the non-recrusive fast mutexes with …
(edit) @28487   15 years vboxsync ACPI: another attempt to provide primary NIC info via ACPI
(edit) @28486   15 years vboxsync hpet: cosmetics
(edit) @28485   15 years vboxsync typo
(edit) @28484   15 years vboxsync solaris build fix.
(edit) @28483   15 years vboxsync NAT: nuke dead code.
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28481   15 years vboxsync Main/GuestImp: fixed wrong conversion of CPU load values
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @28479   15 years vboxsync semmutex-r0drv-freebsd.c: just remembered seeing SX_LOCK_RECURSED.
(edit) @28478   15 years vboxsync python shell: couple missed bits
(edit) @28477   15 years vboxsync SUPR0.def: RTSemMutex*
(edit) @28476   15 years vboxsync semmutex-r0drv-freebsd.c: A quick sketch, very incomplete though and …
(edit) @28475   15 years vboxsync crOpenGL: update to wine 1.1.43
(edit) @28474   15 years vboxsync python shell: few Windows specific tweaks
(edit) @28473   15 years vboxsync Guest Control: Update (Solaris installer).
(edit) @28472   15 years vboxsync tstRTR0SemMutex: More tests.
(edit) @28470   15 years vboxsync Guest Control: Update (Linux installer/packages).
(edit) @28469   15 years vboxsync semmutex-r0drv-linux.c: fairness fix.
(edit) @28468   15 years vboxsync Main: bug in args check of Display::TakeScreenShotToArray
(edit) @28466   15 years vboxsync semmutex-r0drv-linux.c: bug fix.
(edit) @28465   15 years vboxsync Guest Control: Update (context ID clamping).
(edit) @28464   15 years vboxsync Guest Control: Update (cosmetics).
(edit) @28463   15 years vboxsync Guest Control: Update (extended error info, callback bugfixes).
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28461   15 years vboxsync python shell: size checks
(edit) @28460   15 years vboxsync Don't catch cr8 writes by default for nested paging
(edit) @28459   15 years vboxsync time-win.cpp: Fixed 1000000 scale down bug in RTTimeSystemMilliTS …
(edit) @28458   15 years vboxsync Cleared entire page table entry
(edit) @28457   15 years vboxsync FE/Qt: New running VM core menubar fixes: 1. Normal mode menubar now …
(edit) @28456   15 years vboxsync solaris build fix
(edit) @28455   15 years vboxsync DevPS2: Once OBF is set, do not change the type of the reported event.
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