VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1485   18 years vboxsync More build fixes.
(edit) @1484   18 years vboxsync removed obsolete external.
(edit) @1483   18 years vboxsync buildfix
(edit) @1482   18 years vboxsync build fix.
(edit) @1481   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1479   18 years vboxsync removed obsolete api.
(edit) @1478   18 years vboxsync Support VME in guests. (v86 extensions)
(edit) @1477   18 years vboxsync Forgot serial port changes in the Makefile…
(edit) @1476   18 years vboxsync First go at a serial port device with I/O hooked to named pipe/local …
(edit) @1475   18 years vboxsync enums are 32-bit according to the C standard
(edit) @1474   18 years vboxsync build fix
(edit) @1473   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1472   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1471   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1470   18 years vboxsync Runtime: Stubbed RTTimerStart/Stop.
(edit) @1469   18 years vboxsync FE/Qt: Don't pollute public namespace with one-time private methods.
(edit) @1468   18 years vboxsync Error details for when we can't get contiguous or low memory.
(edit) @1467   18 years vboxsync Hypertext references support added into QIRichLabel extension.
(edit) @1466   18 years vboxsync Line break added into "Shared Folders" LED tool-tip.
(edit) @1465   18 years vboxsync 2nd attempt with segment prefix support
(edit) @1464   18 years vboxsync Added DISQuerySegPrefixByte
(edit) @1463   18 years vboxsync Added DISQuerySegPrefixByte
(edit) @1462   18 years vboxsync Backed out incorrect 19519
(edit) @1461   18 years vboxsync Don't forget segment override prefix bytes in patch jumps and calls.
(edit) @1460   18 years vboxsync Partial fix for the VirtualBox startup hang - don't allocate …
(edit) @1459   18 years vboxsync darwin is *not* using SDL (don't know how to ship it yet there and we …
(edit) @1458   18 years vboxsync oops.
(edit) @1457   18 years vboxsync Make sure the output directory exists. (stupid me)
(edit) @1456   18 years vboxsync for everyone.
(edit) @1455   18 years vboxsync Boot items table implemented through QListView class. This table …
(edit) @1454   18 years vboxsync another try…
(edit) @1453   18 years vboxsync warning
(edit) @1452   18 years vboxsync g++ v4.1.1. on AMD64 has trouble with AssertCompileMemberAlignment, …
(edit) @1451   18 years vboxsync grr
(edit) @1450   18 years vboxsync r=bird
(edit) @1449   18 years vboxsync r=bird
(edit) @1448   18 years vboxsync AssertCompileMemberAlignment didn't work in C++ code on with gcc 4.1.1 …
(edit) @1447   18 years vboxsync spaces
(edit) @1446   18 years vboxsync spaces
(edit) @1445   18 years vboxsync style: dropped unnecessary parenthesis.
(edit) @1444   18 years vboxsync doxygen comments…
(edit) @1443   18 years vboxsync cast the uint16_t selector value before shifting it, just a precaution.
(edit) @1442   18 years vboxsync spaces
(edit) @1441   18 years vboxsync Updated the new command line syntax
(edit) @1440   18 years vboxsync Remove the -private version string suffix.
(edit) @1439   18 years vboxsync Worked around a problem with Windows splitting process arguments by spaces
(edit) @1438   18 years vboxsync Finished trap/irq gate entry logging
(edit) @1437   18 years vboxsync Added trap/irq gate logging
(edit) @1436   18 years vboxsync Reset should honor the warm reboot flag.
(edit) @1435   18 years vboxsync 1827: Lock down Qt GUI implemented. These options are now supported …
(edit) @1434   18 years vboxsync Log boot attempts to the release log (not just failed attempts as …
(edit) @1433   18 years vboxsync Perform software reset of pcnet device(s) in the BIOS. This makes sure …
(edit) @1432   18 years vboxsync Made Main start new VMs using the command line "-startvm <VM name> <UUID>"
(edit) @1431   18 years vboxsync Corrected indenting in VBoxManage
(edit) @1430   18 years vboxsync Added the syntax "-startvm <name> <uuid>" to the VirtualBox front end, …
(edit) @1429   18 years vboxsync Added a default dpi to the X11 graphics driver to make SUSE happy
(edit) @1428   18 years vboxsync added convertdd functionality from vditool to VBoxManage (but no …
(edit) @1427   18 years vboxsync fixed BIOS guest log
(edit) @1426   18 years vboxsync off-by-one error
(edit) @1425   18 years vboxsync VBOX_VERSION_STRING without quotes in version-generated.mk
(edit) @1424   18 years vboxsync use the same icon for VBoxSDL as for VirtualBox on Windows
(edit) @1423   18 years vboxsync More stats
(edit) @1422   18 years vboxsync killed warning
(edit) @1421   18 years vboxsync Use offset instead of fault address (aliases).
(edit) @1420   18 years vboxsync more info
(edit) @1419   18 years vboxsync more verbose assertion
(edit) @1418   18 years vboxsync Renamed variable.
(edit) @1417   18 years vboxsync Adjusted comment.
(edit) @1416   18 years vboxsync Initial code for allowing a fully sized guest GDT.
(edit) @1415   18 years vboxsync append VBOX_VERSION_STRING to VBOX_VERSION_MK
(edit) @1414   18 years vboxsync Added support for the shared clipboard parameters to VBoxManage
(edit) @1413   18 years vboxsync VBoxMedia data member integrated into DiskImageItem class allowing …
(edit) @1412   18 years vboxsync Fixed dangerous situation with partial hypervisor selector updates.
(edit) @1411   18 years vboxsync Then just get rid of it.
(edit) @1410   18 years vboxsync Attempt to fix assertion
(edit) @1409   18 years vboxsync small cosmetical fix
(edit) @1408   18 years vboxsync Initial changes for floating SELM hypervisor selectors.
(edit) @1407   18 years vboxsync Backed out 19400. Million warnings with win32 host. Please fix properly.
(edit) @1406   18 years vboxsync Uninitialized variable. (pointed out by Frank)
(edit) @1405   18 years vboxsync Use yasm on darwin.
(edit) @1404   18 years vboxsync yasm/mach-o doesn't grok stabs, so drop that. it's not necessary I believe.
(edit) @1403   18 years vboxsync Don't assert on failure (like VERR_TRPM_DONT_PANIC and the like) or …
(edit) @1402   18 years vboxsync Use yasm on darwin.
(edit) @1401   18 years vboxsync Mach-O/Yasm .bss section fix (it must be last, so declare everything …
(edit) @1400   18 years vboxsync warning
(edit) @1399   18 years vboxsync warning
(edit) @1398   18 years vboxsync warning
(edit) @1397   18 years vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1396   18 years vboxsync hack to fix RegistryLocationForSpec issues with /path/to/./components …
(edit) @1395   18 years vboxsync typo (wonder where it comes from / why it used to compile...)
(edit) @1394   18 years vboxsync VBOX_PATH_MACOSX_SDK and added framework QuickTime to the VBOXQTGUI …
(edit) @1393   18 years vboxsync two near jumps for nasm.
(edit) @1392   18 years vboxsync try prevent the mouse from escaping.
(edit) @1391   18 years vboxsync Darwin cursors (didn't get inverted cursors working right, so doing …
(edit) @1390   18 years vboxsync A Quick hack to support single locks on samba shares. (TODO: needs per …
(edit) @1389   18 years vboxsync bad ctrl key.
(edit) @1388   18 years vboxsync filelock-posix.cpp, no pl. Made darwin copy of the locks
(edit) @1387   18 years vboxsync Split out the posix file lock stuff.
(edit) @1386   18 years vboxsync Compile fix.
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