VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77423   6 years vboxsync SUPDrv: Use atomics while updating host MSR-cached global variable.
(edit) @77422   6 years vboxsync linux/vboxsf: sf_readpage fix. bugref:9172
(edit) @77421   6 years vboxsync linux/vboxsf: Better use VbglR0SfHostReqReadPgLst in sf_readpage. …
(edit) @77420   6 years vboxsync linux/vboxsf: Rewrote sf_readpage() to use VbglR0SfHostReqReadContig. …
(edit) @77419   6 years vboxsync linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the …
(edit) @77418   6 years vboxsync FsPerf: updates. bugref:9172
(edit) @77417   6 years vboxsync iprt/the-linux-kernel.h: Build fix for 2.6.0...3. bugref:9172
(edit) @77416   6 years vboxsync More linux kernel module Makefile cleanups: Oops.
(edit) @77415   6 years vboxsync More linux kernel module Makefile cleanups: Somehow missed the drm …
(edit) @77414   6 years vboxsync VBoxDbg: some code cleanup
(edit) @77413   6 years vboxsync Guest Control/Validation Kit: Use an array for file.write() calls.
(edit) @77412   6 years vboxsync VBoxDbg: Moved the title management to the VBoxDbgBaseWindow class, …
(edit) @77411   6 years vboxsync Devices/UART: Properly handle loopback mode (feeding the sent data …
(edit) @77410   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Set EFER.LMA in VM-entry control on …
(edit) @77409   6 years vboxsync FE/Qt: Showing machine's name in debug console's title bar.
(edit) @77408   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix typo while checking validity of …
(edit) @77407   6 years vboxsync FE/Qt: bugref:9080. Some commenting.
(edit) @77406   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix typos, MSR_K6_EFER_BIT_[LMA|LME] …
(edit) @77405   6 years vboxsync FE/Qt: bugref:9080. Adding context menus.
(edit) @77404   6 years vboxsync More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77402   6 years vboxsync More linux kernel module Makefile cleanups: EXTRA_INCL appears not be …
(edit) @77401   6 years vboxsync More linux kernel module Makefile cleanups: KFLAGS and LINUX_VERBOSE …
(edit) @77400   6 years vboxsync More linux kernel module Makefile cleanups: Seems MODULE is not a …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77398   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77396   6 years vboxsync FE/Qt: bugref:9080. MacOS build fix. take 2
(edit) @77395   6 years vboxsync FE/Qt: bugref:9080. MacOS build fix.
(edit) @77394   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77393   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77392   6 years vboxsync DevATA: Return bit 7 clear when reading registers on IDE channel with …
(edit) @77391   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77389   6 years vboxsync linux module makefile tinkering & cleaning up.
(edit) @77388   6 years vboxsync FE/Qt: bugref:9401: A bunch of fixes for Export Appliance wizard …
(edit) @77387   6 years vboxsync GuestControl/Main: Const'ed data to write in i_writeData[At].
(edit) @77386   6 years vboxsync GuestControl/Main: Check for data size to write in GuestFile::write[At].
(edit) @77385   6 years vboxsync GuestControl/Main: Fixed initializing some members.
(edit) @77384   6 years vboxsync Guest Control/Validation Kit: Fixed burns (pylint).
(edit) @77383   6 years vboxsync Guest Control/Validation Kit: Enabled and fixed file write tests.
(edit) @77382   6 years vboxsync VMM: Further improvments on the IEM timer polling by making it fully …
(edit) @77381   6 years vboxsync VMM: Further improvments on the IEM timer polling by making it fully …
(edit) @77380   6 years vboxsync VMM: Further improvments on the IEM timer polling by making it fully …
(edit) @77379   6 years vboxsync Installer/win: fix sed magic for MSM re-packing. bugref:8691
(edit) @77378   6 years vboxsync IEMExecLots: Poll timers every 128 instruction.
(edit) @77377   6 years vboxsync FE/Qt: bugref:9080. Some renaming.
(edit) @77376   6 years vboxsync FE/Qt: bugref:9080. Save/load dialog geometry
(edit) @77375   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing another regression …
(edit) @77374   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128921.
(edit) @77373   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing regression of moving …
(edit) @77372   6 years vboxsync FE/Qt: bugref:9340: UIMediumSelector: Fixing cocoa hierarchy bug.
(edit) @77371   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77370   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77369   6 years vboxsync FE/Qt: bugref:9340. Being a more conservative in UIMediumSelector …
(edit) @77368   6 years vboxsync Guest Control/Validation Kit: More fixes for Windows XP SP2 guests.
(edit) @77367   6 years vboxsync Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
(edit) @77366   6 years vboxsync FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate pin …
(edit) @77365   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128906.
(edit) @77364   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: A bit of cleanup for …
(edit) @77363   6 years vboxsync FE/Qt: bugref:9340. Re-enumerating medium registry during medium …
(edit) @77362   6 years vboxsync FE/Qt: bugref:9289: VirtualBox Manager: Details pane: Exclude …
(edit) @77360   6 years vboxsync VMM/ssmR3FileWrite: Remove incorrect assertion (RTFileWriteAt doesn't …
(edit) @77359   6 years vboxsync FE/Qt: bugref:9340. Dont use/update recent medium list for hard disk …
(edit) @77358   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Return VINF_VMX_VMEXIT on …
(edit) @77357   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix up status code in the longjmp …
(edit) @77356   6 years vboxsync FE/Qt: bugref:9340. Updating recently used medium lists, and media …
(edit) @77355   6 years vboxsync Guest Control/Validation Kit: More fixes for Windows XP guests.
(edit) @77353   6 years vboxsync doc/manual: Replace xref in man and --help output with chapter/section …
(edit) @77351   6 years vboxsync Installer/win: Fix typos breaking the re-packing scripts. Include the …
(edit) @77350   6 years vboxsync Guest Control/Validation Kit: Use "Windows\Media" instead of …
(edit) @77349   6 years vboxsync DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 …
(edit) @77348   6 years vboxsync PDM: Added too on seemingly bogus release assertions. ticketref:18331
(edit) @77347   6 years vboxsync FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate …
(edit) @77346   6 years vboxsync FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate …
(edit) @77345   6 years vboxsync FE/Qt: bugref:9340. Using medium selector in the first time run wizard
(edit) @77344   6 years vboxsync FE/Qt: bugref:9340. Fixes to r128874.
(edit) @77343   6 years vboxsync Additions/WDDM: Always enable handling complex topologies …
(edit) @77342   6 years vboxsync Additions/WDDM: Return TRUE in VBoxVidPnIsSupported() if hVidPn is …
(edit) @77341   6 years vboxsync FE/Qt: bugref:9340. Replace the file selector dialog in the storage …
(edit) @77340   6 years vboxsync Guest Control/Validation Kit: Fixed and enabled test cases for reading …
(edit) @77339   6 years vboxsync Guest Control/Validation Kit: Use VM kind at most places instead of VM …
(edit) @77337   6 years vboxsync FE/Qt: bugref:9340. Adding 'create' action to medium tool.
(edit) @77336   6 years vboxsync EFI: Tuned the IDE/ATAPI driver for about 10x better throughput.
(edit) @77335   6 years vboxsync FE/Qt: bugref:9340. Using the correct variable during viso creation.
(edit) @77333   6 years vboxsync Installer/win: fix for MSM packing (not using language specifif …
(edit) @77332   6 years vboxsync FE/Qt: bugref:9080. Populating the action-panel map correctly.
(edit) @77331   6 years vboxsync Installer/win: Fix sed processing of the wix files used for re-packing …
(edit) @77330   6 years vboxsync FE/Qt: bugref:9080. Move browser actions to a single vertical toolbar.
(edit) @77329   6 years vboxsync Installer/win: Finish Properties.wxi -> Defines.wxi renaming (for MSM …
(edit) @77328   6 years vboxsync Additions/linux/installer: detect compressed kernel modules too in …
(edit) @77327   6 years vboxsync Installer/win: fix escaping (was showing up in the MSM case, but the …
(edit) @77326   6 years vboxsync FE/Qt: bugref:9340. Use correct type during medium attachment.
(edit) @77325   6 years vboxsync VMM/HM: Added V8086 mode checks to HMCanExecuteVmxGuest.
(edit) @77324   6 years vboxsync Devices/Serial: Don't try to process data if the either the buffer is …
(edit) @77323   6 years vboxsync Runtime/serialport-win.cpp: Don't keep dwEventMask on the stack for …
(edit) @77322   6 years vboxsync FE/Qt: bugref:9080. Some cleanup and commenting.
(edit) @77321   6 years vboxsync FE/Qt: bugref:9080. Redesigning VISO creator by hiding the ugly tree …
(edit) @77319   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix clearing the MTF force-flag (typo).
(edit) @77318   6 years vboxsync REM: Initialize hardware virtualization state in the partially …
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