VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @1408   18 years vboxsync Initial changes for floating SELM hypervisor selectors.
(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) @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) @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.
(edit) @1385   18 years vboxsync Implemented hgcmReset. Removed more obsolete code.
(edit) @1384   18 years vboxsync Fixed RTC alarm (problem seen in Norton Diagnostics). We need to a) …
(edit) @1383   18 years vboxsync Made our X graphics driver use 1024x768 if all user specified modes …
(edit) @1382   18 years vboxsync Added comments about observations.
(edit) @1381   18 years vboxsync Enumeration mechanism updated with vdi-children enumeration.
(edit) @1380   18 years vboxsync Naming
(edit) @1379   18 years vboxsync More logging + possible fix
(edit) @1378   18 years vboxsync More logging
(edit) @1377   18 years vboxsync hard reset pcnet on reboot (at least to switch off BM)
(edit) @1376   18 years vboxsync Windows guest video driver: some experimental code.
(edit) @1375   18 years vboxsync Windows guest video driver: corrected detection of non-cacheable bitmaps.
(edit) @1374   18 years vboxsync Forgot one argument.
(edit) @1373   18 years vboxsync Assertion message added.
(edit) @1372   18 years vboxsync removed obsolete .cvsignore files
(edit) @1371   18 years vboxsync FE/Qt: - Added new Welcome picture (shown when no VMs are defined); - …
(edit) @1370   18 years vboxsync FE/Qt: Added VBoxGlobal::openURL(); implemented Help -> VirtualBox Web …
(edit) @1369   18 years vboxsync Enabled v86 raw mode again.
(edit) @1367   18 years vboxsync Corrected v86 handling again.
(edit) @1366   18 years vboxsync Put back disasm logging.
(edit) @1365   18 years vboxsync Log iret faults in patch code.
(edit) @1364   18 years vboxsync Make the BIOS log prefix a single string instead of replicating it …
(edit) @1363   18 years vboxsync Emulate faulting v86 instruction (might be valid because of iopl).
(edit) @1362   18 years vboxsync Enable BIOS backdoor logging for info messages. Can be useful to debug …
(edit) @1361   18 years vboxsync Compile fix + updates
(edit) @1360   18 years vboxsync Previous change was not correct for v86 code.
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1358   18 years vboxsync SELM function changes for v86 mode code.
(edit) @1356   18 years vboxsync build fix
(edit) @1355   18 years vboxsync nc
(edit) @1354   18 years vboxsync Make it possible to move shared libs from /opt/VirtualBox-xxx to …
(edit) @1353   18 years vboxsync Backed out rev.19297
(edit) @1352   18 years vboxsync Only check for patch writes in supervisor mode. Otherwise assume the …
(edit) @1351   18 years vboxsync 1703: Redesign the Virtual Disk Manager dialog: Ensure VDI nodes …
(edit) @1350   18 years vboxsync darwin: A quick go at makeing process switching work. TODO: restoring …
(edit) @1349   18 years vboxsync Ported VRDP to darwin. Also modified the VBOXMAINEXE/VBOXMAIN …
(edit) @1348   18 years vboxsync Some old amd64 hacks -> VBOX_WITH_INTERNAL_NETWORKING
(edit) @1346   18 years vboxsync VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin.
(edit) @1345   18 years vboxsync VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin.
(edit) @1344   18 years vboxsync Disabled obsolete code in HGCM, added logging.
(edit) @1343   18 years vboxsync oops.
(edit) @1342   18 years vboxsync Zero (almost) all memory below 640K. All commercial BIOS versions …
(edit) @1341   18 years vboxsync Disabled v86 raw mode again due to windows install regressions.
(edit) @1339   18 years vboxsync darwin: intercept the events before HI gets them. a bit of a hack …
(edit) @1338   18 years vboxsync Moved the IF check.
(edit) @1337   18 years vboxsync Forbid execution of v86 code with IF=0.
(edit) @1336   18 years vboxsync Forbit execution of v86 code with IF=0.
(edit) @1335   18 years vboxsync Sync the null LDT selector as it's perfectly valid. (unlike the null …
(edit) @1334   18 years vboxsync Reenabled raw V86 mode.
(edit) @1332   18 years vboxsync Wrong X86_EFL_VM test
(edit) @1331   18 years vboxsync Disabled raw v86 mode.
(edit) @1329   18 years vboxsync Enable handling of guest IDT writes in the guest context.
(edit) @1328   18 years vboxsync Reorganized TRPM in preparation of handling IDT writes in the guest …
(edit) @1327   18 years vboxsync Some more logging.
(edit) @1326   18 years vboxsync More logging
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