VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7845   17 years vboxsync Corrected parameters for SyncCR3 & AssertCR3
(edit) @7844   17 years vboxsync Made the rpath $ORIGIN feature available to everyone (was solaris …
(edit) @7843   17 years vboxsync More logging
(edit) @7842   17 years vboxsync AssertCR3 for PAE guest mode
(edit) @7841   17 years vboxsync code duplication
(edit) @7840   17 years vboxsync fix win debug builds
(edit) @7839   17 years vboxsync Poke waiting thread on suspend and power off to make PDM happy.
(edit) @7838   17 years vboxsync r=bird: readability (vram_ptrHC is uint8_t *).
(edit) @7836   17 years vboxsync try fix the gcc 3.2.3 burns.
(edit) @7835   17 years vboxsync build fix
(edit) @7834   17 years vboxsync build fix
(edit) @7833   17 years vboxsync added missing function
(edit) @7832   17 years vboxsync windows -> win.
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7830   17 years vboxsync Use USBFilter (TODO: windows and darwin).
(edit) @7829   17 years vboxsync comments.
(edit) @7828   17 years vboxsync Fixed bug in a VBOX_WITH_USBFILTER case.
(edit) @7827   17 years vboxsync Main: fix API documentation for attachHardDisk
(edit) @7826   17 years vboxsync Export modified rdesktop version including USB support to OSE. It's …
(edit) @7825   17 years vboxsync FE/Qt: Major icon refine, part 1.
(edit) @7824   17 years vboxsync Fix assertion
(edit) @7822   17 years vboxsync Must inform pgmpool about cleared PDs
(edit) @7821   17 years vboxsync PDMAsyncCompletion: move the host specific part into separate files. …
(edit) @7820   17 years vboxsync Lazy clearing of PAE page directory
(edit) @7819   17 years vboxsync Clear PDPT
(edit) @7815   17 years vboxsync Fixed wrong test in IOMMMIOHandler that caused assertions/bad stuff …
(edit) @7814   17 years vboxsync Use dirty bits instead of pfnUpdateRect.
(edit) @7813   17 years vboxsync Typo.
(edit) @7812   17 years vboxsync HGCM: Add user data pointer to HGCM service function table - fixed a …
(edit) @7810   17 years vboxsync Addded a new line to differentiate between calls more easily.
(edit) @7809   17 years vboxsync bootp: send DHCPNAK if the client requests an invalid IP address
(edit) @7808   17 years vboxsync SyncPage: correct NXE bit handling
(edit) @7807   17 years vboxsync Check pointer
(edit) @7806   17 years vboxsync Corrected assertion
(edit) @7805   17 years vboxsync Init aGCPhysGstPaePDsMonitored properly
(edit) @7804   17 years vboxsync NXE correction
(edit) @7803   17 years vboxsync More logging
(edit) @7802   17 years vboxsync NX, r/w, u/s bits in the PDPE are valid in long mode only.
(edit) @7801   17 years vboxsync HGCM: Add user data pointer to HGCM service function table
(edit) @7800   17 years vboxsync PAE bugfix
(edit) @7799   17 years vboxsync TAP: remove the obsolete polling stuff
(edit) @7798   17 years vboxsync rtR0MemObjNativeAllocPhysNC
(edit) @7797   17 years vboxsync Cleanup
(edit) @7796   17 years vboxsync Consistency
(edit) @7795   17 years vboxsync PCNet: allow the guest to disable/enable the private interface
(edit) @7794   17 years vboxsync corrected assertion
(edit) @7793   17 years vboxsync More verbose assertion
(edit) @7792   17 years vboxsync Activated the PAE types for the pgm pool
(edit) @7791   17 years vboxsync PAE fix for shadow PD index
(edit) @7789   17 years vboxsync FE/Qt4: Some minor porting updates.
(edit) @7788   17 years vboxsync Properly determine USB port version on Windows hosts.
(edit) @7787   17 years vboxsync FE/Qt4: Now, install nls4, VBoxKeyboard4 and tstDarwinKeyboard4.
(edit) @7786   17 years vboxsync do it like DrvTAPOs2 and ensure that we never miss a receive wakeup
(edit) @7785   17 years vboxsync comment, cosmetics
(edit) @7784   17 years vboxsync VBox Log Viewer Dialog ported qt3=>qt4.
(edit) @7783   17 years vboxsync Don't try implement rtR0MemObjNativeAllocPhysNC without an optimal …
(edit) @7782   17 years vboxsync Fix executable attribute for this script.
(edit) @7780   17 years vboxsync Add function to query all available VD backends, together with their …
(edit) @7779   17 years vboxsync eol-style LF.
(edit) @7778   17 years vboxsync export
(edit) @7777   17 years vboxsync comment.
(edit) @7776   17 years vboxsync Some adjustments to the logo stuff; adding one todo.
(edit) @7775   17 years vboxsync Solaris OSE installer: export doc and fixed makefile.
(edit) @7774   17 years vboxsync Moved the LOGO_* defines and LOGOHDR to a common header instead of …
(edit) @7773   17 years vboxsync spaces.
(edit) @7772   17 years vboxsync Use the new PDMDevHlpVMState, drop the fSaving flag.
(edit) @7771   17 years vboxsync Solaris additions: Fixes for working under Indiana guests. One …
(edit) @7769   17 years vboxsync - use PDMDevHlpVMState()
(edit) @7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
(edit) @7767   17 years vboxsync FE/Qt4: Removed some warnings.
(edit) @7766   17 years vboxsync FE/Qt4: Enabled unified toolbar for the selector window on Mac OS X.
(edit) @7765   17 years vboxsync Additions/x11: fixed mixed up variable name in x11config.pl
(edit) @7764   17 years vboxsync FE/Qt4: fix compilation for release builds
(edit) @7763   17 years vboxsync FE/Qt4: Ported mostly of the VBoxGlobal related function to Qt4.
(edit) @7762   17 years vboxsync small optimization
(edit) @7761   17 years vboxsync Use RTLdrLoadAppSharedLib for VRDP and HGCM libraries.
(edit) @7760   17 years vboxsync Shot at the alignment problem.
(edit) @7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7756   17 years vboxsync r=bird: Don't use TMCLOCK_VIRTUAL_SYNC unless it actually fixes …
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7754   17 years vboxsync More info on this ataDestruct assertion.
(edit) @7753   17 years vboxsync The PGM bits of the MMIO cleanup. Moved the parts of PGMR3Reset that …
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
(edit) @7749   17 years vboxsync Relocate offMMIOHandlerGC. Fixes guru on windows bootup.
(edit) @7748   17 years vboxsync Removed invalid paging combinations
(edit) @7747   17 years vboxsync PAE correction
(edit) @7746   17 years vboxsync Solaris host USB: Initially proxy stuff.
(edit) @7745   17 years vboxsync Added enmSpeed to USBDEVICE, needed to figure out where to attach a device.
(edit) @7744   17 years vboxsync Solaris OSE installer: skip unavailable docs.
(edit) @7743   17 years vboxsync And another one
(edit) @7742   17 years vboxsync Corrected assertion for PAE guest mode
(edit) @7741   17 years vboxsync Removed invalid paging combinations
(edit) @7740   17 years vboxsync PAE update
(edit) @7739   17 years vboxsync Moved WP check to the right place; fixes stuck boot of XP with hwaccm …
(edit) @7738   17 years vboxsync PAE switches should be handled correctly
(edit) @7737   17 years vboxsync Allow PGM mode changes in ring 0 (hwaccm)
(edit) @7736   17 years vboxsync FE/Qt4: Fixed missing language update of the main menus.
(edit) @7735   17 years vboxsync Include EFER msr in all PGMChangeMode calls.
(edit) @7734   17 years vboxsync Export missing files for Solaris OSE packing.
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