VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35468   14 years vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35465   14 years vboxsync Reverted r69332 + r69333.
(edit) @35464   14 years vboxsync iprt/string.h: Added RTStrSpaceGetN.
(edit) @35463   14 years vboxsync TARGET_<target> -> <target>_1_TARGET, PATH_<…
(edit) @35462   14 years vboxsync Forgot to save file …
(edit) @35461   14 years vboxsync VBoxService/GuestControlExec: Proper fix for r69305 (public ticket #8010).
(edit) @35460   14 years vboxsync Main/Console+Machine: move PowerDown progress object to VBoxSVC, plus …
(edit) @35459   14 years vboxsync Build fix.
(edit) @35458   14 years vboxsync Main/webservice: make global VirtualBox reference static to prevent …
(edit) @35457   14 years vboxsync GuestControl/VBoxManage: Do a thread yield when waiting for a started …
(edit) @35456   14 years vboxsync Build fix.
(edit) @35455   14 years vboxsync Guest Control/Main: Various bugfixes for cancellation handling, use …
(edit) @35454   14 years vboxsync Main/webservice: use VirtualBoxClient to detect VBoxSVC crashes and …
(edit) @35453   14 years vboxsync FE/Common/VBoxKeyboard: only use Xkb to look up layout-dependent keys, …
(edit) @35452   14 years vboxsync FE/Qt4: fix use of an uninitialized variable
(edit) @35451   14 years vboxsync FE/Qt4: revert r69118, that makes no sense
(edit) @35450   14 years vboxsync Installer/win: add exported dummy function to installer to resolve …
(edit) @35449   14 years vboxsync FE/Common/VBoxKeyboard: only use Xkb to look up layout-dependent keys
(edit) @35448   14 years vboxsync Frontends/VirtualBox: get rid of vcc warnings
(edit) @35447   14 years vboxsync HostServices/SharedOpenGL: comment fix
(edit) @35446   14 years vboxsync Frontends/VBoxHeadless: relatively benign typo fix and whitespace
(edit) @35445   14 years vboxsync Runtime/errmsgwin: add a heuristics for providing a human readable …
(edit) @35444   14 years vboxsync HostServices/SharedOpenGL: typos
(edit) @35443   14 years vboxsync HostServices/SharedOpenGL: the critical include directories are not …
(edit) @35440   14 years vboxsync Makefiles: TARGET_<target> -> <target>_1_TARGET because the former is …
(edit) @35439   14 years vboxsync DBGCOps.cpp: Added register op (@) stub.
(edit) @35438   14 years vboxsync Devices/Input/UsbKbd: wrong index
(edit) @35437   14 years vboxsync Main/GuestControl: fixed check
(edit) @35435   14 years vboxsync gcc-4.6 warning
(edit) @35434   14 years vboxsync VBoxService: don't skip the first parameter passed by the host
(edit) @35433   14 years vboxsync FE/Qt4-OSX: disable the "Create Alias on Desktop" shortcut when the VM …
(edit) @35431   14 years vboxsync DevEFI: gcc-4.6 compile fix
(edit) @35430   14 years vboxsync Additions/FreeBSD: Missing include (thanks to Bernhard Froehlich)
(edit) @35429   14 years vboxsync Main: fix bug that dvd/floppy host drives would not be restored from …
(edit) @35428   14 years vboxsync Devices/Input/UsbMouse: wrong index
(edit) @35427   14 years vboxsync Devices/Audio/filteraudio: do not call host backend voice uninit if …
(edit) @35426   14 years vboxsync Main: change the Solaris OS type description
(edit) @35425   14 years vboxsync FE/Qt4: missing file
(edit) @35424   14 years vboxsync FE/Qt4: change the layout of the beta label and add it to the VM window
(edit) @35423   14 years vboxsync FE/Qt4: fix error dialog position on storage errors
(edit) @35421   14 years vboxsync Console::onNetworkAdapterChange: better error message if a network …
(edit) @35420   14 years vboxsync Main/include/VirtualBox: fixed ComAssertMsg macro causing random crashes
(edit) @35419   14 years vboxsync Devices/Audio/filteraudio: don't call host audio functions if the host …
(edit) @35418   14 years vboxsync VMMSwitcher/AMD64andLegacy.mac: superfluous instruction
(edit) @35417   14 years vboxsync FE/Qt4: fix win
(edit) @35416   14 years vboxsync FE/Qt4: fix burn
(edit) @35415   14 years vboxsync FE/Qt4: beta label
(edit) @35414   14 years vboxsync FE/Qt4-OSX: fixed typo in var
(edit) @35413   14 years vboxsync ExtPackManager: typo
(edit) @35412   14 years vboxsync FE/Qt4: make these icons really 16x16
(edit) @35411   14 years vboxsync Try to fix burning Linux builds (hope this is correct...)
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35409   14 years vboxsync DevVGA: reset VBE_DISPI_INDEX_[X|Y]_OFFSET when VBE interface is reenabled.
(edit) @35408   14 years vboxsync fileaio-win.cpp: Log native error code for unresolved errors …
(edit) @35407   14 years vboxsync DevVGA: free the screenshot buffer on not success.
(edit) @35406   14 years vboxsync VMMR3/Makefile.kup
(edit) @35405   14 years vboxsync !VBOX_WITH_DEBUGGER_GUI build fix
(edit) @35404   14 years vboxsync scm: another rewrite idea.
(edit) @35403   14 years vboxsync supR3HardenedVerifyFsObject: Moved the type check up before the …
(edit) @35402   14 years vboxsync Devices/Audio: optimize allocation of temporary buffers for audio …
(edit) @35401   14 years vboxsync addendum to r69262
(edit) @35400   14 years vboxsync introduced VBOX_WITH_PXE_ROM
(edit) @35399   14 years vboxsync accident commit
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35397   14 years vboxsync PCI: minor ICH9 reset tweak
(edit) @35396   14 years vboxsync backed out r69255, r69257 (does currently not compile)
(edit) @35394   14 years vboxsync Additions/X11: save some space by removing superfluous headers
(edit) @35393   14 years vboxsync properly wrap mem* to xf86mem* for older XF86 modules
(edit) @35392   14 years vboxsync warning
(edit) @35391   14 years vboxsync space
(edit) @35390   14 years vboxsync PCI: correct region clenup on reset
(edit) @35389   14 years vboxsync VBoxManage: fixed crash in storageattach under certain circumstances
(edit) @35387   14 years vboxsync virtio-net: fixed the issue with TX performance with newer linux kernels
(edit) @35386   14 years vboxsync docs build fix
(edit) @35385   14 years vboxsync Makefiles: <target>_PATH is deprecated, use <target>_DEFPATH instead.
(edit) @35383   14 years vboxsync fixed missing dependency.
(edit) @35382   14 years vboxsync vboxnetflt: fix for host panic when bridging to devices with no TX queue
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35378   14 years vboxsync export
(edit) @35377   14 years vboxsync Removed empty hgcm include dir.
(edit) @35376   14 years vboxsync moved comregister.cmd.
(edit) @35375   14 years vboxsync Adding Makefile.kup files to the new Main directories.
(edit) @35374   14 years vboxsync hgcm -> main
(edit) @35373   14 years vboxsync grr
(edit) @35372   14 years vboxsync correct location.
(edit) @35371   14 years vboxsync fixing.
(edit) @35370   14 years vboxsync build fix.
(edit) @35369   14 years vboxsync build fix
(edit) @35368   14 years vboxsync Main: source re-org.
(edit) @35367   14 years vboxsync Etherboot-src/Makefile.kmk: Simplified the …
(edit) @35366   14 years vboxsync adds installer/win: space/tab consistency
(edit) @35365   14 years vboxsync adds installer/win: wine d3d 64bit for xpdm
(edit) @35364   14 years vboxsync Main: creating new source dirs
(edit) @35363   14 years vboxsync deb/rpm: fix VBoxExtPackHelperApp permissions
(edit) @35362   14 years vboxsync warning
(edit) @35359   14 years vboxsync netflt/win: avoid rx packet queueing for active netflt
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
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