VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8626   17 years vboxsync Renamed the PGMR3PhysRead* and PGMR3PhysWrite* function and added U64 …
(edit) @8625   17 years vboxsync trailing spaces.
(edit) @8624   17 years vboxsync Fixed bug in PGMR3CheckIntegrity that would surface during reset in …
(edit) @8623   17 years vboxsync Attempt to fix parallel packing.
(edit) @8622   17 years vboxsync Fixed logging macros causing mixed up output on smp machines (C99 only).
(edit) @8621   17 years vboxsync FE/Qt4: - created a QILineEdit class with a method for setting the …
(edit) @8620   17 years vboxsync eol
(edit) @8619   17 years vboxsync New nesting extension '%M' that replaces the format string. Note that …
(edit) @8618   17 years vboxsync New line after the F12 message.
(edit) @8617   17 years vboxsync Disable graphic splash screen if it doesn't fit into VRAM.
(edit) @8616   17 years vboxsync obsolete todo.
(edit) @8615   17 years vboxsync obsolete todo.
(edit) @8614   17 years vboxsync Retired MAKE_U32_FROM_U8.
(edit) @8613   17 years vboxsync Use TMTimerSetMillies.
(edit) @8612   17 years vboxsync FE/Qt: NLS: Updated all langugaes to keep in sync with r30482.
(edit) @8611   17 years vboxsync 82543GC support is ready. RX crit section removed.
(edit) @8610   17 years vboxsync PCNet: completed fix for broken hostif with certain guests. Make sure …
(edit) @8609   17 years vboxsync 2797: "FE/Qt: CD images not sorted in drop-down list": fix request …
(edit) @8608   17 years vboxsync todo comment.
(edit) @8607   17 years vboxsync Solaris packing: added debug archive of non-stripped binaries.
(edit) @8606   17 years vboxsync Compiler fix
(edit) @8605   17 years vboxsync Another parameter check
(edit) @8604   17 years vboxsync Workaround for the multiple error messages set in the …
(edit) @8603   17 years vboxsync Return a COM error if there are invalid parameters
(edit) @8602   17 years vboxsync r=bird: SATA todo.
(edit) @8601   17 years vboxsync r=bird: Please rename the function pointers to g_pfnLibDlpi*.
(edit) @8600   17 years vboxsync FE/Qt4: Compilation fixes if the debugger is enabled.
(edit) @8599   17 years vboxsync PCNet: fix for broken hostif for with certain guests
(edit) @8598   17 years vboxsync %Vra -> %Rra
(edit) @8597   17 years vboxsync Delete obsolete files for Crossbow.
(edit) @8596   17 years vboxsync AssertPtrNullBreakVoid -> AssertPtrNullBreak.
(edit) @8595   17 years vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8594   17 years vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8593   17 years vboxsync AssertReleaseRCSuccessBreakVoid -> AssertReleaseRCSuccessBreak
(edit) @8592   17 years vboxsync AssertReleaseMsgRCBreakVoid -> AssertReleaseMsgRCBreak.
(edit) @8591   17 years vboxsync AssertReleaseRCBreakVoid -> AssertReleaseRCBreak
(edit) @8590   17 years vboxsync AssertRCSuccessBreakVoid -> AssertRCSuccessBreak.
(edit) @8589   17 years vboxsync AssertMsgRCBreakVoid -> AssertMsgRCBreak.
(edit) @8588   17 years vboxsync AssertRCBreakVoid -> AssertRCBreak.
(edit) @8587   17 years vboxsync AssertRCBreakVoid -> AssertRCBreak.
(edit) @8586   17 years vboxsync AssertReleaseMsgFailedBreakVoid -> AssertReleaseMsgFailedBreak.
(edit) @8585   17 years vboxsync AssertReleaseFailedBreakVoid -> AssertReleaseFailedBreak
(edit) @8584   17 years vboxsync AssertReleaseMsgBreakVoid -> AssertReleaseMsgBreak.
(edit) @8583   17 years vboxsync AssertReleaseBreakVoid -> AssertReleaseBreak.
(edit) @8582   17 years vboxsync AssertMsgFailedBreakVoid -> AssertMsgFailedBreak
(edit) @8581   17 years vboxsync AssertFailedBreakVoid -> AssertFailedBreak.
(edit) @8580   17 years vboxsync AssertMsgBreakVoid -> AssertMsgBreak.
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8578   17 years vboxsync Fixed a few more broken break macros: AssertBreakVoid, …
(edit) @8577   17 years vboxsync nc
(edit) @8576   17 years vboxsync Forgot correcting putBackToMachine
(edit) @8575   17 years vboxsync Fixed broken AssertMsgBreakVoid macro.
(edit) @8574   17 years vboxsync Fixed broken AssertReleaseBreakVoid macro (unused).
(edit) @8573   17 years vboxsync AssertRCBreak -> AssertRCBreakStmt; Fixed broken AssertMsgRCBreakStmt, …
(edit) @8572   17 years vboxsync AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break macros-> …
(edit) @8571   17 years vboxsync Solaris hostif: Load libdlpi dynamically.
(edit) @8570   17 years vboxsync Main: Assert if the attached hard disk is SATA but aDevice is not zero
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8568   17 years vboxsync FE/Qt4-OSX: Added extra base classes for the styling of the ListView …
(edit) @8567   17 years vboxsync Fix SATA bug #2818
(edit) @8566   17 years vboxsync AssertMsgFailedBreak -> AssertMsgFailedBreakStmt; AssertFailedBreak -> …
(edit) @8565   17 years vboxsync AssertMsgBreak -> AssertMsgBreakStmt.
(edit) @8564   17 years vboxsync NoDmik -> NOT_DMIK.
(edit) @8563   17 years vboxsync VALID_PHYS32_PTR -> VALID_PHYS32. Fixed AssertGCPhys32 string. Moved …
(edit) @8562   17 years vboxsync Removed the USBDEVICE_WITH_EVERYTHING code. (we can fish it out of svn …
(edit) @8561   17 years vboxsync To/FromNative - posix.
(edit) @8560   17 years vboxsync To/FromNative - windows.
(edit) @8559   17 years vboxsync typo.
(edit) @8558   17 years vboxsync RTFileFromNative and RTFileToNative.
(edit) @8557   17 years vboxsync Updates for 64 bits paging. Removed unused ShwGet/Set/ModifyPDEByIndex …
(edit) @8556   17 years vboxsync FE/Qt: don't disply E1000 in the network settings if E1000 is disabled …
(edit) @8555   17 years vboxsync Solaris hostif: fixed vnic_init script for the changed vna.
(edit) @8554   17 years vboxsync Always refuse to load if the cpu is in vmx root mode (32 bits to PAE …
(edit) @8553   17 years vboxsync Moved VMX root mode check around.
(edit) @8552   17 years vboxsync debian changelog
(edit) @8551   17 years vboxsync configure: fixed --disable-kmods
(edit) @8550   17 years vboxsync Corrected the KVM presence check
(edit) @8549   17 years vboxsync quelques fautes corrigées
(edit) @8548   17 years vboxsync logging.
(edit) @8547   17 years vboxsync Removed the non-NEW_HOSTUSBDEVICE_STATE code.
(edit) @8546   17 years vboxsync Use the new HostUSBDevice state code.
(edit) @8545   17 years vboxsync Use HUB + port to help identify devices that are being captured or …
(edit) @8544   17 years vboxsync Fixed crash in Console::usbDetachCallback log statement, probably …
(edit) @8543   17 years vboxsync Corrected the error code for that core code 'allocation' failure.
(edit) @8542   17 years vboxsync Try harder to find contiguous memory for the core code (world …
(edit) @8541   17 years vboxsync Why do I keep hitting this assertion?!? 3ms and bang. Added more info.
(edit) @8540   17 years vboxsync Linux now uses the new HostUSBDevice code too.
(edit) @8539   17 years vboxsync Drop the USBDEVICE bits we don't currently need.
(edit) @8538   17 years vboxsync The bus number is the high byte of the location id.
(edit) @8537   17 years vboxsync Spaces
(edit) @8536   17 years vboxsync Split out the long mode only bits from the PDPE. Set accessed bits for …
(edit) @8535   17 years vboxsync Trying to shut up GCC
(edit) @8534   17 years vboxsync Missing update for 64 bits paging
(edit) @8533   17 years vboxsync Start of 64 bits paging support
(edit) @8532   17 years vboxsync Frontends/VirtualBox3/4 (X11): added a keyboard layout for 101 key US …
(edit) @8531   17 years vboxsync Additions/x11: disable framebuffer access during mode switches and …
(edit) @8530   17 years vboxsync GCPTRTYPE will always be a 32 bits GC pointer.
(edit) @8529   17 years vboxsync Unlock media on VM reset.
(edit) @8528   17 years vboxsync Remove unused code and spaces.
(edit) @8527   17 years vboxsync Solaris vboxdrv: some memobj cleanups and added assertions.
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