VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21662   16 years vboxsync NAT: linalias's links expire too fast
(edit) @21661   16 years vboxsync NAT: backed 50155
(edit) @21660   16 years vboxsync Main: Build fix for when building without USB support
(edit) @21659   16 years vboxsync DrvNAT: Build fix for FreeBSD. Thanks to Beat Gaetzi
(edit) @21658   16 years vboxsync Runtime/memobj-freebsd: Fix crash during VM temrination on …
(edit) @21657   16 years vboxsync Runtime/memuserkernel-freebsd: Fix compilation. There is no …
(edit) @21656   16 years vboxsync Updates
(edit) @21655   16 years vboxsync QT GUI: make valid root directory path for shared folders host path on …
(edit) @21654   16 years vboxsync Solaris/Installer: vboxconfig.sh initial checkin.
(edit) @21653   16 years vboxsync TPR patching updates
(edit) @21652   16 years vboxsync Updates + compile fixes
(edit) @21651   16 years vboxsync SharedClipboard/x11: switch logging from debug to user-enabled release …
(edit) @21649   16 years vboxsync Patching updates (not enabled)
(edit) @21647   16 years vboxsync Pass RDP client name, username and domain via guest properties …
(edit) @21645   16 years vboxsync Naming changes
(edit) @21644   16 years vboxsync Register guest allocated memory (locked & executable) for patching …
(edit) @21643   16 years vboxsync Main: fix Darwin burn
(edit) @21641   16 years vboxsync typo
(edit) @21640   16 years vboxsync Python: WS Python bindings fully usable, extend shell to control remote VMs
(edit) @21639   16 years vboxsync Pass RDP client name via a guest property (xTracker #4123)
(edit) @21638   16 years vboxsync Additions/x11/seamless: make moving windows in KDE guests work correctly
(edit) @21637   16 years vboxsync Reverted r50166: committed the wrong file.
(edit) @21635   16 years vboxsync 3.0: Backported r49929: sf: parameter validation.
(edit) @21634   16 years vboxsync Installer: fix double pdf target warning
(edit) @21633   16 years vboxsync vbi/memobj-r0drv-solaris.c: reserving kernel address space. (Same as …
(edit) @21632   16 years vboxsync VBoxGuest.cpp: A bit more logging in vboxGuestInitFixateGuestMappings.
(edit) @21631   16 years vboxsync NAT: libalias's modules termination
(edit) @21630   16 years vboxsync NAT: libalias's links were expired too fast
(edit) @21629   16 years vboxsync HostServices/GuestProperties: fix a todo
(edit) @21627   16 years vboxsync HostServices/SharedClipboard: attempt to fix the next Darwin burn
(edit) @21626   16 years vboxsync Devices/Storage/DrvHostBase.cpp: attempt to fix a burn due to a …
(edit) @21624   16 years vboxsync crOpenGL: build fix to the host service
(edit) @21623   16 years vboxsync HostServices: added getBuffer and getString methods to the host …
(edit) @21622   16 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @21621   16 years vboxsync memobj-r0drv-solaris.c: Implemented reserving kernel address space.
(edit) @21620   16 years vboxsync TPR access optimization experiments (disabled).
(edit) @21619   16 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21618   16 years vboxsync BIOS: Stop PCI BIOS from destroying edx/ecx. Fixes IBMIDECD.SYS driver.
(edit) @21617   16 years vboxsync ministring.cpp: properties, file header (short description, sepearate …
(edit) @21616   16 years vboxsync nitpicking.
(edit) @21615   16 years vboxsync AHCI: fix race condition resulting in hanging I/O
(edit) @21614   16 years vboxsync Link extra AVL code into ring 0 library
(edit) @21613   16 years vboxsync VBoxGuestIDC-unix.c.h: fixed warnings.
(edit) @21612   16 years vboxsync OVF: Added remote OVF downloading.
(edit) @21611   16 years vboxsync video hw accel: DdLock optimization
(edit) @21610   16 years vboxsync NAT: bsd friendly binding
(edit) @21609   16 years vboxsync video hw accel: raise interrupts for urgent commands only, hgsmi …
(edit) @21608   16 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21607   16 years vboxsync Main: Enable a serial port for OS/2 guests by default.
(edit) @21606   16 years vboxsync TM.cpp: disable one more assertion
(edit) @21605   16 years vboxsync Solaris/vboxdrv: remove all created properties on unload explicitly.
(edit) @21604   16 years vboxsync Solaris/vboxdrv: log change.
(edit) @21603   16 years vboxsync Solaris/Installer: checkinstall don't ship fix.
(edit) @21602   16 years vboxsync Audio/Solaris: don't define LOG_ENABLED unconditionally.
(edit) @21601   16 years vboxsync NAT: correct binding
(edit) @21600   16 years vboxsync Solaris/Installer: install bindings for all supported python versions.
(edit) @21599   16 years vboxsync OVF: no using in headers
(edit) @21598   16 years vboxsync FE/Qt4: use the ARGB hack regardless of the Qt version
(edit) @21597   16 years vboxsync video hw accel: removed unnecessary polling code
(edit) @21596   16 years vboxsync video hw accel: interrupt support in guest video adapter & driver, …
(edit) @21595   16 years vboxsync grumble
(edit) @21594   16 years vboxsync thread-r0drv-solaris.c: better interrupt context detection?
(edit) @21593   16 years vboxsync RTSemSpinMutexRequest: Some adjustments.
(edit) @21592   16 years vboxsync VBoxRT-win64.def: ASMNopPause.
(edit) @21591   16 years vboxsync PDMCritSectEnter: PAUSE when spinning.
(edit) @21590   16 years vboxsync Solaris/Installer: bits.
(edit) @21589   16 years vboxsync Solaris/Installer: vboxshell.py to common and some simplifications.
(edit) @21588   16 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21587   16 years vboxsync Make sure we turn off X86_CR4_VME if we are in emulated real mode (VT-x)
(edit) @21586   16 years vboxsync FE/Qt4: 350ms should be enough
(edit) @21585   16 years vboxsync Real mode sti emulation wasn't entirely correct.
(edit) @21584   16 years vboxsync Python shell: more VM info
(edit) @21583   16 years vboxsync autorun.sh: solaris typo
(edit) @21582   16 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21581   16 years vboxsync REM: fixed interrupt latency issue
(edit) @21580   16 years vboxsync Additions/autorun: Fixed race with autoresponse file for Solaris autorun.
(edit) @21579   16 years vboxsync Additions/autorun.sh: solaris temp autoinstall file fix.
(edit) @21578   16 years vboxsync Build system: allow for building with docs except CHM files by …
(edit) @21577   16 years vboxsync HGCMInternal.cpp: missed HGCM parameter type conversion.
(edit) @21576   16 years vboxsync crOpenGL: fix deadlocks and context/window tracking for multithreaded …
(edit) @21575   16 years vboxsync Solaris/Installer: some cleanup.
(edit) @21574   16 years vboxsync Flush updates
(edit) @21572   16 years vboxsync Put back relevant comment
(edit) @21571   16 years vboxsync cbinding: exported to OSE
(edit) @21570   16 years vboxsync Fixed broken SVMR0InvlpgA
(edit) @21569   16 years vboxsync property set for VB and VBS
(edit) @21568   16 years vboxsync Cleaned up tlb flush signalling
(edit) @21567   16 years vboxsync Checked the wrong flush flag (excessive flushing)
(edit) @21566   16 years vboxsync Solaris/vboxdrv: Suspend-resume notification again.
(edit) @21565   16 years vboxsync Forgotten @todo for SMP on AMD-V
(edit) @21564   16 years vboxsync crOpenGL: enable glarrayelement calls with server side VBOs
(edit) @21563   16 years vboxsync crOpenGL: fix some rare crashes when using server side VBOs
(edit) @21562   16 years vboxsync Paranoia
(edit) @21561   16 years vboxsync Devices: Finally adding the first dtrace probes. :-)
(edit) @21560   16 years vboxsync mount.vboxsf.c: todos.
(edit) @21559   16 years vboxsync COM: implemented arrays support for Visual Basic (not VBS), sample …
(edit) @21558   16 years vboxsync build fix.
(edit) @21557   16 years vboxsync Solaris/USB: bits.
(edit) @21556   16 years vboxsync VBoxManage/createrawvmdk: force use of devices giving access to the …
(edit) @21555   16 years vboxsync semspinmutex-r0drv-generic.c: better fix.
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