VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21615   15 years vboxsync AHCI: fix race condition resulting in hanging I/O
(edit) @21614   15 years vboxsync Link extra AVL code into ring 0 library
(edit) @21613   15 years vboxsync VBoxGuestIDC-unix.c.h: fixed warnings.
(edit) @21612   15 years vboxsync OVF: Added remote OVF downloading.
(edit) @21611   15 years vboxsync video hw accel: DdLock optimization
(edit) @21610   15 years vboxsync NAT: bsd friendly binding
(edit) @21609   15 years vboxsync video hw accel: raise interrupts for urgent commands only, hgsmi …
(edit) @21608   15 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21607   15 years vboxsync Main: Enable a serial port for OS/2 guests by default.
(edit) @21606   15 years vboxsync TM.cpp: disable one more assertion
(edit) @21605   15 years vboxsync Solaris/vboxdrv: remove all created properties on unload explicitly.
(edit) @21604   15 years vboxsync Solaris/vboxdrv: log change.
(edit) @21603   15 years vboxsync Solaris/Installer: checkinstall don't ship fix.
(edit) @21602   15 years vboxsync Audio/Solaris: don't define LOG_ENABLED unconditionally.
(edit) @21601   15 years vboxsync NAT: correct binding
(edit) @21600   15 years vboxsync Solaris/Installer: install bindings for all supported python versions.
(edit) @21599   15 years vboxsync OVF: no using in headers
(edit) @21598   15 years vboxsync FE/Qt4: use the ARGB hack regardless of the Qt version
(edit) @21597   15 years vboxsync video hw accel: removed unnecessary polling code
(edit) @21596   15 years vboxsync video hw accel: interrupt support in guest video adapter & driver, …
(edit) @21595   15 years vboxsync grumble
(edit) @21594   15 years vboxsync thread-r0drv-solaris.c: better interrupt context detection?
(edit) @21593   15 years vboxsync RTSemSpinMutexRequest: Some adjustments.
(edit) @21592   15 years vboxsync VBoxRT-win64.def: ASMNopPause.
(edit) @21591   15 years vboxsync PDMCritSectEnter: PAUSE when spinning.
(edit) @21590   15 years vboxsync Solaris/Installer: bits.
(edit) @21589   15 years vboxsync Solaris/Installer: vboxshell.py to common and some simplifications.
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21587   15 years vboxsync Make sure we turn off X86_CR4_VME if we are in emulated real mode (VT-x)
(edit) @21586   15 years vboxsync FE/Qt4: 350ms should be enough
(edit) @21585   15 years vboxsync Real mode sti emulation wasn't entirely correct.
(edit) @21584   15 years vboxsync Python shell: more VM info
(edit) @21583   15 years vboxsync autorun.sh: solaris typo
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21581   15 years vboxsync REM: fixed interrupt latency issue
(edit) @21580   15 years vboxsync Additions/autorun: Fixed race with autoresponse file for Solaris autorun.
(edit) @21579   15 years vboxsync Additions/autorun.sh: solaris temp autoinstall file fix.
(edit) @21578   15 years vboxsync Build system: allow for building with docs except CHM files by …
(edit) @21577   15 years vboxsync HGCMInternal.cpp: missed HGCM parameter type conversion.
(edit) @21576   15 years vboxsync crOpenGL: fix deadlocks and context/window tracking for multithreaded …
(edit) @21575   15 years vboxsync Solaris/Installer: some cleanup.
(edit) @21574   15 years vboxsync Flush updates
(edit) @21572   15 years vboxsync Put back relevant comment
(edit) @21571   15 years vboxsync cbinding: exported to OSE
(edit) @21570   15 years vboxsync Fixed broken SVMR0InvlpgA
(edit) @21569   15 years vboxsync property set for VB and VBS
(edit) @21568   15 years vboxsync Cleaned up tlb flush signalling
(edit) @21567   15 years vboxsync Checked the wrong flush flag (excessive flushing)
(edit) @21566   15 years vboxsync Solaris/vboxdrv: Suspend-resume notification again.
(edit) @21565   15 years vboxsync Forgotten @todo for SMP on AMD-V
(edit) @21564   15 years vboxsync crOpenGL: enable glarrayelement calls with server side VBOs
(edit) @21563   15 years vboxsync crOpenGL: fix some rare crashes when using server side VBOs
(edit) @21562   15 years vboxsync Paranoia
(edit) @21561   15 years vboxsync Devices: Finally adding the first dtrace probes. :-)
(edit) @21560   15 years vboxsync mount.vboxsf.c: todos.
(edit) @21559   15 years vboxsync COM: implemented arrays support for Visual Basic (not VBS), sample …
(edit) @21558   15 years vboxsync build fix.
(edit) @21557   15 years vboxsync Solaris/USB: bits.
(edit) @21556   15 years vboxsync VBoxManage/createrawvmdk: force use of devices giving access to the …
(edit) @21555   15 years vboxsync semspinmutex-r0drv-generic.c: better fix.
(edit) @21554   15 years vboxsync semspinmutex-r0drv-generic.c: Fixed missing wakup.
(edit) @21553   15 years vboxsync video hw accel: overlay & flip fixes
(edit) @21552   15 years vboxsync thread-r0drv-linux.c: Make sure we return boolean.
(edit) @21551   15 years vboxsync tstR0ThreadPreemption: Some adjustments to new …
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21548   15 years vboxsync semspinmutex-r0drv-generic.c: Two bugfixes, more assertions.
(edit) @21547   15 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21546   15 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21545   15 years vboxsync semspinmutex-r0drv-generic.c: Fixed RTSemSpinMutexRelease.
(edit) @21543   15 years vboxsync semspinmutex-r0drv-generic.c: windows build fix
(edit) @21542   15 years vboxsync Runtime: separate error code for EBUSY, for getting better error …
(edit) @21541   15 years vboxsync tstR0ThreadPreemption: use ASMIntAreEnabled.
(edit) @21540   15 years vboxsync IPRT: RTSemSpinMutex implementation.
(edit) @21539   15 years vboxsync ASMNopPause implementation (mainly for AMD64/win).
(edit) @21538   15 years vboxsync fixed comment.
(edit) @21537   15 years vboxsync todo
(edit) @21536   15 years vboxsync iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without …
(edit) @21534   15 years vboxsync r3/generic
(edit) @21533   15 years vboxsync semfastmutex-generic.cpp: fixed leak in error path. @todo about no-nesting.
(edit) @21532   15 years vboxsync Additions/x11/vboxvideo: fix initial display corruption with large …
(edit) @21531   15 years vboxsync Solaris/USB: bits.
(edit) @21530   15 years vboxsync Solaris/VBoxNetFlt: minor change.
(edit) @21529   15 years vboxsync Main: fix length after substr
(edit) @21528   15 years vboxsync Additions: fix updating NoLoggedInUsers when VBoxService is started
(edit) @21527   15 years vboxsync Got rid of obsolete rdtsc restriction with SMP guests.
(edit) @21526   15 years vboxsync UUID for r48951
(edit) @21525   15 years vboxsync cbinding: added support for VBox 3.0
(edit) @21524   15 years vboxsync common/VBoxGuest: minor log fix.
(edit) @21523   15 years vboxsync crOpenGL: add protocol version check(4108), add max connected clients check
(edit) @21522   15 years vboxsync PCNet: Don't flood the release log with errors
(edit) @21520   15 years vboxsync COM: missed pieces of scriptability support
(edit) @21519   15 years vboxsync REMNotifyHandlerPhysicalFlushIfAlmostFull: Moved the threshold from 10 …
(edit) @21518   15 years vboxsync Sample Visual Basic Script frontend
(edit) @21517   15 years vboxsync Python shell: allow executing existing commands from extensions
(edit) @21516   15 years vboxsync FE/Qt4: new Windows OS icons
(edit) @21512   15 years vboxsync VMMDevHGCM.cpp: Hacking, seems combining PDMDEvHlpPhysRead doesn't …
(edit) @21511   15 years vboxsync vboxvfs/linux: playing with using physical page lists for writing. …
(edit) @21510   15 years vboxsync page list bufix.
(edit) @21509   15 years vboxsync linux/sharedfolders: No LOG_TO_BACKDOOR.
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