VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69998   7 years vboxsync VBoxGuest-win: Enable logging to host by default; registry key can …
(edit) @69997   7 years vboxsync VBoxService: Fixed VGSvcLog ellipsis/va_list mixup, renaming it to …
(edit) @69995   7 years vboxsync VBoxServiceTimeSync.cpp: AbsDriftMilli needs to be 64-bit, duh!
(edit) @69994   7 years vboxsync VBoxServiceTimeSync.cpp: Log radical changes to the guest time too, …
(edit) @69993   7 years vboxsync VBoxServiceTimeSync.cpp: s/g_uTimeSyncVerbosity/g_cTimeSyncVerbosity/ …
(edit) @69992   7 years vboxsync FE/Qt Adding svn property to newly created 'logviewer' folder
(edit) @69991   7 years vboxsync VBoxServiceTimeSync.cpp: Dropped the number from …
(edit) @69990   7 years vboxsync VBoxServiceTimeSync.cpp: Fixed …
(edit) @69989   7 years vboxsync Additions/common/OpenGL: fix regressions from r117617/public r68472. …
(edit) @69988   7 years vboxsync Additions/common/OpenGL: no static runtime in VBoxEGL. bugref:9060: …
(edit) @69987   7 years vboxsync VBoxService: Added …
(edit) @69986   7 years vboxsync Runtime/RTSerialPort: POSIX and Windows implementation fixes
(edit) @69985   7 years vboxsync ValidationKit: Start on a serial port testing utility
(edit) @69984   7 years vboxsync iprt/vfschain: Fixed anther parser escape thingy
(edit) @69983   7 years vboxsync VBoxGuest-netbsd.c: call config_init_component() for MODULE_CMD_INIT …
(edit) @69982   7 years vboxsync build fix
(edit) @69981   7 years vboxsync Additions/common/OpenGL: do not statically link the guest library …
(edit) @69980   7 years vboxsync Runtime/serialport-win.cpp: Updates, implement non blocking reads and …
(edit) @69979   7 years vboxsync VBoxGuest-netbsd.c: shuffle the code around to make the narration …
(edit) @69978   7 years vboxsync WDDM: DumpD3DCaps9.cpp compiler warnings.
(edit) @69977   7 years vboxsync IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
(edit) @69976   7 years vboxsync WDDM: two new formats for vboxWddmCalcBitsPerPixel; logging; minor cleanups
(edit) @69975   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Nits.
(edit) @69974   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Nits.
(edit) @69973   7 years vboxsync iprt/alloc: forgot to disable tracker.
(edit) @69972   7 years vboxsync iprt/RTLs.cpp: Fixed two leaks.
(edit) @69971   7 years vboxsync iprt/memtracker: Add the caller address to the tracking information.
(edit) @69970   7 years vboxsync iprt/r3/init.cpp: Tag the argument conversions as 'will-leak'.
(edit) @69969   7 years vboxsync log.cpp: flag the log instance as something that may leak.
(edit) @69968   7 years vboxsync VDPlugin: Free g_ahCacheBackendPlugins on shutdown; don't use memcpy …
(edit) @69967   7 years vboxsync IPRT/dvm: Don't leak volume related stuff.
(edit) @69966   7 years vboxsync Runtime: Start on serial port implementation for Windows
(edit) @69965   7 years vboxsync Devices/Graphics: VMSVGA: sync the just created shared resource in D3D …
(edit) @69964   7 years vboxsync HMSVMR0.cpp/hmR0SvmExitIntr: Log4 statement missing ES register.
(edit) @69963   7 years vboxsync Devices/Graphics: VMSVGA: renamed helpers for initialization and …
(edit) @69962   7 years vboxsync iprt/ntfsvfs.cpp: mark fall thru
(edit) @69961   7 years vboxsync VUSB/win: Report error early if further URBs cannot be queued.
(edit) @69960   7 years vboxsync iprt/ntfsvfs.cpp: Adjusted a couple of reference count assertions…
(edit) @69959   7 years vboxsync iprt/ntfsvfs.cpp: Implement proper resource cleanup on volume close. …
(edit) @69958   7 years vboxsync FE/Qt: Some coding style corrections
(edit) @69957   7 years vboxsync FE/Qt: bugref:8694: Make macOS Unscaled HiDPI Output feature to be …
(edit) @69956   7 years vboxsync Audio: Implemented support for dumping raw PCM data if debug mode is …
(edit) @69955   7 years vboxsync IPRT/vfs: Made pfnSetMode, pfnSetTimes, pfnSetOwner and pfnWrite …
(edit) @69954   7 years vboxsync OHCI: Report low/full speed to guest. Currently theoretical.
(edit) @69953   7 years vboxsync VBoxService/TimeSync: Log radical host time change; reduce latency. * …
(edit) @69952   7 years vboxsync VMM/TMR3UtcNow: pretty numbers
(edit) @69951   7 years vboxsync VMM/TMR3UtcNow: Log time changes between two calls larger than 30min. …
(edit) @69950   7 years vboxsync VMM/TMR3UtcNow: Log time changes between two calls larger than 30min.
(edit) @69948   7 years vboxsync Audio/HDA: Renaming (pStrm -> pStream).
(edit) @69947   7 years vboxsync OHCI: Reduced the number of port status bit definition sets from 3 to 1.
(edit) @69946   7 years vboxsync Audio/HDA: Logging.
(edit) @69945   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix. Restore VMCB fields on (premature) …
(edit) @69944   7 years vboxsync OHCI: Added comments for register bits.
(edit) @69943   7 years vboxsync iprt/ntfsvfs.cpp: Implemented file reading.
(edit) @69942   7 years vboxsync iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.
(edit) @69941   7 years vboxsync isomaker.cpp: Set inode number to zero for now, to make solaris happy. …
(edit) @69940   7 years vboxsync Devices/Graphics: VMSVGA: helpers for initialization and destruction …
(edit) @69939   7 years vboxsync Audio/HDA: Also keep track of currently active streams when loading a …
(edit) @69938   7 years vboxsync iprt/ntfsvfs.cpp: Implemented ReadDir, fixed Open('..') bug.
(edit) @69937   7 years vboxsync Additions/x11/vboxmouse: build driver for X.Org 1.18 in NetBSD 8.
(edit) @69936   7 years vboxsync VBoxGuest-netbsd.c: catch up with ioctl changes
(edit) @69935   7 years vboxsync FE/Qt: bugref:8939 Fixing MacOS doc menu update issue
(edit) @69934   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Bits
(edit) @69933   7 years vboxsync FE/Qt: bugref:9072 Refactor log viewer classes
(edit) @69932   7 years vboxsync VMM/HMSVMR0: Comment.
(edit) @69931   7 years vboxsync FE/Qt: bugref:8694: macOS: Moving HiDPI handling from cocoa to Qt rails.
(edit) @69930   7 years vboxsync VMM/HMSVMR0: Nits.
(edit) @69929   7 years vboxsync r0drv/netbsd: don't link in functions that are provided by the kernel
(edit) @69928   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Build fix
(edit) @69927   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Build fix
(edit) @69926   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixes
(edit) @69925   7 years vboxsync iprt/ntfsvfs.cpp: Made opening and traversing directories work.
(edit) @69924   7 years vboxsync iprt/ntfsvfs.cpp: working on the directory access (readonly) bits
(edit) @69923   7 years vboxsync Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command (Windows …
(edit) @69922   7 years vboxsync Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command.
(edit) @69921   7 years vboxsync Audio/HDA: Docs fix.
(edit) @69920   7 years vboxsync Build fix.
(edit) @69919   7 years vboxsync Audio/HDA: Integrated fixes up to r119397 from 5.1-audio-timing branch …
(edit) @69918   7 years vboxsync FE/Qt: bugref:9072 Move UIVMLogViewer* files under logviewer subfolder
(edit) @69917   7 years vboxsync FE/Qt: bugref:9072 Splitting UIVMLogViewer into a dialog and a widget
(edit) @69916   7 years vboxsync VMM/HMSVMR0: todo correction.
(edit) @69915   7 years vboxsync VMM/HMSVMR0: todo.
(edit) @69914   7 years vboxsync VMM/HMSVMR0: Flushing TLB in nested hw.virt fix.
(edit) @69913   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes). [build fix]
(edit) @69911   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes). [build fix]
(edit) @69910   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes).
(edit) @69909   7 years vboxsync dvmmbr.cpp: Used 32-bit instead of 64-bit type for extended partition …
(edit) @69908   7 years vboxsync Build fix
(edit) @69907   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69906   7 years vboxsync rtDvmVfsFile_Write+Read: Fixed handling of current offset (off=-1).
(edit) @69905   7 years vboxsync Devices/Graphics: VMSVGA: do not recreate D3D vertex declaration if it …
(edit) @69904   7 years vboxsync Devices/Graphics: VMSVGA: take screen offset into account; saved state …
(edit) @69903   7 years vboxsync IPRT/ntfsvfs.h: Working on reading the root dir. Did some cleanups. …
(edit) @69902   7 years vboxsync IPRT/ntfsvfs.h: Working on reading the root dir. Did some cleanups.
(edit) @69901   7 years vboxsync DrvHostSerial/Linux: drvHostSerialSetParameters - don't crash if …
(edit) @69900   7 years vboxsync CPUDb: Added T2600 (Yonah), T7600 (Merom) CPU profiles.
(edit) @69898   7 years vboxsync VMM/HMSVMR0: Windows debug build fix
(edit) @69897   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69896   7 years vboxsync Runtime: New serial port API [build fix for scm]
(edit) @69894   7 years vboxsync Runtime: New serial port API [build fix for non Linux hosts]
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette