VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50067   11 years vboxsync Add commented out DEFS line to enable valgrind instrumentation for …
(edit) @50066   11 years vboxsync Use component-specific lwipopts.h instead of sharing single one. This …
(edit) @50065   11 years vboxsync Add commented out snippet to use debug helper for raw ICMP sockets.
(edit) @50064   11 years vboxsync VBoxCredProv: Implemented registry option to disable handling SENS events.
(edit) @50063   11 years vboxsync VBoxService/VBoxServiceControlSession.cpp: Added a to-do.
(edit) @50062   11 years vboxsync IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
(edit) @50061   11 years vboxsync NAT/DrvNAT.cpp: pasto …
(edit) @50060   11 years vboxsync FE/Qt: 6984: Do not revoke machine-window minimization state on …
(edit) @50059   11 years vboxsync Runtime/r3/linux: when determining the number of physical cores, also …
(edit) @50058   11 years vboxsync def_vbox_lwip_flags: Make it possible to supply additional compilation …
(edit) @50057   11 years vboxsync Minor cosmetics, no functional change.
(edit) @50056   11 years vboxsync Enable fragmentation of outgoing IPv6 datagrams (LWIP_IPV6_FRAG).
(edit) @50055   11 years vboxsync Solaris/Installer: Another S12 fix.
(edit) @50054   11 years vboxsync Solaris/Installer: Fix typo in vboxconfig.sh which breaks S12.
(edit) @50052   11 years vboxsync Storage/testcase/vbox-img: liblzma not required anymore since we don't …
(edit) @50051   11 years vboxsync VBoxService/GuestCtrl: Print some more help in case a guest session is …
(edit) @50050   11 years vboxsync NAT/dnsproxy.c: G/c: extra line.
(edit) @50049   11 years vboxsync NAT/dnsproxy.c: todo in r89055.
(edit) @50048   11 years vboxsync NAT/DrvNAT.cpp: extra ';' in extern "C" statement.
(edit) @50047   11 years vboxsync NAT/DrvNAT.cpp: non-darwin build fix.
(edit) @50046   11 years vboxsync NAT/DrvNAT.cpp: introduces …
(edit) @50045   11 years vboxsync NAT/Slirp: helper function …
(edit) @50044   11 years vboxsync crOpenGL: fix debug builds
(edit) @50043   11 years vboxsync FE/Qt: Typo fix in r91524.
(edit) @50042   11 years vboxsync FE/Qt: Runtime UI: 7118: Make sure corresponding Devices menu action …
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @50040   11 years vboxsync VBoxTray/IPC: Whops.
(edit) @50039   11 years vboxsync VBoxTray/IPC: Fixed handle leaks.
(edit) @50038   11 years vboxsync CPUM: Don't use stale pStdFeatureLeaf and pExtFeatureLeaf pointers. …
(edit) @50037   11 years vboxsync DevAHCI: Do not let the guest trash PxCMD.CCS bits. Fixes XP SATA CD-ROMs.
(edit) @50036   11 years vboxsync DevAHCI: Properly convert MMIO -> PIO return code.
(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) @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) @49986   11 years vboxsync tabs to spaces
(edit) @49985   11 years vboxsync rename header include guard
(edit) @49983   11 years vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
(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) @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
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette