VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32905   14 years vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32904   14 years vboxsync wddm/3d: better shgsmi channel perf test
(edit) @32903   14 years vboxsync back out r66376
(edit) @32902   14 years vboxsync VGA: If only offsets changed and host does not share VRAM, a full mode …
(edit) @32901   14 years vboxsync tstRTPrfIO: profile some I/O related APIs.
(edit) @32900   14 years vboxsync Main: typo
(edit) @32899   14 years vboxsync Main: Drop the lock before triggering VMMDev/EMT activity during a CPU …
(edit) @32898   14 years vboxsync Main: Drop the lock before triggering VMMDev/EMT activity during a CPU …
(edit) @32897   14 years vboxsync VGA: Removed mode width restriction, broke out pitch calculation.
(edit) @32896   14 years vboxsync FE/Common: use XKB mappings or well known mappings for all keys, not …
(edit) @32895   14 years vboxsync FE/Common: Brazilian keyboard fix
(edit) @32894   14 years vboxsync Main: clean up GuestOSType constructor
(edit) @32893   14 years vboxsync Main/OVF: debugging
(edit) @32892   14 years vboxsync VMDK: Don't use sync I/O methods during async I/O
(edit) @32891   14 years vboxsync wddm/3d: adds burn fix take 2
(edit) @32890   14 years vboxsync wddm/3d: adds burn fix
(edit) @32889   14 years vboxsync wddm/3d: chromium over hgsmi transport fixing & perf measurement
(edit) @32888   14 years vboxsync Guest Copy/VBoxManage: Additional parameter check.
(edit) @32887   14 years vboxsync Hide FT
(edit) @32886   14 years vboxsync Compile fix
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32884   14 years vboxsync Storage/VMDK: build fix
(edit) @32883   14 years vboxsync Storage/VMDK: fix memory leak, and squash another non-sequential write …
(edit) @32882   14 years vboxsync Storage/VMDK: reorganize the compression/decompression code so that it …
(edit) @32881   14 years vboxsync VBoxTray/Makefile.kmk: Must include the WINDDK SDK dependency or …
(edit) @32880   14 years vboxsync Main: Solaris defaults back to IDE, OpenSolaris default remains SATA
(edit) @32879   14 years vboxsync AHCI: Clear status and error fields of a task for the async I/O case …
(edit) @32878   14 years vboxsync strncat fixes
(edit) @32877   14 years vboxsync wddm/3d: basics for chromium over hgsmi
(edit) @32876   14 years vboxsync Additions/WINNT/VBoxVideo: start refactoring the HGSMI code
(edit) @32875   14 years vboxsync FE/Common/VBoxKeyboard: try to use XKB to determine the keyboard …
(edit) @32874   14 years vboxsync FE/Common/VBoxKeyboard: try to use XKB to determine the keyboard …
(edit) @32873   14 years vboxsync Linux additions: Ubuntu Maverick fix (screen scrambled during …
(edit) @32872   14 years vboxsync Wrong PD type (triggers assertion in debug build; otherwise harmless)
(edit) @32871   14 years vboxsync EPT 2 MB large page mask is identical to PAE
(edit) @32870   14 years vboxsync Build fix.
(edit) @32869   14 years vboxsync Annoying assertion
(edit) @32868   14 years vboxsync Comment update
(edit) @32867   14 years vboxsync Fixed dereference of large pages in EPT/nested paging modes.
(edit) @32866   14 years vboxsync Guest Copy/VBoxManage+Main: Added very first bits (not enabled by …
(edit) @32865   14 years vboxsync Redundant check
(edit) @32864   14 years vboxsync Comment typo.
(edit) @32863   14 years vboxsync e1k: temporary code for MSI testing
(edit) @32862   14 years vboxsync MSI: don't generate events if globally disabled
(edit) @32861   14 years vboxsync one more
(edit) @32860   14 years vboxsync PCI: MSI per-vector masking, saved states
(edit) @32859   14 years vboxsync More informative assertion
(edit) @32858   14 years vboxsync Devices: pass down the destination interface pointer
(edit) @32857   14 years vboxsync APIC: very bad typo
(edit) @32856   14 years vboxsync vboxnetflt: qdisc compilation fix for newer kernels (#4814)
(edit) @32855   14 years vboxsync warning
(edit) @32854   14 years vboxsync build fix
(edit) @32853   14 years vboxsync Guest Execution/VBoxManage: Renamed "--flags ignoreorphanedchilds" to …
(edit) @32852   14 years vboxsync Guest Execution: - Implemented "ignore orphaned childs" flag …
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32850   14 years vboxsync Main: utilize Medium::exportFile on Appliance export
(edit) @32849   14 years vboxsync Main: enable exportFile
(edit) @32848   14 years vboxsync Paranoia
(edit) @32847   14 years vboxsync Clear VMCPU_FF_TO_R3 on the way out
(edit) @32846   14 years vboxsync NAT: properly close a socket if we've got POLLHUP
(edit) @32845   14 years vboxsync Additions/x11/VBoxClient: fix to r66291
(edit) @32844   14 years vboxsync Main: and _again_ was it wrong …
(edit) @32843   14 years vboxsync Main: Added an example on how to convert a ComObjPtr to an ComPtr of …
(edit) @32842   14 years vboxsync Logging: Missing parameter.
(edit) @32841   14 years vboxsync Logging.
(edit) @32840   14 years vboxsync fixed STAM_COUNTER_RESET
(edit) @32839   14 years vboxsync NAT: fixed STAM typo
(edit) @32838   14 years vboxsync German NLS fixes
(edit) @32837   14 years vboxsync Main: separate ovf creation and disk exporting
(edit) @32836   14 years vboxsync Runtime: fix check
(edit) @32835   14 years vboxsync FE/Qt4: reordering
(edit) @32834   14 years vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32833   14 years vboxsync FreeBSD: Support 2D video acceleration (Thanks to Sean C. Farley and …
(edit) @32832   14 years vboxsync Additions/x11/VBoxClient: attempt to fix segfault on shutdown
(edit) @32831   14 years vboxsync VMMDev: renamed two capabilities
(edit) @32830   14 years vboxsync tcp.cpp: Make the outlined fix for rtTcpClose work
(edit) @32829   14 years vboxsync Main/Mouse: Hungarian fixes
(edit) @32828   14 years vboxsync Main/Mouse: actually comment things
(edit) @32827   14 years vboxsync Main/Guest+Console: fix lock ordering issues, and mark code where this …
(edit) @32826   14 years vboxsync RDPWeb: support German keyboard layout on the client.
(edit) @32825   14 years vboxsync DevACPI.cpp: warnings
(edit) @32824   14 years vboxsync wddm/2d: missing file
(edit) @32823   14 years vboxsync wddm/2d: 2D video accel support fixes
(edit) @32822   14 years vboxsync one more of same kind
(edit) @32821   14 years vboxsync fix burn and fancy quote
(edit) @32820   14 years vboxsync PCI, PDM: initial drop of MSI support
(edit) @32819   14 years vboxsync Tab
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32817   14 years vboxsync Main: some locking and readability clean-up of MouseImpl
(edit) @32816   14 years vboxsync VGABIOS: 4bpp modes have zero bytes per pixel, not one.
(edit) @32815   14 years vboxsync GVMMR0SchedHalt: limit the timeout to 1 second
(edit) @32814   14 years vboxsync FE/Qt: VBoxSettingsPage renamed to UISettingsPage and refactored …
(edit) @32813   14 years vboxsync VBoxService: Some division through zero checks.
(edit) @32812   14 years vboxsync VGA: Added debugger command to dump VBE state.
(edit) @32811   14 years vboxsync VGA: Proper visible width calculation.
(edit) @32810   14 years vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32809   14 years vboxsync SF/win: remove unreachable returns
(edit) @32808   14 years vboxsync SF/win: close the handle properly + warning fix
(edit) @32807   14 years vboxsync VGA: Make sure the selected bank cannot get past VRAM size.
(edit) @32806   14 years vboxsync shared folders: fix misprint causing bsod
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