VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36866   14 years vboxsync build fix
(edit) @36865   14 years vboxsync build fix
(edit) @36864   14 years vboxsync tstX86-1: made it work on darwin.
(edit) @36863   14 years vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
(edit) @36862   14 years vboxsync tstX86-1: Testing invalid lock prefix decoding order.
(edit) @36861   14 years vboxsync CPUMSetGuestTR: Awww, shut up.
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36859   14 years vboxsync Solaris/VBoxNetFltBow: activate/quiesce the interface in …
(edit) @36858   14 years vboxsync build fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36856   14 years vboxsync warning
(edit) @36854   14 years vboxsync Installer/linux: 0750 instead of 0640 when creating a directory
(edit) @36853   14 years vboxsync FE/Qt: 5659: 'None' host-combo functionality restored.
(edit) @36851   14 years vboxsync IEM: SHLD, SHRD.
(edit) @36850   14 years vboxsync Additions/solaris: Support 64-bit only Xorg binary releases.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36848   14 years vboxsync Video: display/miniport drivers. (#5464)
(edit) @36847   14 years vboxsync VBoxBallonCtrl: fix event queue processing, change update interval …
(edit) @36846   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36845   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36844   14 years vboxsync IEM: started drilling down to FINIT, but have to change location.
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36842   14 years vboxsync Main/Metrics: Memory leak fixes
(edit) @36841   14 years vboxsync IEM: CMOVcc, JMPF Ep.
(edit) @36840   14 years vboxsync IEM: cpuid, clts, fixes.
(edit) @36839   14 years vboxsync Main/Metrics: Locking revised to prevent lockups on VM shutdown (#5637)
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36836   14 years vboxsync PCI: don't fail on extended caps access, just record
(edit) @36835   14 years vboxsync IEM: pop Ev; fixed the setting of accessed bit.
(edit) @36834   14 years vboxsync IEM: Moved the iemCImpl functions out of IEMAll.cpp and into …
(edit) @36833   14 years vboxsync IEM: Fixed missing RIP advancing when rCX was 0. 'LSS GReg, r/m' …
(edit) @36831   14 years vboxsync build fix
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36828   14 years vboxsync IEM: implemented XLAT, extended the output when hitting a stub.
(edit) @36827   14 years vboxsync iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
(edit) @36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 years vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36824   14 years vboxsync Always optimize IEMAll.cpp.
(edit) @36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36822   14 years vboxsync comment typo.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36818   14 years vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36817   14 years vboxsync Another try
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36814   14 years vboxsync Java XPCOM bridge: cleanup, survive multiple inits
(edit) @36813   14 years vboxsync mac build fix.
(edit) @36812   14 years vboxsync IEM: hlt
(edit) @36811   14 years vboxsync REM: Don't set cr2 and error_code when TRPM reports a pending software …
(edit) @36810   14 years vboxsync Additions/x11/VBoxClient: drop static libstdc++
(edit) @36809   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36808   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36807   14 years vboxsync Additions/x11/seamless: we can no longer throw exceptions
(edit) @36806   14 years vboxsync Additions/x11/seamless: no more std::autoptr or std::vector, use the …
(edit) @36805   14 years vboxsync Additions/x11/seamless: yet another STL-vector-in-C
(edit) @36804   14 years vboxsync Additions/x11/VBoxClient: forgot to set a flag
(edit) @36803   14 years vboxsync Additions/x11/seamless: uninitialised variable
(edit) @36802   14 years vboxsync Additions/x11/seamless: extended unit test slightly
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36800   14 years vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36798   14 years vboxsync build fix
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36796   14 years vboxsync Fix FreeBSD host drivers
(edit) @36795   14 years vboxsync IEM: Verify memory writes, fixed bugs found doing so.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36792   14 years vboxsync Additions/solaris: spaces and minor fix.
(edit) @36791   14 years vboxsync tstX86-1: Build fix for FreeBSD
(edit) @36790   14 years vboxsync Solaris/additions/postinstall.sh: minor clean up.
(edit) @36789   14 years vboxsync Installer/linux/rpm,deb: nice icons for Unity and Nautilus here too
(edit) @36788   14 years vboxsync OSE build fix.
(edit) @36787   14 years vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36786   14 years vboxsync rpm: fedora15
(edit) @36785   14 years vboxsync Additions/installer/linux: silence a grep
(edit) @36784   14 years vboxsync VBoxManage/GuestCtrl: Forgot another argv0 commit.
(edit) @36782   14 years vboxsync deb/rpm: misc fixes and sync debian/
(edit) @36781   14 years vboxsync warning
(edit) @36780   14 years vboxsync IEM: Some more bits.
(edit) @36779   14 years vboxsync Additions/installer/linux: look for konsole before gnome-terminal, …
(edit) @36778   14 years vboxsync win.x86 build fix.
(edit) @36777   14 years vboxsync Installer/linux: nice icons for Unity and Nautilus too
(edit) @36776   14 years vboxsync solaris build fix./
(edit) @36775   14 years vboxsync gcc build fixes.
(edit) @36774   14 years vboxsync build fix.
(edit) @36773   14 years vboxsync build fix.
(edit) @36772   14 years vboxsync build fixes.
(edit) @36771   14 years vboxsync build fixes.
(edit) @36770   14 years vboxsync build fixes.
(edit) @36769   14 years vboxsync build fixes.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36766   14 years vboxsync DisasmTables.cpp: Added todos for some new instructions.
(edit) @36765   14 years vboxsync emulate_single_instr: style
(edit) @36764   14 years vboxsync Additions/solaris: remove obsolete packaging bits, just causes confusion.
(edit) @36762   14 years vboxsync CPUM: CPUMSetGuestGDTR and CPUMSetGuestIDTR should take 64-bit base value.
(edit) @36759   14 years vboxsync Additions/linux/Installer: use only pkexec, sudo and su for the …
(edit) @36758   14 years vboxsync typo
(edit) @36757   14 years vboxsync deb/rpm fixes
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