VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6915   17 years vboxsync Pass mapping sizes in uint32_t instead of size_t to avoid warnings. …
(edit) @6914   17 years vboxsync Replaced PGMR3DumpMappings by info handler.
(edit) @6913   17 years vboxsync Separated the PGMVIRTHANDLERTYPE_HYPERVISOR kind of handlers from the …
(edit) @6912   17 years vboxsync Removed the normal (PGMVIRTHANDLERTYPE_NORMAL) kind of virtual access …
(edit) @6911   17 years vboxsync Removed the EIP (PGMVIRTHANDLERTYPE_EIP) kind of virtual access …
(edit) @6910   17 years vboxsync Updated the todo.
(edit) @6909   17 years vboxsync Main: Added IMachine::machines2 that returns the array instead of the …
(edit) @6908   17 years vboxsync Fixed uninitialized rc in PGMHandlerPhysicalReset.
(edit) @6907   17 years vboxsync FE/Qt: COMWrappers: Added typedef XXXVector where XXX is the class …
(edit) @6906   17 years vboxsync Moved PGMHandlerPhysicalPageTempOff, PGMHandlerPhysicalPageReset, …
(edit) @6905   17 years vboxsync A couple of fixes to PGMAssertHandlerAndFlagsInSync.
(edit) @6904   17 years vboxsync 2669: Create VM context menu in the Selector window: Feature …
(edit) @6903   17 years vboxsync Fixed bug (regression) in PGMAssertHandlerAndFlagsInSync.
(edit) @6902   17 years vboxsync Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF …
(edit) @6901   17 years vboxsync Shared folders: No assertions when accessing file properties anymore.
(edit) @6900   17 years vboxsync FE/Qt: Fixed array support for arrays of interface pointers.
(edit) @6899   17 years vboxsync Solaris shouldn't undefine VBOX_WITH_TESTSUITE.
(edit) @6898   17 years vboxsync Main/Glue: Arrays: Compiler warnings.
(edit) @6897   17 years vboxsync Additions/x11: VBoxClient cleanups and sanity fixes
(edit) @6896   17 years vboxsync Shared folders: Bugfix for file properties assertion.
(edit) @6895   17 years vboxsync Main: Error spelling.
(edit) @6894   17 years vboxsync Added todo on the VBoxRT.so command override warning.
(edit) @6893   17 years vboxsync Additions/x11: exception-safety in VBoxClient
(edit) @6892   17 years vboxsync RuntimeR0Drv: strpbrk is defined on solaris, make it target specific.
(edit) @6891   17 years vboxsync cosmetics.
(edit) @6890   17 years vboxsync cosmetics.
(edit) @6889   17 years vboxsync better fix for r28020
(edit) @6888   17 years vboxsync fixed r28020
(edit) @6887   17 years vboxsync doc: OS/2: Don't do |set LIBPATHSTRICT=T|.
(edit) @6886   17 years vboxsync FE/SDL: OS/2 keyboard fixes [contributed by Paul Smedley].
(edit) @6885   17 years vboxsync FE/BFE: Use the correct name of VBoxSharedFolders DLL on OS/2.
(edit) @6884   17 years vboxsync XPCOM/IPC: More logging.
(edit) @6883   17 years vboxsync Solaris vboxdrv: Avoid log flow like debug lines in release builds.
(edit) @6882   17 years vboxsync Update Makefile.kmk
(edit) @6881   17 years vboxsync XPCOM: OS/2: Compiler warning.
(edit) @6880   17 years vboxsync XPCOM: OS/2 Don't define BSD_SELECT as bsdselect() shows problems on …
(edit) @6879   17 years vboxsync BIOS: fix booting from more than 4 drives
(edit) @6878   17 years vboxsync win32 -> win.
(edit) @6877   17 years vboxsync floppy: fixed error message if the floppy device cannot be found
(edit) @6876   17 years vboxsync DMI: made size consistent, removed double size check, fix error message
(edit) @6875   17 years vboxsync Main: Updated Doxygen XSL to properly suffix array parameters with [].
(edit) @6874   17 years vboxsync Main: Arrays: 1) Added com::SafeIfaceArray to manage arrays of …
(edit) @6873   17 years vboxsync r=bird: Don't permit buffer overflows by long DMI strings in CFGM. …
(edit) @6872   17 years vboxsync ERROR_DIRECTORY -> VERR_NOT_A_DIRECTORY
(edit) @6871   17 years vboxsync allow to overwrite the DMI info
(edit) @6870   17 years vboxsync Make the BIOS booting from any attached disk.
(edit) @6869   17 years vboxsync Use PGM_PAGE_SET/GET/IS/CLEAR/INIT macros.
(edit) @6868   17 years vboxsync Implement associating a tap interface with a group (linux 2.6.23+)
(edit) @6867   17 years vboxsync Small fixes for Shared Folders list: ignoring width of sub-headers …
(edit) @6866   17 years vboxsync updated tunctl
(edit) @6865   17 years vboxsync Splitting parental list items into one column for Shared Folder list.
(edit) @6864   17 years vboxsync VBoxHDD-new: The size argument of RTDirRead must be initialized if not …
(edit) @6863   17 years vboxsync Frontends/VirtualBox: added new logging to the Linux keyboard handler …
(edit) @6862   17 years vboxsync Removed the PGMPHYSHANDLERTYPE_PHYSICAL value as it was never and will …
(edit) @6861   17 years vboxsync Sketected out new MMIO and MMIO2 interfaces. Not complete or …
(edit) @6860   17 years vboxsync VBOX_WITH_X11_ADDITIONS
(edit) @6859   17 years vboxsync workaround for vim syntax highlighter
(edit) @6858   17 years vboxsync VBoxManage: Clear UUID structure before using it.
(edit) @6857   17 years vboxsync Linux modules: unbreak compilation against Linux 2.4
(edit) @6856   17 years vboxsync Renamed pgmGuestROMWriteHandler to pgmPhysRomWriteHandler.
(edit) @6855   17 years vboxsync Moved pgmGuestROMWriteHandler from PGMAllHandler.cpp to PGMAllPhys.cpp …
(edit) @6854   17 years vboxsync All the new ROM stuff. Had to change PGMROMPAGE a bit to make it …
(edit) @6853   17 years vboxsync fixed windows builds
(edit) @6852   17 years vboxsync FE/SDL: use feedback from the guest to decide if we need to switch off …
(edit) @6851   17 years vboxsync Ported r27277:27975 (array support) from branches/dmik/s2.
(edit) @6850   17 years vboxsync XPCOM/IPC/DConnect: Implemented support for one-dimensional arrays …
(edit) @6849   17 years vboxsync Additions/common: fixed the guest R3 library display change query …
(edit) @6848   17 years vboxsync Shared folders: Bugfix for accessing file properties of files on the …
(edit) @6847   17 years vboxsync Fixed VBoxRichListItem::width() for the Shared Folders list usage …
(edit) @6846   17 years vboxsync Fix for previous change, move vermagic.h include back to where it was.
(edit) @6845   17 years vboxsync Fix a soon to appear post-2.6.24 linux kernel issue dropping a macro …
(edit) @6844   17 years vboxsync Little bit another variant of total list viewport width calculation …
(edit) @6843   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6842   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6841   17 years vboxsync forgot LOG_GROUP.
(edit) @6840   17 years vboxsync Free the allocated pages on ROM registration failure.
(edit) @6839   17 years vboxsync Added GMMR0FreePages request wrappers for ring-3.
(edit) @6838   17 years vboxsync More bugfixes for shared folders.
(edit) @6837   17 years vboxsync Implemented PGMR3PhysRomRegister.
(edit) @6836   17 years vboxsync Added ring-3 request wrapper for GMMR0AllocatePages that takes care of …
(edit) @6835   17 years vboxsync Added VMGetStateName.
(edit) @6834   17 years vboxsync Added VM_ASSERT_STATE[_RETURN].
(edit) @6833   17 years vboxsync pcnet: typo
(edit) @6832   17 years vboxsync Eliminated tabs.
(edit) @6831   17 years vboxsync First bugfix for shared folder guest -> host copying. Now overwriting …
(edit) @6830   17 years vboxsync Used PGMR3PhysRegisterRam.
(edit) @6829   17 years vboxsync Addressed the R0/R3 issues with the PGMRAMRANGE structure.
(edit) @6828   17 years vboxsync warning.
(edit) @6827   17 years vboxsync warning.
(edit) @6826   17 years vboxsync Fixed the lingering VBoxSVC process on darwin. The daemonize fix for …
(edit) @6825   17 years vboxsync Mac OS X: Didn't set the window icon with setIcon because this is …
(edit) @6824   17 years vboxsync the warning makes a bad brief for the group…
(edit) @6823   17 years vboxsync Tabs >_<
(edit) @6822   17 years vboxsync FE/Qt: 1) New OS type icons. 2) Set the VM-specific OS type icon as …
(edit) @6821   17 years vboxsync Removed duplicate documentation (functions are documented where they …
(edit) @6820   17 years vboxsync Implemented PGMR3PhysRegisterRam (not used). Enforced alignment of …
(edit) @6819   17 years vboxsync Added VM_ASSERT_EMT_RETURN.
(edit) @6818   17 years vboxsync New tag: MM_TAG_PGM_PHYS.
(edit) @6817   17 years vboxsync Fixed to reservation update code.
(edit) @6816   17 years vboxsync Made MMR3HyperAllocOnceNoRel suitable for allocating the PGMRAMRANGE …
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