VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60963   9 years vboxsync Main/HostDnsService: provide a commented out option to compile …
(edit) @60962   9 years vboxsync warning
(edit) @60961   9 years vboxsync IEM: tstIEMCheckMc vs clang fixes.
(edit) @60960   9 years vboxsync NAT: rewrite resolv.conf parser. The old code tried to be fancy, but …
(edit) @60959   9 years vboxsync Config.kmk: Adjustments for newer Xcode.
(edit) @60958   9 years vboxsync xcode-6.2-extractor.sh: Initial hacking.
(edit) @60957   9 years vboxsync Devices/Makefile.kmk: Adjustments for new Xcode version.
(edit) @60956   9 years vboxsync DrvACPI.cpp: Another 'ing PVM undef.
(edit) @60955   9 years vboxsync VBoxUtils-darwin.h: Another PVM undef.
(edit) @60954   9 years vboxsync vbox-img.cpp: Uninitialized variable hVolNext (oversight not helped by …
(edit) @60953   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60952   9 years vboxsync HostPower.h: another PVM fix (new SDK).
(edit) @60951   9 years vboxsync NetIf-darwin.cpp: don't use malloc/free, use RTMemAlloc/RTMemFree. (Or …
(edit) @60950   9 years vboxsync SafeConstGUIDArray: Don't try reference NULL, use 1 instead or clang …
(edit) @60949   9 years vboxsync xpcom: Adjustments for OS X SDK v10.9.
(edit) @60948   9 years vboxsync PGMAllPhys.cpp: Make clang happy.
(edit) @60947   9 years vboxsync DBGFR3PlugIn.cpp: Uninitialized variable.
(edit) @60946   9 years vboxsync RTSignTool.cpp: Uninitialized variable.
(edit) @60945   9 years vboxsync DevVGA: Disabled broken VINF_EM_RAW_EMULATE_IO_BLOCK optimization, see …
(edit) @60944   9 years vboxsync Main: DnD is client-only
(edit) @60943   9 years vboxsync Additions/linux: don't freak out if vboxsf cannot be loaded (this is a …
(edit) @60942   9 years vboxsync Audio: Renaming.
(edit) @60941   9 years vboxsync Audio/HDA: - Lowered timer to 100Hz and start/stop it only if …
(edit) @60940   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: install our …
(edit) @60939   9 years vboxsync APIC: Don't be so optimistic.
(edit) @60938   9 years vboxsync Audio/SB16: Lowered I/O timer frequency from 200Hz to 25Hz.
(edit) @60937   9 years vboxsync Audio/SB16: Fixes for software mixer usage.
(edit) @60936   9 years vboxsync SUPNtHard: Fixed VERR_SUP_VP_THREAD_NOT_ALONE problem with Avecto …
(edit) @60935   9 years vboxsync cosmetics
(edit) @60934   9 years vboxsync Audio/AC97: Lowered timer to 100Hz and start/stop it only if needed. …
(edit) @60933   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: prevent the …
(edit) @60932   9 years vboxsync FE/Qt: ​​​​​​​​​bugref:6769: Rework for New VM wizard (part 04): …
(edit) @60931   9 years vboxsync build fix
(edit) @60930   9 years vboxsync FE/Qt: ​​​​​​​​​bugref:6769: Rework for New VM wizard (part 03): …
(edit) @60929   9 years vboxsync FE/Qt: ​​​​​​​​​bugref:6769: Rework/cleanup for VM properties editor …
(edit) @60928   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60927   9 years vboxsync doc/manual: we do support IPv6 when bridging to wireless now.
(edit) @60926   9 years vboxsync tstRTSymlink: Skip if not supported (w2k3).
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60924   9 years vboxsync Main: Fixed incorrect com usage in testcases.
(edit) @60923   9 years vboxsync PGMDbg: Fix regression introduced with r101864, breaks DBGFR3MemScan …
(edit) @60922   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60921   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60920   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60919   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: work around a …
(edit) @60918   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60917   9 years vboxsync FE/Qt: ​​​​​​​​​​bugref:6769: Rework/cleanup file-path selector widget …
(edit) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60915   9 years vboxsync EMAll.cpp: An another warning.
(edit) @60914   9 years vboxsync EMAll.cpp: Fix unused static function warnings.
(edit) @60913   9 years vboxsync EMAll.cpp: Use IEM.
(edit) @60912   9 years vboxsync IEMR3ProcessForceFlag: Corrected assertion.
(edit) @60911   9 years vboxsync IEMR3ProcessForceFlag: Must set fAccess to IEM_ACCESS_INVALID…
(edit) @60910   9 years vboxsync iprt/socket.cpp: set *pcbWritten to 0 on windows too when returning …
(edit) @60909   9 years vboxsync IEM: Release build fix.
(edit) @60908   9 years vboxsync iomR3MergeStatus: Missed another simple case, rcStrictCommit being …
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60906   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: prevent a …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60904   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: reduce logging …
(edit) @60903   9 years vboxsync Main/USBProxyBackendUsbIp: Explicit check for VINF_SUCCESS after …
(edit) @60902   9 years vboxsync Runtime/RTSocketReadNB: Set *pcbRead to 0 if the socket is in non …
(edit) @60901   9 years vboxsync IEM: Fixed string instructions wrt VINF_IOM_R3_MMIO_COMMIT_WRITE. The …
(edit) @60900   9 years vboxsync EMRaw.cpp: Remove DEBUG_bird assertion.
(edit) @60899   9 years vboxsync PGMAllBth.h: Improved assertion so it's possible to tell if it's valid.
(edit) @60898   9 years vboxsync ValidationKit/usb/tdUsb1: Enable all super-speed tests again, the …
(edit) @60897   9 years vboxsync tst-utsgadget: Small new tests
(edit) @60896   9 years vboxsync ValidationKit/utils/UsbTest: Small updates
(edit) @60895   9 years vboxsync vbox.py: EventHandlerBase.unregister: Initialize fRc at the start of …
(edit) @60894   9 years vboxsync HMSVMR0: Ignore APIC+PIC FFs when singlestepping.
(edit) @60893   9 years vboxsync cpu-exec.c: Another IEM_VERIFICATION_MODE hack.
(edit) @60892   9 years vboxsync TRPMRCHandlerA.asm: Missed the other v8086 iret.
(edit) @60891   9 years vboxsync TRPM,CPUM: Return to v8086 mode fixes. - We may have entered from …
(edit) @60890   9 years vboxsync Comment.
(edit) @60889   9 years vboxsync FE/Qt: UIWizardNewVM: Registering CGuestOSType meta-type.
(edit) @60888   9 years vboxsync IEM: Must not forget to get updated hidden ES selector values for …
(edit) @60887   9 years vboxsync BIOS: Avoid 386-specific assembly in generic function.
(edit) @60886   9 years vboxsync ValidationKit/tdUsb1: Oh, shut up pylint…
(edit) @60885   9 years vboxsync ValidationKit/tdUsb1: Disable a few tests for super speed as they fail …
(edit) @60884   9 years vboxsync TRPMR3InjectEvent: Why did we ever invent REMR3NotifyPendingInterrupt?
(edit) @60883   9 years vboxsync log.cpp: Forgot this file is compiled as sucky C code too.
(edit) @60882   9 years vboxsync iemRCRawMaybeReenter: Don't re-enter raw-mode if we're returning to …
(edit) @60881   9 years vboxsync iret-to-v86: only 16-bit eip, thank you.
(edit) @60880   9 years vboxsync RTLogDestinations: Don't require ';' for separating values and more …
(edit) @60879   9 years vboxsync PATMRawLeave: It's okay to end up in ring-3 with a reschduling status …
(edit) @60878   9 years vboxsync UINameAndSystemEditor::setType: Quick fix for new-vm-wizard assertions …
(edit) @60877   9 years vboxsync CInterface: Use RT_STRICT instead of DEBUG. Avoid using DEBUG for …
(edit) @60876   9 years vboxsync CInterface: added isNotNull method.
(edit) @60875   9 years vboxsync PATMRC.cpp: Use IEM for the INT3 stuff.
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60873   9 years vboxsync please stay without 130 columns.
(edit) @60872   9 years vboxsync DBGF: Allow attaching the debugger via the GUI during the …
(edit) @60871   9 years vboxsync IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
(edit) @60870   9 years vboxsync direnum-r3-nt.cpp: Turns out both the VBoxSVR and CIFS file system …
(edit) @60869   9 years vboxsync pgmR3SyncPTResolveConflict: some debugging details for the NT4.0-SMP VM.
(edit) @60868   9 years vboxsync EMRaw: Try switch to the recompiler if PGMSyncCR3 return …
(edit) @60867   9 years vboxsync PGM: Don't ever drop VERR_PGM_NO_HYPERVISOR_ADDRESS! Will end up with …
(edit) @60866   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: reduce the mmap …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60864   9 years vboxsync ValidationKit/reporter: grr
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