VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @8526   17 years vboxsync Solaris installer: Cleanups, better output messages.
(edit) @8525   17 years vboxsync Solaris installer: use devfsadm for device link creation rather than …
(edit) @8524   17 years vboxsync Use target inheritance for RuntimeW32NT4GuestR0.
(edit) @8523   17 years vboxsync 1.6.1
(edit) @8522   17 years vboxsync 1.6.0
(edit) @8521   17 years vboxsync cosmetics
(edit) @8520   17 years vboxsync Solaris additions installer: stop VBoxClient before uninstalling.
(edit) @8519   17 years vboxsync increase maxsize
(edit) @8518   17 years vboxsync cosmetics
(edit) @8517   17 years vboxsync backing out r30216
(edit) @8516   17 years vboxsync Add todo, supporting bigger raw disks.
(edit) @8515   17 years vboxsync Partially reverted r30186 to keep old behaviour of Windows additions.
(edit) @8514   17 years vboxsync Removed annoying SUPR0Printf.
(edit) @8513   17 years vboxsync Frontends/VirtualBox3/4: backed out r30319 as it caused problems with …
(edit) @8512   17 years vboxsync Disabled file locking for windows hosts. Open read/write file in …
(edit) @8511   17 years vboxsync debugging not for 1.6
(edit) @8510   17 years vboxsync Workaround for #2807. It's probably not the right thing, but it seems …
(edit) @8509   17 years vboxsync Fixed reversed parameter check creating VMDK. Harmless, as it caused …
(edit) @8508   17 years vboxsync Main/AutoLock: Added self deadlock detector (affects release builds …
(edit) @8507   17 years vboxsync New vector-based icons for non-OSE version; now also up to 128x128 …
(edit) @8506   17 years vboxsync remove old DKMS modules as well when installing the host kernel module
(edit) @8505   17 years vboxsync Solaris/installer: include webservice and SDK.
(edit) @8504   17 years vboxsync initialize where it's used.
(edit) @8503   17 years vboxsync Fall back to the recompiler when the guest tries to access invalid …
(edit) @8502   17 years vboxsync FE/Qt: NLS: Chinese: Fixed: ECHI=>EHCI.
(edit) @8501   17 years vboxsync FE/Qt: NLS: Updated Japanese, Italian, Chinese, French, Portuguese …
(edit) @8500   17 years vboxsync Extra stat
(edit) @8499   17 years vboxsync Some more I/O kit error mappings.
(edit) @8498   17 years vboxsync A couple of new errors and warnings. Moved the getopt errors.
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