VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41774   13 years vboxsync bugref..
(edit) @41773   13 years vboxsync VBoxUSB/solaris/vboxusb.conf: comment.
(edit) @41772   13 years vboxsync VMMR0/HWSVMR0: spaces.
(edit) @41771   13 years vboxsync Windows build fixes.
(edit) @41770   13 years vboxsync PATM: patmReadBytes read more and use PATMR3ReadOrgInstr.
(edit) @41769   13 years vboxsync CSAM: Made csamR3ReadBytes return the maximum number of bytes.
(edit) @41768   13 years vboxsync PATM: Added PATMR3ReadOrgInstr.
(edit) @41767   13 years vboxsync Storage/VMDK: Coalesce reads when checking for inconsistencies between …
(edit) @41766   13 years vboxsync VMM/EM: Try read cbMaxRead when disassembling.
(edit) @41765   13 years vboxsync CPUM/cpumR3DisasInstrRead: Read max size when possible.
(edit) @41764   13 years vboxsync VMM: Retired CPUMR3DisasmInstr in favor of DBGFR3DisasInstrLog.
(edit) @41763   13 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @41762   13 years vboxsync build fix
(edit) @41761   13 years vboxsync illegal opcode
(edit) @41760   13 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41759   13 years vboxsync BIOS: Load nicer value into ES after quitting PM.
(edit) @41758   13 years vboxsync iPXE: typo in Makefile.kmk
(edit) @41757   13 years vboxsync BIOS: Load nicer value into DS before exiting PM.
(edit) @41756   13 years vboxsync iPXE: build fixes for older gcc versions
(edit) @41755   13 years vboxsync HostDrivers/SUPDrv: comment.
(edit) @41754   13 years vboxsync VBoxManage/DebugVM: Fixed "--debug" parameter, fixed parameter …
(edit) @41753   13 years vboxsync DIS: Read instruction bytes thru DISCPUSTATE::abInstr.
(edit) @41752   13 years vboxsync iPXE: save a tiny bit more ROM space by ripping out the embedded image …
(edit) @41751   13 years vboxsync Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.
(edit) @41750   13 years vboxsync wrong+unnecessary right now.
(edit) @41749   13 years vboxsync wrong+unnecessary right now.
(edit) @41748   13 years vboxsync DIS: bugfix in odd disStoreInstrBytesSlow path + static.
(edit) @41747   13 years vboxsync Removed some unused strings.
(edit) @41746   13 years vboxsync dis.h: docs.
(edit) @41745   13 years vboxsync typo.
(edit) @41744   13 years vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41743   13 years vboxsync DISOPPARAM: s/index.reg_gen/Index.idxGenReg/ + doc
(edit) @41742   13 years vboxsync DISOPPARAM: s/scale/uScale/ + doc
(edit) @41741   13 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41740   13 years vboxsync DISOPPARAM: s/param/fParam/ to match the related DISOPCODE members.
(edit) @41739   13 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   13 years vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   13 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   13 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41735   13 years vboxsync DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
(edit) @41734   13 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41733   13 years vboxsync DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
(edit) @41732   13 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41731   13 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41730   13 years vboxsync DIS: Some nits.
(edit) @41729   13 years vboxsync DISQueryParamVal: renamed related types and constants and reduced the …
(edit) @41728   13 years vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   13 years vboxsync DIS: register macro name adjustments.
(edit) @41726   13 years vboxsync -empty lines.
(edit) @41725   13 years vboxsync Additions/solaris: renamed deps.s to deps.asm.
(edit) @41724   13 years vboxsync Additions/solaris/vboxmouse: right assembler flags for deps.s.
(edit) @41723   13 years vboxsync RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
(edit) @41722   13 years vboxsync Additions/common/VBoxGuest: fixed copyright dates and licence headers …
(edit) @41721   13 years vboxsync Additions/solaris: more kernel module dependency handling for cross-builds.
(edit) @41720   13 years vboxsync optimization?
(edit) @41719   13 years vboxsync Fixed register formatting bugs.
(edit) @41718   13 years vboxsync duh2.
(edit) @41717   13 years vboxsync duh.
(edit) @41716   13 years vboxsync tstDisasm: Better checks.
(edit) @41715   13 years vboxsync Made _EndProc zero-sized functions; fixed tstDisasm.
(edit) @41714   13 years vboxsync Better testcase…
(edit) @41713   13 years vboxsync Duh!
(edit) @41712   13 years vboxsync doesn't link.
(edit) @41711   13 years vboxsync Missing Makefile.kup.
(edit) @41710   13 years vboxsync DevRTC: Extended the 'rtc' info with register A thru D.
(edit) @41709   13 years vboxsync Moved the code to the right placed.
(edit) @41708   13 years vboxsync DevRTC.cpp: r=bird: - Changed cmos to cmos1. - Don't start internal …
(edit) @41707   13 years vboxsync const two pointer tables.
(edit) @41706   13 years vboxsync dis.h: Drop the pragma pack(4) around DISOPCODE, it has no effect and …
(edit) @41705   13 years vboxsync Additions/solaris: separate kernel mouse driver code again.
(edit) @41704   13 years vboxsync Additions/solaris/installer: make the packaging script work on Linux. …
(edit) @41703   13 years vboxsync Disasm.cpp: Build fix?
(edit) @41702   13 years vboxsync solaris/VBoxNetFltBow: header update.
(edit) @41701   13 years vboxsync Runtime/r0drv/solaris: comment.
(edit) @41700   13 years vboxsync Solaris: license header update for kernel bits.
(edit) @41699   13 years vboxsync Build fix.
(edit) @41698   13 years vboxsync Additions/solaris/installer: make the packaging script work on Linux. …
(edit) @41697   13 years vboxsync Debugger: Added "info pci" command PCI devices; added showing bus …
(edit) @41696   13 years vboxsync Additions/solaris/VBoxGuest: make the kernel module dependency …
(edit) @41695   13 years vboxsync FE/Qt: UIDefs: Comments restyling cpp => c.
(edit) @41694   13 years vboxsync Disasm.cpp: Bug fix.
(edit) @41693   13 years vboxsync build fix
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41691   13 years vboxsync FE/Qt: Make sure COM enum extensions are cleaned up only after VM …
(edit) @41690   13 years vboxsync DIS: More cleanups.
(edit) @41689   13 years vboxsync FE/Qt: VBoxDefs renamed to UIDefs and reworked into namespace. …
(edit) @41688   13 years vboxsync VBoxUSB/solaris: comment typo.
(edit) @41687   13 years vboxsync VBoxUSB/solaris: locking tweaks and wrap to 130 columns.
(edit) @41686   13 years vboxsync Runtime/r3/solaris: coredumper cleanup.
(edit) @41685   13 years vboxsync FE/Qt: COMEnumsWrapper: remove medium variants which only exist in …
(edit) @41684   13 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41683   13 years vboxsync Additions/common/VBoxGuest: make the Solaris module linkable with GNU …
(edit) @41682   13 years vboxsync Runtime/r0drv/solaris: Query PG_NORELOC support for large pages.
(edit) @41681   13 years vboxsync Removed unused variables.
(edit) @41680   13 years vboxsync Runtime/r0drv/solaris: cleanup.
(edit) @41679   13 years vboxsync build fix
(edit) @41678   13 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41677   13 years vboxsync Drop tstCompile.
(edit) @41676   13 years vboxsync DIS: More scoping work.
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
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