|
|
@50055
|
11 years |
vboxsync |
Solaris/Installer: Another S12 fix.
|
|
|
@50054
|
11 years |
vboxsync |
Solaris/Installer: Fix typo in vboxconfig.sh which breaks S12.
|
|
|
@50052
|
11 years |
vboxsync |
Storage/testcase/vbox-img: liblzma not required anymore since we don't …
|
|
|
@50051
|
11 years |
vboxsync |
VBoxService/GuestCtrl: Print some more help in case a guest session is …
|
|
|
@50050
|
11 years |
vboxsync |
NAT/dnsproxy.c: G/c: extra line.
|
|
|
@50049
|
11 years |
vboxsync |
NAT/dnsproxy.c: todo in r89055.
|
|
|
@50048
|
11 years |
vboxsync |
NAT/DrvNAT.cpp: extra ';' in extern "C" statement.
|
|
|
@50047
|
11 years |
vboxsync |
NAT/DrvNAT.cpp: non-darwin build fix.
|
|
|
@50046
|
11 years |
vboxsync |
NAT/DrvNAT.cpp: introduces …
|
|
|
@50045
|
11 years |
vboxsync |
NAT/Slirp: helper function …
|
|
|
@50044
|
11 years |
vboxsync |
crOpenGL: fix debug builds
|
|
|
@50043
|
11 years |
vboxsync |
FE/Qt: Typo fix in r91524.
|
|
|
@50042
|
11 years |
vboxsync |
FE/Qt: Runtime UI: 7118: Make sure corresponding Devices menu action …
|
|
|
@50041
|
11 years |
vboxsync |
crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
|
|
|
@50040
|
11 years |
vboxsync |
VBoxTray/IPC: Whops.
|
|
|
@50039
|
11 years |
vboxsync |
VBoxTray/IPC: Fixed handle leaks.
|
|
|
@50038
|
11 years |
vboxsync |
CPUM: Don't use stale pStdFeatureLeaf and pExtFeatureLeaf pointers. …
|
|
|
@50037
|
11 years |
vboxsync |
DevAHCI: Do not let the guest trash PxCMD.CCS bits. Fixes XP SATA CD-ROMs.
|
|
|
@50036
|
11 years |
vboxsync |
DevAHCI: Properly convert MMIO -> PIO return code.
|
|
|
@50035
|
11 years |
vboxsync |
Additions/linux/drm: hack to build on EL6.
|
|
|
@50034
|
11 years |
vboxsync |
EHCI: Fix race between frame thread and completion callback which …
|
|
|
@50033
|
11 years |
vboxsync |
ConsoleImpl: load transient shared folders from saved state
|
|
|
@50032
|
11 years |
vboxsync |
AHCI: Fix possible problem with suspending a VM if there was a non …
|
|
|
@50031
|
11 years |
vboxsync |
AHCI: Fix race which can cause a hang during suspend
|
|
|
@50030
|
11 years |
vboxsync |
Additions/linux: back out single bit-count Additions package …
|
|
|
@50029
|
11 years |
vboxsync |
pxping_recv6: translate errors from proxy_sendto() into ICMPv6 error …
|
|
|
@50028
|
11 years |
vboxsync |
pxping_recv6: check if pbuf_header() succeeded.
|
|
|
@50027
|
11 years |
vboxsync |
tcp_enqueue_flags: Fix overzealous alignment assertion. …
|
|
|
@50026
|
11 years |
vboxsync |
Additions/VBoxService: indentation
|
|
|
@50025
|
11 years |
vboxsync |
VBoxService/VMInfo: Fixed crashes in user detection.
|
|
|
@50024
|
11 years |
vboxsync |
pxping_pcb_deregister: clear ping_pcb::next to satisfy assertion (now …
|
|
|
@50023
|
11 years |
vboxsync |
Rewrite IPv6 reassembly: https://savannah.nongnu.org/bugs/?41009
…
|
|
|
@50022
|
11 years |
vboxsync |
Don't call pbuf_free() in proxy_sendto(), leave it up to the caller …
|
|
|
@50021
|
11 years |
vboxsync |
pxping_pcb_delete: fix assertions (that were not compiled).
|
|
|
@50020
|
11 years |
vboxsync |
ip6_input: When testing fragment offset use bit masks in network byte …
|
|
|
@50019
|
11 years |
vboxsync |
CPUMR3CpuId.cpp (trunk+4.3): s/RTStrmPrintf/Log/
|
|
|
@50018
|
11 years |
vboxsync |
Storage/AHCI: Make sure all threads are idling before finishing the …
|
|
|
@50017
|
11 years |
vboxsync |
NAT/ip_input.c:ip_input comment regarding TTL check and processing …
|
|
|
@50016
|
11 years |
vboxsync |
NAT/misc.c: slirp_ext_m_get: no need check cbMin against MSIZE and …
|
|
|
@50015
|
11 years |
vboxsync |
NAT/ip_icmp.c: icmp_error: addss assert statements of correct calculations.
|
|
|
@50014
|
11 years |
vboxsync |
NAT:ip_icmp.c:icmp_error skip aliasing of ICMP datagram.
|
|
|
@50013
|
11 years |
vboxsync |
NAT/ip_icmp.c:
1. ICMP error send in mbuf allocated from mbuf_zone …
|
|
|
@50012
|
11 years |
vboxsync |
NAT/ip_icmp.c: typo. freeing of non-null source mbuf.
|
|
|
@50011
|
11 years |
vboxsync |
Failed experiment with poll() on darwin.
|
|
|
@50010
|
11 years |
vboxsync |
Indent nit.
|
|
|
@50009
|
11 years |
vboxsync |
VMMRZCallRing3Disable,VMMRZCallRing3Enable: Made them preemption …
|
|
|
@50008
|
11 years |
vboxsync |
supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0 …
|
|
|
@50007
|
11 years |
vboxsync |
udp_proxy_input: verify udp checksum.
|
|
|
@50006
|
11 years |
vboxsync |
We still own pbuf after ip_output_if/ip6_output_if so call pbuf_free …
|
|
|
@50005
|
11 years |
vboxsync |
On Windows use pxping_win.c based on crippled but unprivileged Icmp API.
|
|
|
@50004
|
11 years |
vboxsync |
Simple ping proxy that uses rather limited but unprivileged Windows …
|
|
|
@50002
|
11 years |
vboxsync |
VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop …
|
|
|
@50001
|
11 years |
vboxsync |
PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
|
|
|
@50000
|
11 years |
vboxsync |
pdmR3R0CritSectEnterContended: That worked but wasn't entirely …
|
|
|
@49999
|
11 years |
vboxsync |
pdmR3R0CritSectEnterContended: Ok, that didn't work, so next attempt.
|
|
|
@49998
|
11 years |
vboxsync |
pdmR3R0CritSectEnterContended: Deal with VERR_INTERRUPTED while trying …
|
|
|
@49997
|
11 years |
vboxsync |
oops
|
|
|
@49996
|
11 years |
vboxsync |
Runtime/uri.cpp: warning [-Wunsequenced]
char szNum[] = { …
|
|
|
@49995
|
11 years |
vboxsync |
cpus/*AMD*.h: Make sure the patch loader MSR is present in older entries.
|
|
|
@49994
|
11 years |
vboxsync |
Main/idl/apiwrap-server.xsl: fix the generated …
|
|
|
@49993
|
11 years |
vboxsync |
CPUM: VIA MSR mappings (rough cut).
|
|
|
@49992
|
11 years |
vboxsync |
VMM/HMVMXR0: comment copy & paste error.
|
|
|
@49991
|
11 years |
vboxsync |
OHCI,EHCI: Fix save/restore issues keeping saved state compatibility
|
|
|
@49990
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@49989
|
11 years |
vboxsync |
FE/Qt: warn if the user enables VRDE but has no extpack installed
|
|
|
@49988
|
11 years |
vboxsync |
CPU: Hacking VIA
|
|
|
@49986
|
11 years |
vboxsync |
tabs to spaces
|
|
|
@49985
|
11 years |
vboxsync |
rename header include guard
|
|
|
@49983
|
11 years |
vboxsync |
Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
|
|
|
@49981
|
11 years |
vboxsync |
CPUMAllMsrs.cpp: Fixed cpumLookupMsrRange to resolved aliases. Also …
|
|
|
@49980
|
11 years |
vboxsync |
VBoxHeadless: warning.
|
|
|
@49979
|
11 years |
vboxsync |
Fix burn.
|
|
|
@49978
|
11 years |
vboxsync |
CPUM: One more P4 related issue that needs fudging.
|
|
|
@49977
|
11 years |
vboxsync |
CPUM: Make sure a minimum of commonly used MSRs are present by default.
|
|
|
@49976
|
11 years |
vboxsync |
Main/Machine+ClientWatcher: fix for the generic watcher, it missed …
|
|
|
@49975
|
11 years |
vboxsync |
EM: Make sure the RA1 and RAZ bits of DR6 and DR7 are enforced. Fixes …
|
|
|
@49972
|
11 years |
vboxsync |
CPUM: More msr hacking.
|
|
|
@49971
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@49970
|
11 years |
vboxsync |
VMM/HMSVMR0: Avoid MSR write when possible.
|
|
|
@49969
|
11 years |
vboxsync |
VMM/HMSVMR0: todo addressed in r91390.
|
|
|
@49968
|
11 years |
vboxsync |
VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
|
|
|
@49967
|
11 years |
vboxsync |
HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
|
|
|
@49966
|
11 years |
vboxsync |
CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
|
|
|
@49965
|
11 years |
vboxsync |
Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake …
|
|
|
@49964
|
11 years |
vboxsync |
6813 Solaris bug fix.
|
|
|
@49963
|
11 years |
vboxsync |
6813 MAC bug fix.
|
|
|
@49962
|
11 years |
vboxsync |
6813 solaris bug fix.
|
|
|
@49961
|
11 years |
vboxsync |
USBDeviceFilterImpl: cleanup
|
|
|
@49960
|
11 years |
vboxsync |
6813 stage 6 - Make use of server side API wrapper code in all interfaces
|
|
|
@49959
|
11 years |
vboxsync |
EHCI,OHCI: Cleanup
|
|
|
@49958
|
11 years |
vboxsync |
EHCI,OHCI: Fix possible deadlock introduced with the first version of …
|
|
|
@49957
|
11 years |
vboxsync |
Mac OS X host: HID LEDs sync: forgotten update for LEDs resync.
|
|
|
@49956
|
11 years |
vboxsync |
darwin/distribution.dist: Check for VBoxHeadless and VBoxSVC as well.
|
|
|
@49955
|
11 years |
vboxsync |
Mac OS X host: HID LEDs sync: avoid system.log flooding on 10.8 host.
|
|
|
@49954
|
11 years |
vboxsync |
CPUM.cpp: Off by one bug in new CPUID count limiting code.
|
|
|
@49953
|
11 years |
vboxsync |
Main/src-server/xpcom/server.cpp: fix outdated comment, whitespace
|
|
|
@49952
|
11 years |
vboxsync |
Added AMD_Phenom_II_X6_1100T entry.
|
|
|
@49951
|
11 years |
vboxsync |
6813 - stage 5 - Make use of server side API wrapper code in all interfaces
|
|
|
@49950
|
11 years |
vboxsync |
Additions/common: !RT_SUCCESS => RT_FAILURE
|
|
|
@49949
|
11 years |
vboxsync |
Main/ConsoleImpl: Indents for preprocessor.
|
|
|