VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18180   16 years vboxsync VBoxManage/modifyhd: eliminate all user-visible references to the …
(edit) @18179   16 years vboxsync Storage/VMDK: Make the descriptor bigger if it is unreasonably small …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18176   16 years vboxsync common/crOpenGL: Solaris 32-bit fix.
(edit) @18175   16 years vboxsync common/crOpenGL: Solaris bits. FAKEDRI to now builds.
(edit) @18174   16 years vboxsync fixed VBOX_ASSERT=gdb
(edit) @18173   16 years vboxsync Main: Protect every use of the StorageController list and remove …
(edit) @18172   16 years vboxsync VBoxGuest/win: library order.
(edit) @18171   16 years vboxsync VBoxGuest/win: Moved the bugcheck code into a separate file so we can …
(edit) @18170   16 years vboxsync VBoxGuest/win: bugcheck cleanup: ULONG_PTR parameters cannot be …
(edit) @18169   16 years vboxsync mapping of the GIP page is mandatory
(edit) @18168   16 years vboxsync FE/Qt: French nls
(edit) @18167   16 years vboxsync PGM: More details on allocation failure.
(edit) @18166   16 years vboxsync PGM: More info on allocation error.
(edit) @18165   16 years vboxsync PGM: Give up immediately on load failure.
(edit) @18164   16 years vboxsync VBoxManage/raw partitions: comments
(edit) @18163   16 years vboxsync Main: api docs
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18161   16 years vboxsync Build fix.
(edit) @18160   16 years vboxsync common/crOpenGL: solaris bits VBoxOGL.so. DRI yet todo, has some …
(edit) @18159   16 years vboxsync solaris/installer: VBoxNetDHCP no in VBOX_WITH_NETADP.
(edit) @18158   16 years vboxsync fixed SEGFAULT in MachineImpl::rollback()
(edit) @18157   16 years vboxsync VBoxGuestR3Lib.cpp: static definition, moved it above the usage to …
(edit) @18156   16 years vboxsync VBoxXPCOMCGlue.c: bugref.
(edit) @18155   16 years vboxsync VBoxXPCOMCGlue.c: Added a todo.
(edit) @18154   16 years vboxsync SUPR3HardenedVerify: restored correct column alignment.
(edit) @18153   16 years vboxsync OVF: typo
(edit) @18152   16 years vboxsync OVF: don't fail if hard disk image appears in XML before the …
(edit) @18151   16 years vboxsync ACPI: report RTC too
(edit) @18150   16 years vboxsync Storage/VBoxHDD: small cleanup in VDClose, don't assert on normal …
(edit) @18149   16 years vboxsync Storage/VMDK: fix flush on close without breaking the cleanup when …
(edit) @18147   16 years vboxsync webservices/SDK: Don't waste time searching fr owsdl2py and stubmaker …
(edit) @18146   16 years vboxsync spaces/tabs.
(edit) @18145   16 years vboxsync Report proper file version for VBoxC/VBoxSVC on Windows.
(edit) @18144   16 years vboxsync PGMR3PhysAllocHandyPages: More release log info when we're running out …
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18142   16 years vboxsync crOpenGL rollback r44835 & r44836 as it's not compiling on 64bit
(edit) @18141   16 years vboxsync Storage/VMDK: fix incorrect version being stored in VMDK header …
(edit) @18140   16 years vboxsync crOpenGL: use custom defines to destinguish 32/64 pointers
(edit) @18139   16 years vboxsync crOpenGL: don't trash eax/rax in export stubs
(edit) @18138   16 years vboxsync crOpenGL: allow debug output in release builds with CR_DEBUG/CR_DEBUG_FILE
(edit) @18137   16 years vboxsync CBinding: removed the deprecated tstLinuxC testcase and made the …
(edit) @18136   16 years vboxsync NetIf: disable changing settings for non-host-only
(edit) @18134   16 years vboxsync DrvVD: fix r44820 for the snapshot case
(edit) @18133   16 years vboxsync DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new …
(edit) @18132   16 years vboxsync FE/Qt4-OVF: Check all target files if they exists & get confirmation …
(edit) @18131   16 years vboxsync darwin build fix.
(edit) @18129   16 years vboxsync NetFlt/win: use fDisablePromiscuous flag
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18127   16 years vboxsync DrvVD: fail if a VD image was forced to be opened in read-only mode
(edit) @18125   16 years vboxsync PGM: MapCR3 anywhere again (new phys code).
(edit) @18124   16 years vboxsync Additions/Linux/vboxadd: use RTMemAlloc instead of kmalloc for …
(edit) @18123   16 years vboxsync vboxshell: implement guest command, to directly talk with concrete guest
(edit) @18121   16 years vboxsync Main/HardDisk: enable cancelling for all operations which take really …
(edit) @18120   16 years vboxsync Main/Progress: implement cancelling of activities associated with …
(edit) @18119   16 years vboxsync Storage/VHD: creating sparse files is a performance risk on some OSes
(edit) @18118   16 years vboxsync E1000: properly connect/disconnect if the link status changes
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18116   16 years vboxsync FE/Qt4: only test if the guest entered the ACPI state if this …
(edit) @18115   16 years vboxsync Main/HardDisk: implement flattenTo() API. a bit code duplication left …
(edit) @18114   16 years vboxsync Main/Appliance: use the flattenTo API when exporting the image to …
(edit) @18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
(edit) @18112   16 years vboxsync #3743: “tstAsmStructsAsm-lst.sed locale sensitive” Use [:alnum:] and …
(edit) @18111   16 years vboxsync crOpenGL: typo + warning if hgcm calls fail on guest side
(edit) @18110   16 years vboxsync gcc warning (not ideal btw)
(edit) @18109   16 years vboxsync crOpenGL: increase guest readback buffer size to 2k, to reduce …
(edit) @18108   16 years vboxsync VBoxManage: clean up various places which use RTGetOpt, fix error …
(edit) @18107   16 years vboxsync IMedium: improve wording; correct typos.
(edit) @18106   16 years vboxsync FE/Qt4: Little Global Settings / Update page layout fix.
(edit) @18105   16 years vboxsync typo
(edit) @18104   16 years vboxsync be more verbose on VERR_VERSION_MISMATCH
(edit) @18103   16 years vboxsync webservice/vboxweb: adapt command line handling to changed RTGetOpt …
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18100   16 years vboxsync typo
(edit) @18099   16 years vboxsync DHCP server: make it launched properly for internal networking
(edit) @18098   16 years vboxsync VBoxNetFlt/darwin: corrected comment and made use of 'else'.
(edit) @18096   16 years vboxsync spaces, sigh.
(edit) @18095   16 years vboxsync how difficult can this be…
(edit) @18094   16 years vboxsync Backed out r44742: Needs to be done in a deeper level.
(edit) @18093   16 years vboxsync More verbose assertion
(edit) @18092   16 years vboxsync Fe/Qt4: Don't disable the VT-x/AMD-V checkbox when it's checked; also …
(edit) @18091   16 years vboxsync FE/Qt4: 3734: New VM wizard: HDD selection. Allowing disk-less machine.
(edit) @18089   16 years vboxsync x11/Installer: solaris_xorg_modeless.conf remove "rgbpath" line …
(edit) @18088   16 years vboxsync crOpenGL: some code cleanup and small fixes
(edit) @18087   16 years vboxsync typo
(edit) @18086   16 years vboxsync DrvHostDVD: still issues with some older Linux kernels but 2.6.29+ …
(edit) @18085   16 years vboxsync Solaris/DRM: bits.
(edit) @18083   16 years vboxsync eol
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @18081   16 years vboxsync Cbinding: fixed the example, for changes made in VBoxXPCOMCGlue
(edit) @18080   16 years vboxsync FE/Qt4: 3734: New VM wizard: HDD selection - implemented.
(edit) @18079   16 years vboxsync vboxweb.cpp: warnings (MSC).
(edit) @18078   16 years vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @18076   16 years vboxsync libs/mesa: enabled building libmesa
(edit) @18075   16 years vboxsync Windows guest additions: fixed detection of the emulated PS/2 mouse in …
(edit) @18074   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs - forgot to update label size-hint …
(edit) @18073   16 years vboxsync debugger: make it a bit more working
(edit) @18072   16 years vboxsync VBoxManage: defines consistency for dhcpserver and hostonlyif commands
(edit) @18071   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs. Added support for chained-messages.
(edit) @18070   16 years vboxsync Fixed 64 bits hosts
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