VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50035   11 years vboxsync Additions/linux/drm: hack to build on EL6.
(edit) @50034   11 years vboxsync EHCI: Fix race between frame thread and completion callback which …
(edit) @50033   11 years vboxsync ConsoleImpl: load transient shared folders from saved state
(edit) @50032   11 years vboxsync AHCI: Fix possible problem with suspending a VM if there was a non …
(edit) @50031   11 years vboxsync AHCI: Fix race which can cause a hang during suspend
(edit) @50030   11 years vboxsync Additions/linux: back out single bit-count Additions package …
(edit) @50029   11 years vboxsync pxping_recv6: translate errors from proxy_sendto() into ICMPv6 error …
(edit) @50028   11 years vboxsync pxping_recv6: check if pbuf_header() succeeded.
(edit) @50027   11 years vboxsync tcp_enqueue_flags: Fix overzealous alignment assertion. …
(edit) @50026   11 years vboxsync Additions/VBoxService: indentation
(edit) @50025   11 years vboxsync VBoxService/VMInfo: Fixed crashes in user detection.
(edit) @50024   11 years vboxsync pxping_pcb_deregister: clear ping_pcb::next to satisfy assertion (now …
(edit) @50023   11 years vboxsync Rewrite IPv6 reassembly: https://savannah.nongnu.org/bugs/?41009
(edit) @50022   11 years vboxsync Don't call pbuf_free() in proxy_sendto(), leave it up to the caller …
(edit) @50021   11 years vboxsync pxping_pcb_delete: fix assertions (that were not compiled).
(edit) @50020   11 years vboxsync ip6_input: When testing fragment offset use bit masks in network byte …
(edit) @50019   11 years vboxsync CPUMR3CpuId.cpp (trunk+4.3): s/RTStrmPrintf/Log/
(edit) @50018   11 years vboxsync Storage/AHCI: Make sure all threads are idling before finishing the …
(edit) @50017   11 years vboxsync NAT/ip_input.c:ip_input comment regarding TTL check and processing …
(edit) @50016   11 years vboxsync NAT/misc.c: slirp_ext_m_get: no need check cbMin against MSIZE and …
(edit) @50015   11 years vboxsync NAT/ip_icmp.c: icmp_error: addss assert statements of correct calculations.
(edit) @50014   11 years vboxsync NAT:ip_icmp.c:icmp_error skip aliasing of ICMP datagram.
(edit) @50013   11 years vboxsync NAT/ip_icmp.c: 1. ICMP error send in mbuf allocated from mbuf_zone …
(edit) @50012   11 years vboxsync NAT/ip_icmp.c: typo. freeing of non-null source mbuf.
(edit) @50011   11 years vboxsync Failed experiment with poll() on darwin.
(edit) @50010   11 years vboxsync Indent nit.
(edit) @50009   11 years vboxsync VMMRZCallRing3Disable,VMMRZCallRing3Enable: Made them preemption …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @50007   11 years vboxsync udp_proxy_input: verify udp checksum.
(edit) @50006   11 years vboxsync We still own pbuf after ip_output_if/ip6_output_if so call pbuf_free …
(edit) @50005   11 years vboxsync On Windows use pxping_win.c based on crippled but unprivileged Icmp API.
(edit) @50004   11 years vboxsync Simple ping proxy that uses rather limited but unprivileged Windows …
(edit) @50003   11 years vboxsync iprt/dbg.h: Increased the fixed symbol length.
(edit) @50002   11 years vboxsync VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop …
(edit) @50001   11 years vboxsync PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
(edit) @50000   11 years vboxsync pdmR3R0CritSectEnterContended: That worked but wasn't entirely …
(edit) @49999   11 years vboxsync pdmR3R0CritSectEnterContended: Ok, that didn't work, so next attempt.
(edit) @49998   11 years vboxsync pdmR3R0CritSectEnterContended: Deal with VERR_INTERRUPTED while trying …
(edit) @49997   11 years vboxsync oops
(edit) @49996   11 years vboxsync Runtime/uri.cpp: warning [-Wunsequenced] char szNum[] = { …
(edit) @49995   11 years vboxsync cpus/*AMD*.h: Make sure the patch loader MSR is present in older entries.
(edit) @49994   11 years vboxsync Main/idl/apiwrap-server.xsl: fix the generated …
(edit) @49993   11 years vboxsync CPUM: VIA MSR mappings (rough cut).
(edit) @49992   11 years vboxsync VMM/HMVMXR0: comment copy & paste error.
(edit) @49991   11 years vboxsync OHCI,EHCI: Fix save/restore issues keeping saved state compatibility
(edit) @49990   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49989   11 years vboxsync FE/Qt: warn if the user enables VRDE but has no extpack installed
(edit) @49988   11 years vboxsync CPU: Hacking VIA
(edit) @49987   11 years vboxsync doc/manual: document how to enable the creation of symlinks by the guest
(edit) @49986   11 years vboxsync tabs to spaces
(edit) @49985   11 years vboxsync rename header include guard
(edit) @49984   11 years vboxsync build fix
(edit) @49983   11 years vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
(edit) @49982   11 years vboxsync Config.kmk: always use the last changed rev from 'svn info' also for …
(edit) @49981   11 years vboxsync CPUMAllMsrs.cpp: Fixed cpumLookupMsrRange to resolved aliases. Also …
(edit) @49980   11 years vboxsync VBoxHeadless: warning.
(edit) @49979   11 years vboxsync Fix burn.
(edit) @49978   11 years vboxsync CPUM: One more P4 related issue that needs fudging.
(edit) @49977   11 years vboxsync CPUM: Make sure a minimum of commonly used MSRs are present by default.
(edit) @49976   11 years vboxsync Main/Machine+ClientWatcher: fix for the generic watcher, it missed …
(edit) @49975   11 years vboxsync EM: Make sure the RA1 and RAZ bits of DR6 and DR7 are enforced. Fixes …
(edit) @49974   11 years vboxsync Config.kmk: Enabled the new MSR code. It works fine here on intel.
(edit) @49973   11 years vboxsync Config.kmk: Documented VBOX_WITH_NEW_MSR_CODE (still disabled).
(edit) @49972   11 years vboxsync CPUM: More msr hacking.
(edit) @49971   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49970   11 years vboxsync VMM/HMSVMR0: Avoid MSR write when possible.
(edit) @49969   11 years vboxsync VMM/HMSVMR0: todo addressed in r91390.
(edit) @49968   11 years vboxsync VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
(edit) @49967   11 years vboxsync HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
(edit) @49966   11 years vboxsync CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
(edit) @49965   11 years vboxsync Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake …
(edit) @49964   11 years vboxsync 6813 Solaris bug fix.
(edit) @49963   11 years vboxsync 6813 MAC bug fix.
(edit) @49962   11 years vboxsync 6813 solaris bug fix.
(edit) @49961   11 years vboxsync USBDeviceFilterImpl: cleanup
(edit) @49960   11 years vboxsync 6813 stage 6 - Make use of server side API wrapper code in all interfaces
(edit) @49959   11 years vboxsync EHCI,OHCI: Cleanup
(edit) @49958   11 years vboxsync EHCI,OHCI: Fix possible deadlock introduced with the first version of …
(edit) @49957   11 years vboxsync Mac OS X host: HID LEDs sync: forgotten update for LEDs resync.
(edit) @49956   11 years vboxsync darwin/distribution.dist: Check for VBoxHeadless and VBoxSVC as well.
(edit) @49955   11 years vboxsync Mac OS X host: HID LEDs sync: avoid system.log flooding on 10.8 host.
(edit) @49954   11 years vboxsync CPUM.cpp: Off by one bug in new CPUID count limiting code.
(edit) @49953   11 years vboxsync Main/src-server/xpcom/server.cpp: fix outdated comment, whitespace
(edit) @49952   11 years vboxsync Added AMD_Phenom_II_X6_1100T entry.
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49950   11 years vboxsync Additions/common: !RT_SUCCESS => RT_FAILURE
(edit) @49949   11 years vboxsync Main/ConsoleImpl: Indents for preprocessor.
(edit) @49948   11 years vboxsync GuestCtrl/Main: Report back temporary name when calling …
(edit) @49947   11 years vboxsync Additions/WINNT: fix OSE
(edit) @49946   11 years vboxsync Additions/VBoxGuest: be more quiet with release logging
(edit) @49945   11 years vboxsync PAT hack for a core 2 duo.
(edit) @49944   11 years vboxsync Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
(edit) @49943   11 years vboxsync warning
(edit) @49942   11 years vboxsync Runtime/common/log/log.cpp: fix getting the log destination (reversed …
(edit) @49941   11 years vboxsync Config.kmk: don't depend on static system libs on Linux
(edit) @49940   11 years vboxsync VBoxFBOverlay.cpp: Avoid static initializer like the pest, at least if …
(edit) @49939   11 years vboxsync Runtime/common/log/log.cpp: fix signed/unsigned issue
(edit) @49938   11 years vboxsync Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
(edit) @49937   11 years vboxsync VMM/HMSVMR0: Change ASID when required.
(edit) @49936   11 years vboxsync wtf?
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