VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48168   11 years vboxsync r0drv/solaris: Clarify why INT64_MAX.
(edit) @48167   11 years vboxsync nit.
(edit) @48166   11 years vboxsync Format lwip-related assignemnts in VBOX_WITH_INIP section to conform …
(edit) @48165   11 years vboxsync r0drv/solaris/timer: Fix specific periodic timers, one-shot any-cpu …
(edit) @48164   11 years vboxsync Main: phase out the use of the XPCOM glue (wasn't ever used), and …
(edit) @48163   11 years vboxsync libs/xpcom: fixed XP_HOME path for hardened OSX builds
(edit) @48162   11 years vboxsync Storage/DevFdc: Initialize 'len' to zero at the beginning, safer.
(edit) @48161   11 years vboxsync Storage/DevFdc: Uninitialized variable warning.
(edit) @48160   11 years vboxsync Main/src-server/PerformanceLinux: unused var.
(edit) @48159   11 years vboxsync More 64-bit instructions for 32-bit hosts.
(edit) @48158   11 years vboxsync IEM: Do not try unmapping a page that was not mapped.
(edit) @48157   11 years vboxsync Solaris/VBoxNetFltBow: unused function warning.
(edit) @48156   11 years vboxsync VMM/HMVMXR0: Update comment and add assertion. We no longer have gaps …
(edit) @48155   11 years vboxsync wined3d: fpu setup for amd64
(edit) @48154   11 years vboxsync vboxtray: cleanup debugging
(edit) @48153   11 years vboxsync VMM/HM: More dead code path elimination.
(edit) @48152   11 years vboxsync Param comment.
(edit) @48151   11 years vboxsync Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
(edit) @48150   11 years vboxsync NAT/slirp: include VBox/vmm/dbgf.h where it required only.
(edit) @48149   11 years vboxsync tstRTR0TimerDriver: Platforms without one-shot timer support handled …
(edit) @48148   11 years vboxsync Runtime/r0drv/solaris: Fix race with specific timers and enabled …
(edit) @48147   11 years vboxsync tstRTR0Timer: Fix testcase to skip one-shot timers when it's not supported.
(edit) @48146   11 years vboxsync wddm: comments
(edit) @48145   11 years vboxsync wddm: fix autoresize for win8 display-only
(edit) @48144   11 years vboxsync Allow reading P5_MC_ADDR and P5_MC_TYPE.
(edit) @48142   11 years vboxsync intel manuals hints that there should be at least 8 variables one.
(edit) @48141   11 years vboxsync QNX doesn't believe our MTRR_CAP report and messes with the variable …
(edit) @48140   11 years vboxsync VMM/HMVMXR0: Safer longjmp coverage, only restore host state when …
(edit) @48139   11 years vboxsync disble thread-context hooks on Linux again
(edit) @48138   11 years vboxsync VBoxClient: always call XInitThreads() before any other Xlib calls.
(edit) @48137   11 years vboxsync FE/Qt and FE/SDL: always call XInitThreads() before any other Xlib calls.
(edit) @48136   11 years vboxsync VMM: Disable thread-context hooks on Solaris. Driver doesn't unload.
(edit) @48135   11 years vboxsync VMM/HM: Eliminate dead code paths.
(edit) @48134   11 years vboxsync VMM/HMSVMR0: Fix variable scoping.
(edit) @48133   11 years vboxsync VMM/HMSVMR0: Unbreak AMD-V event injection.
(edit) @48132   11 years vboxsync VMM: Ditch VBOX_WITH_VMMR0_DISABLE_PREEMPTION.
(edit) @48131   11 years vboxsync missing e
(edit) @48130   11 years vboxsync VMM: Enable thread-context hooks. Reimplemented event injection logic …
(edit) @48129   11 years vboxsync tstRTR0TimerDriver: currently no periodic specific timers on Solaris
(edit) @48128   11 years vboxsync Main/PerformanceLinux: don't resolve /dev/mapper symlinks
(edit) @48127   11 years vboxsync IEM: Started on 64-bit ops on 32-bit hosts.
(edit) @48126   11 years vboxsync Log the 10 first wrmsr GPs.
(edit) @48125   11 years vboxsync tstRTInlineAsm.cpp: cpuid(0x8000001d) fix.
(edit) @48124   11 years vboxsync FE/Qt: 6909: Medium-enumeration cleanup/rework (part 5).
(edit) @48123   11 years vboxsync BIOS: Trailing spaces, begone!
(edit) @48122   11 years vboxsync BIOS: Fixed disk logging, stripped trailing spaces.
(edit) @48121   11 years vboxsync Main: don't log the medium type of host DVD drives
(edit) @48119   11 years vboxsync Another intel MSR.
(edit) @48118   11 years vboxsync DevFdc: Properly select head on seek.
(edit) @48117   11 years vboxsync pr6022. Clean up the code.
(edit) @48115   11 years vboxsync Additions/linux/drm: re-working kernel mode-setting driver based on …
(edit) @48113   11 years vboxsync Move slip, ppp and snmp sources to separate += assignments and comment …
(edit) @48112   11 years vboxsync Drop src/netif/ethernetif.c from LWIP_SOURCES - it's an #if 0'ed …
(edit) @48111   11 years vboxsync Minor cosmetic in variable assignments.
(edit) @48110   11 years vboxsync Drop Devices/Network from INCS - VBoxLwipCore moved in with the rest …
(edit) @48109   11 years vboxsync Move renaming of lwip symbols from lwipopts.h into a separate file …
(edit) @48108   11 years vboxsync VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live …
(edit) @48107   11 years vboxsync NATNetwork windows build fix. Fixed memory leak in …
(edit) @48105   11 years vboxsync VBoxManage natnetwork help
(edit) @48104   11 years vboxsync VBoxManage: coding style
(edit) @48103   11 years vboxsync Main/NATNetwork: cut'n'paste typo: u32GatewayOffset -> u32DhcpOffset.
(edit) @48102   11 years vboxsync In addition to r88476: update UUID for IHostNetworkInterface.
(edit) @48101   11 years vboxsync BUGZ#6780: API change: introduced GetShortName() method for …
(edit) @48100   11 years vboxsync tstVMStructSize: print some useful offsets.
(edit) @48099   11 years vboxsync crOpenGL: missing file
(edit) @48098   11 years vboxsync Main/NATNetwork: loopback mappings registration/deletion and modification.
(edit) @48097   11 years vboxsync VBoxManage/list (natnetworks): dumps registered port-forwarding rules …
(edit) @48096   11 years vboxsync VBoxManage/NATNetwork: adds -l(--loopback-4) and -L(--loopback-6) …
(edit) @48095   11 years vboxsync crOpenGL: yet another adjustment to 3D notify mechanism
(edit) @48093   11 years vboxsync NAT/xml: loopback mappings introduces NATNetwork entities: …
(edit) @48092   11 years vboxsync Drop "fini" callback/arg from tcpip_init() to minimize diffs from …
(edit) @48090   11 years vboxsync FE/Qt: Virtual Medium Manager: Rework (part 3).
(edit) @48089   11 years vboxsync FE/Qt: 6909: Medium-enumeration cleanup (part 4).
(edit) @48088   11 years vboxsync FE/Qt: Virtual Medium Manager: Rework (part 2).
(edit) @48087   11 years vboxsync Frontends/VirtualBox+VBoxManage: when unregistering a VM, also …
(edit) @48086   11 years vboxsync FE/Qt: Virtual Medium Manager: Rework (part 1).
(edit) @48085   11 years vboxsync FE/Qt: QIDialog: Safe-pointer typedef.
(edit) @48084   11 years vboxsync crOpenGL/OSX: fix presentation with no-context-set views
(edit) @48083   11 years vboxsync VMM: wrong calling convention
(edit) @48082   11 years vboxsync VMM/HMVMXR0: Fix invalid VMCS launch-state when thread-context hooks …
(edit) @48081   11 years vboxsync DevFdc: Allow reformatting a floppy.
(edit) @48080   11 years vboxsync VMM/TMAll: doxygen comment correction.
(edit) @48079   11 years vboxsync crOpenGL: proper default shared context support
(edit) @48078   11 years vboxsync wined3d: better copysignf
(edit) @48077   11 years vboxsync ignore MSR_K8_VM_CR on AMD
(edit) @48075   11 years vboxsync Another MSR people like to read.
(edit) @48074   11 years vboxsync Explicitely use "signed char" instead of int8_t to define s8_t if …
(edit) @48073   11 years vboxsync wined3d: update to wine 1.6
(edit) @48072   11 years vboxsync Typo.
(edit) @48071   11 years vboxsync wddm: missing file
(edit) @48070   11 years vboxsync wddm,vboxtray: forward-port autoresize, multimon, and seamless fixes …
(edit) @48069   11 years vboxsync BIOS: Return more sensible and bigger DPTs (see #6481).
(edit) @48068   11 years vboxsync Log details on VM processes which doesn't exit cleanly.
(edit) @48067   11 years vboxsync BIOS: There is no such thing as a 160K/180K/320K floppy drive.
(edit) @48066   11 years vboxsync CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
(edit) @48065   11 years vboxsync load_segment: on second though, just remove the bogus log statement.
(edit) @48064   11 years vboxsync comment
(edit) @48062   11 years vboxsync HostDrivers/VBoxUsbMon: Hook to multiple USB drivers on Windows (USB3 …
(edit) @48061   11 years vboxsync FE/Qt: 6909: Medium-enumeration cleanup (part 3).
(edit) @48060   11 years vboxsync VMM/HMVMXR0: Comments.
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