VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @7733   17 years vboxsync Fixed compile error.
(edit) @7732   17 years vboxsync PGM_GST_32BIT -> PGM_TYPE_32BIT & PGM_GST_PAE -> PGM_TYPE_PAE - fixes …
(edit) @7731   17 years vboxsync MMIO cleanup in progress.
(edit) @7730   17 years vboxsync Added CPUMSet/GetGuestEFER. Corrected NX bit handling.
(edit) @7729   17 years vboxsync Missing changes
(edit) @7728   17 years vboxsync Some cleanup. CheckPageFault: implemented PAE case
(edit) @7727   17 years vboxsync VBoxSnapshotsWgt ported qt3=>qt4.
(edit) @7726   17 years vboxsync Moved the R0/GC registration out of IOMAll.cpp and into IOM.cpp since …
(edit) @7724   17 years vboxsync removed unused globals.
(edit) @7723   17 years vboxsync DECLINLINE
(edit) @7722   17 years vboxsync FE/Qt4: Ported this one also.
(edit) @7721   17 years vboxsync FE/Qt4: Ported several classes from qt3 to qt4 and some minor changes.
(edit) @7720   17 years vboxsync oops.
(edit) @7719   17 years vboxsync pgmGstGetPaePDPtr.
(edit) @7718   17 years vboxsync Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V
(edit) @7717   17 years vboxsync Some write protect changes
(edit) @7716   17 years vboxsync Missing PDPTR change
(edit) @7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
(edit) @7714   17 years vboxsync FE/SDL: on resize reduce the height only if the secure label is …
(edit) @7713   17 years vboxsync forgot the comment with the max output size.
(edit) @7712   17 years vboxsync Solaris vboxdrv: changed module description string for consistency.
(edit) @7711   17 years vboxsync typo
(edit) @7710   17 years vboxsync append one space after the cpu id
(edit) @7709   17 years vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7708   17 years vboxsync small logging change
(edit) @7707   17 years vboxsync simlification.
(edit) @7703   17 years vboxsync more logging
(edit) @7702   17 years vboxsync Fixed a bunch of #else and #endif comments. The convention here is …
(edit) @7701   17 years vboxsync pcnet: a little bit less logging noise, code cosmetics
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