VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77466   6 years vboxsync FE/Qt: bugref:9389. Some include file cleanup.
(edit) @77465   6 years vboxsync FE/Qt: bugref:9389. Using UIdetailsGenerator in the information dialog …
(edit) @77464   6 years vboxsync Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
(edit) @77463   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Get rid of temporary IEMExecOne …
(edit) @77462   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out …
(edit) @77461   6 years vboxsync linux/vboxsf: Optimized sf_inode_revalidate for open files/dirs. …
(edit) @77460   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: A bit of refactoring for …
(edit) @77459   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Clear IDT-vectoring information field …
(edit) @77458   6 years vboxsync linux/vboxsf: Fixed sf_writepage issue wrt finding a valid writable …
(edit) @77457   6 years vboxsync FE/Qt: bugref:9389. Moving UIdetailsGenerator under the globals folder.
(edit) @77456   6 years vboxsync FE/Qt: bugref:9389: A bit of care for r129028.
(edit) @77455   6 years vboxsync FE/Qt: bugref:9389. Moving details string generation to …
(edit) @77454   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Better branch prediction (typo).
(edit) @77453   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Better branch prediction.
(edit) @77452   6 years vboxsync Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
(edit) @77451   6 years vboxsync Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
(edit) @77450   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix passing operand size for …
(edit) @77449   6 years vboxsync Main/Settings.cpp: Catch any error in the constructor of …
(edit) @77448   6 years vboxsync ValidationKit/FsPerf: Windows build fixes
(edit) @77447   6 years vboxsync ValidationKit/FsPerf: Windows build fixes
(edit) @77446   6 years vboxsync FsPerf: Another mmap test variation. bugref:9172
(edit) @77445   6 years vboxsync linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
(edit) @77444   6 years vboxsync linux/vboxsf: I cannot see why we would ever need …
(edit) @77443   6 years vboxsync linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
(edit) @77442   6 years vboxsync linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
(edit) @77441   6 years vboxsync PGMR3PhysBulkGCPhys2CCPtrExternal: Fixed …
(edit) @77440   6 years vboxsync NetIf-win.cpp: build fix
(edit) @77439   6 years vboxsync linux/vboxsf: Rewrote sf_writepage to use VbglR0SfHostReqWritePgLst. …
(edit) @77438   6 years vboxsync Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in …
(edit) @77437   6 years vboxsync Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix …
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @77435   6 years vboxsync FE/Qt: bugref:9389: A bit of care for r128995.
(edit) @77434   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out …
(edit) @77433   6 years vboxsync FE/Qt: bugref:9389. scm fix
(edit) @77432   6 years vboxsync FE/Qt: bugref:9389. Split UITextTable stuff and make it global.
(edit) @77431   6 years vboxsync Linux Additions installer: Documented "--force" switch and got rid of …
(edit) @77430   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out …
(edit) @77429   6 years vboxsync Guest Control/Validation Kit: Logging.
(edit) @77428   6 years vboxsync FE/Qt: Reverting r128990.
(edit) @77427   6 years vboxsync FE/Qt: bugref:9389. Moving details string generation to …
(edit) @77426   6 years vboxsync Additional fix to r128951 (Linux kernel module MOD_DEF -> implicit -D, …
(edit) @77425   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 space and const nit.
(edit) @77424   6 years vboxsync Additions/linux/sharedfolders: driver build fixes for certain Linux …
(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. …
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