VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33014   14 years vboxsync waitqueue-r0drv-linux.h: The init_wait() macro didn't put the argument …
(edit) @33013   14 years vboxsync AHCI: Implement ATA_DEVICE_RESET for ATAPI devices (mandatory command …
(edit) @33012   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33010   14 years vboxsync RTSemEventMultiWaitNoResume: corrected assertion in the new …
(edit) @33009   14 years vboxsync Runtime/Process: avoid a hanging around zombie process when creating a …
(edit) @33008   14 years vboxsync Allocate more pgm pool pages for large guest memory configurations
(edit) @33007   14 years vboxsync doc/manual: typo.
(edit) @33006   14 years vboxsync IPRT: fixed rtR0MemObjLinuxAllocPages() which broke large pages on …
(edit) @33005   14 years vboxsync Renamed VBox-VRDP interface to VRDE (update).
(edit) @33004   14 years vboxsync Renamed VBox-VRDP interface to VRDE.
(edit) @33003   14 years vboxsync VBoxDisp: logging
(edit) @33002   14 years vboxsync VBoxDisp: properly clip reported VBVA rectangles.
(edit) @33001   14 years vboxsync VGA: Documented VBE_BYTEWISE_IO purpose.
(edit) @33000   14 years vboxsync Disable an assert for DEBUG_sunlover.
(edit) @32999   14 years vboxsync DevVGA: Better variable naming, corrected assertion.
(edit) @32998   14 years vboxsync Extra comment
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32996   14 years vboxsync belongs here
(edit) @32995   14 years vboxsync RTUuidFromUtf16: bug fix + testcase
(edit) @32994   14 years vboxsync RTUuidFromStr: bug fix + testcase.
(edit) @32993   14 years vboxsync byte write test.
(edit) @32992   14 years vboxsync tstDisasm-2: made it accept linux panic byte code sequences w/ …
(edit) @32991   14 years vboxsync Additions/VBoxService: Solaris: the R3 runtime needs libcontract
(edit) @32990   14 years vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32989   14 years vboxsync Additions/WINNT/Graphics: more refactoring
(edit) @32988   14 years vboxsync iprt: C warnings
(edit) @32987   14 years vboxsync deb: typo
(edit) @32986   14 years vboxsync Main: now that IPRT can read {UUID} we don't need to worry
(edit) @32985   14 years vboxsync DevAPIC.cpp: The count_shift reset value shall be 1 not 0, because …
(edit) @32984   14 years vboxsync FE/Qt: typo in a LogRel
(edit) @32983   14 years vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @32982   14 years vboxsync DevAPIC: Addressed the cause of the div by zero problem in …
(edit) @32981   14 years vboxsync FE/Qt4: correctly initialize the QImage to support virtual modes
(edit) @32980   14 years vboxsync Do *not* unlock the nested root page when exiting the shadow mode. …
(edit) @32979   14 years vboxsync iprt: RTUuidFromStr() / RTUuidFromUtf16(): allow the format …
(edit) @32978   14 years vboxsync DevVGA: Update the number of pages for all VBE modes based on VRAM size.
(edit) @32977   14 years vboxsync Extend assertion
(edit) @32976   14 years vboxsync Guest Copy/VBoxManage: Added file lookup/extraction support for ISO …
(edit) @32975   14 years vboxsync Config.kmk: enable VRDP memory consumption limit.
(edit) @32974   14 years vboxsync Forgot to reset variables after update.
(edit) @32973   14 years vboxsync Guest Copy/VBoxManage: Implemented support for reading files from an …
(edit) @32972   14 years vboxsync FE/Qt4: use update instead of repaint to merge repaint requests in …
(edit) @32971   14 years vboxsync XPCOM: implement a shortcut PR_CreateProcessDetached which directly …
(edit) @32970   14 years vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32969   14 years vboxsync build fix.
(edit) @32968   14 years vboxsync build fix
(edit) @32967   14 years vboxsync DevPCNet: comment
(edit) @32966   14 years vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32965   14 years vboxsync Main-OVF: fix check of the manifest file existence on import
(edit) @32964   14 years vboxsync DevPCNet: work around a WinXP driver bug which clears CSR0.TINT after …
(edit) @32963   14 years vboxsync undo undsired change
(edit) @32962   14 years vboxsync wddm/3d: profiling
(edit) @32961   14 years vboxsync whitespace
(edit) @32960   14 years vboxsync PCI: bad typo in PCI address computation, now Windows boots fine with MCFG
(edit) @32959   14 years vboxsync Storage/ATAController: release log msg cosmetics
(edit) @32958   14 years vboxsync Testcase
(edit) @32957   14 years vboxsync AHCI: Implement SuspendOnError to give the user a chance to fix …
(edit) @32956   14 years vboxsync Sleep a bit longer.
(edit) @32955   14 years vboxsync Lower the time slice to 100 ms
(edit) @32954   14 years vboxsync rc code
(edit) @32953   14 years vboxsync Finer grained cpu capping
(edit) @32952   14 years vboxsync Logging + longer sleep
(edit) @32951   14 years vboxsync PCI: cleanup, bits
(edit) @32950   14 years vboxsync VGA: Merge pfnUpdateRect calls for text modes, too.
(edit) @32949   14 years vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
(edit) @32948   14 years vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32947   14 years vboxsync VBoxManage: mention --hwvirtexexcl; manual: fixed documentation of …
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32945   14 years vboxsync manual: phys RAM = swap space does not apply to 64-bit Solaris hosts …
(edit) @32944   14 years vboxsync Storage/ATAController: Clean up suspending the VM on certain errors, …
(edit) @32943   14 years vboxsync Storage/ATA: Clean up suspending the VM on certain errors, and make …
(edit) @32942   14 years vboxsync deb: small fix
(edit) @32941   14 years vboxsync PCI: safety checks, cleaner code
(edit) @32940   14 years vboxsync crOpenGL: another perf counter
(edit) @32939   14 years vboxsync AHCI: MSI support
(edit) @32938   14 years vboxsync LSI logic: continue, even if no MSI on chipset
(edit) @32937   14 years vboxsync ChangeLog update.
(edit) @32936   14 years vboxsync dsound: Use global focus (instead of sticky).
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32934   14 years vboxsync Main/Medium: Automatically repair streamOptimized VMDK files too. They …
(edit) @32933   14 years vboxsync Audio/HDA: alc885 codec is introduced(workable with Linux guest, …
(edit) @32932   14 years vboxsync Main/HostImpl: Solaris DVD enumeration fix for USB CD/DVD drives.
(edit) @32931   14 years vboxsync Main/HostImpl: Solaris DVD enumeration fix for USB CD/DVD drives.
(edit) @32930   14 years vboxsync wddm: bugfix
(edit) @32929   14 years vboxsync Config.kmk: explicitely disable MMX/SSE code in RC code, some gcc …
(edit) @32928   14 years vboxsync Main/Display: properly change VBVA flags (the bug caused the guest …
(edit) @32927   14 years vboxsync build fix.
(edit) @32926   14 years vboxsync typo.
(edit) @32925   14 years vboxsync build fix.
(edit) @32924   14 years vboxsync crOpenGL: add opcodes counter
(edit) @32923   14 years vboxsync Config.kmk,Devices/Makefile.kmk: Enabled the experimental dtrace …
(edit) @32922   14 years vboxsync Config.kmk: Moved VBOX_WITH_NET*/VDE out of the hardening group, …
(edit) @32921   14 years vboxsync Stat type
(edit) @32920   14 years vboxsync Compile fix
(edit) @32919   14 years vboxsync nits
(edit) @32918   14 years vboxsync More space
(edit) @32917   14 years vboxsync Wrong stat type
(edit) @32916   14 years vboxsync Reversed
(edit) @32915   14 years vboxsync Additions/WINNT/Graphics: more refactorings
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