VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41885   12 years vboxsync Frontends/VBoxManage: avoid triggering a sanity check assertion, which …
(edit) @41884   12 years vboxsync addendum to r78736
(edit) @41883   12 years vboxsync VBoxManage: parfait fix for mac64 (LONG64/long long != PRInt64/long)
(edit) @41882   12 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41881   12 years vboxsync IPRT: Name threads on linux when supported.
(edit) @41879   12 years vboxsync Runtime/r0drv/solaris: Fix failure path to exclusive lock pages before …
(edit) @41876   12 years vboxsync VBoxTray: do not enable the shared clipboard for remote sessions.
(edit) @41875   12 years vboxsync Misleading comment.
(edit) @41874   12 years vboxsync DIS: Fixed two bugs in the size-only parsers that was introduced when …
(edit) @41873   12 years vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41872   12 years vboxsync More details (mostly irrelevant, I think).
(edit) @41871   12 years vboxsync Disasm.cpp: Off by one (mostly harmless).
(edit) @41870   12 years vboxsync build fix
(edit) @41869   12 years vboxsync DIS: Moved OP_PARM_Q to the group of 'rare' operands, next to …
(edit) @41868   12 years vboxsync 3DNow! testcases.
(edit) @41867   12 years vboxsync DisasmTables.cpp: Fixing the mnemonic for two 3DNow! instruction so …
(edit) @41865   12 years vboxsync crOpenGL/osx: fix deadlock on window destroy
(edit) @41864   12 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41863   12 years vboxsync Fixed g_aTwoByteMapX86_3DNow bug and relaxed assertion in Parse3DNow.
(edit) @41862   12 years vboxsync PDMAsyncCompletionFileNormal.cpp: Removed RT_STRICT as it breaks the …
(edit) @41861   12 years vboxsync PDMAsyncCompletionFile.cpp: Removed RT_STRICT as it breaks the strict …
(edit) @41860   12 years vboxsync Additions/solaris/SharedFolders: S11u1b10+ build fix, typo from r78345.
(edit) @41859   12 years vboxsync UIConverterBackendCOM: disabled annoying assertion.
(edit) @41858   12 years vboxsync wddm/3d: better event query support
(edit) @41856   12 years vboxsync NAT: typo.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41852   12 years vboxsync Additions/common and solaris/vboxmouse: large code drop.
(edit) @41850   12 years vboxsync fix OSE
(edit) @41849   12 years vboxsync Main/Bandwidth: server side limit validity check (#5582)
(edit) @41847   12 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41846   12 years vboxsync FE/Qt: Some UISelectorWindow cleanup.
(edit) @41845   12 years vboxsync copy&past.
(edit) @41844   12 years vboxsync load.sh for linux.
(edit) @41842   12 years vboxsync Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)
(edit) @41841   12 years vboxsync load.cmd/.sh: added scripts for loading the support driver on windows.
(edit) @41840   12 years vboxsync NAT: don't expose functions needed locally.
(edit) @41839   12 years vboxsync NAT: Zero pointer to link on link remove. (#6188)
(edit) @41838   12 years vboxsync IEM: Windows build fix
(edit) @41837   12 years vboxsync IEM: Windows build fix
(edit) @41836   12 years vboxsync Doxygen.
(edit) @41835   12 years vboxsync wddm: always allow 1024x768 resolution for win8
(edit) @41834   12 years vboxsync VMM/HWVMXR0: Fix using stale VPIDs on resume.
(edit) @41833   12 years vboxsync FE/Qt: Wizards stuff: Some NLS update.
(edit) @41832   12 years vboxsync FE/Qt: UINameAndSystemEditor: Forgot to remove margins.
(edit) @41831   12 years vboxsync IEM hacking.
(edit) @41830   12 years vboxsync EMAll/IEM work.
(edit) @41829   12 years vboxsync IEM: Implemented IEMExecOneWithPrefetchedByPC and IEMExecOneEx.
(edit) @41825   12 years vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41824   12 years vboxsync EMAll/IEM work.
(edit) @41823   12 years vboxsync Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when …
(edit) @41822   12 years vboxsync DIS: Fixed disReadQWordSlow bug found by parfait. Correct the …
(edit) @41821   12 years vboxsync wined3d/wddm: fix uninitialized value
(edit) @41820   12 years vboxsync virtio: fixed GSO header issue causing heavy loss of packets (#4807)
(edit) @41819   12 years vboxsync FE/Qt: UIConverter template interface supporting various required …
(edit) @41818   12 years vboxsync wined3d/wddm: fix sporadic app crashes
(edit) @41817   12 years vboxsync NAT: fix vbox/7459: drop packet if we can't send it because of EAGAIN …
(edit) @41816   12 years vboxsync DevPCI: Changed return values of PCIDevPhysRead/Write to …
(edit) @41815   12 years vboxsync DevATA: No need to check for bus mastering in ataBMDMAIOPortRead/Write.
(edit) @41814   12 years vboxsync USBProxyServiceWindows: Fixed debug assertion when releasing devices.
(edit) @41813   12 years vboxsync Main/HostUSBDevice: forgotten lock fix which happens only on platforms …
(edit) @41812   12 years vboxsync NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
(edit) @41811   12 years vboxsync PCI/DevATA: Added bus mastering support.
(edit) @41810   12 years vboxsync csamR3DISInstr: forgot to update the calls to pass DisInfo.
(edit) @41809   12 years vboxsync virtio: netshaper support (#5582)
(edit) @41808   12 years vboxsync e1000: fixed assertion in debug build (#5582)
(edit) @41807   12 years vboxsync NAT: warnings on release build.
(edit) @41806   12 years vboxsync NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
(edit) @41805   12 years vboxsync Doxygen.
(edit) @41804   12 years vboxsync Doxygen.
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41799   12 years vboxsync IEM: Back to where I was when I needed DISSTATE::abInstr…
(edit) @41797   12 years vboxsync tstDisasm-1: use out own callback.
(edit) @41796   12 years vboxsync DIS: Dropped most of the little hacks in the groups for dealing with …
(edit) @41795   12 years vboxsync DIS: Changed the parsers from returning size to the offset of the next …
(edit) @41794   12 years vboxsync Encourage keeping things in the same registers across calls.
(edit) @41793   12 years vboxsync Encourage tail optimizations and keeping things in the same registers …
(edit) @41792   12 years vboxsync Some more DISSTATE adjustments.
(edit) @41791   12 years vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41790   12 years vboxsync DISCPUSTATE -> DISSTATE (slow change).
(edit) @41789   12 years vboxsync DIS: pCpu -> pDis.
(edit) @41788   12 years vboxsync DIS: Set cbPrefix
(edit) @41787   12 years vboxsync DIS: size_t and windows compilers.
(edit) @41786   12 years vboxsync DIS: Forgotten FNDISPARSE change in previous commit + …
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41784   12 years vboxsync DIS: Work with a instruction offset instead of address. Only the byte …
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41782   12 years vboxsync Missing copy & past fixups.
(edit) @41781   12 years vboxsync DIS: Prefetch instruction bytes before starting to disassemble, inline …
(edit) @41780   12 years vboxsync Typo.
(edit) @41779   12 years vboxsync Typo.
(edit) @41778   12 years vboxsync Doxygen.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @41776   12 years vboxsync doxygen comments.
(edit) @41775   12 years vboxsync HWACCM: Fixed bug in the read-without-shr4 case in …
(edit) @41774   12 years vboxsync bugref..
(edit) @41773   12 years vboxsync VBoxUSB/solaris/vboxusb.conf: comment.
(edit) @41772   12 years vboxsync VMMR0/HWSVMR0: spaces.
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