VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54311   10 years vboxsync Use existing typedef to define DHCPServer::GlobalDhcpOptions.
(edit) @54310   10 years vboxsync oops
(edit) @54309   10 years vboxsync build fix
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54294   10 years vboxsync mp: update doc and todo for Solaris, better/lighter API possible it …
(edit) @54293   10 years vboxsync doc update.
(edit) @54290   10 years vboxsync HostDrivers/Support: TSC-delta thread adjustments for tsc-delta …
(edit) @54286   10 years vboxsync SUPR3TscDeltaMesaure prototype correction.
(edit) @54275   10 years vboxsync missed copyright year update.
(edit) @54274   10 years vboxsync HostDrivers/Support: use warning and not error code.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54269   10 years vboxsync asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64.
(edit) @54260   10 years vboxsync iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the …
(edit) @54258   10 years vboxsync SUPReadTsc: semi-predict we can call ASMReadTSC and doesn't need deltas.
(edit) @54256   10 years vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54255   10 years vboxsync forgot asmdefs.mac changes for ASMGetIdtrLimit.asm
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54251   10 years vboxsync asm-amd64-x86.h: Added ASMReadTscWithAux().
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54222   10 years vboxsync sup.h: build fix.
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54218   10 years vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
(edit) @54214   10 years vboxsync HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54201   10 years vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54200   10 years vboxsync sup.h: nit and todo.
(edit) @54198   10 years vboxsync warning
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @54181   10 years vboxsync HostDrivers/support: fix reinit of GipCpu data where TSC-delta isn't …
(edit) @54106   10 years vboxsync NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
(edit) @54068   10 years vboxsync try address the 'char *' conversion warnings on solaris.
(edit) @54065   10 years vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @54013   10 years vboxsync Support: added SUPR3LockDownLoader()
(edit) @54010   10 years vboxsync Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
(edit) @53997   10 years vboxsync iprt/alloca.h: Seems linux might need to include alloca.h just like …
(edit) @53977   10 years vboxsync VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
(edit) @53966   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53965   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53901   10 years vboxsync iprt/mangling.h: RTCrX509OtherName_*.
(edit) @53900   10 years vboxsync IPRT: Implemented X.509 OtherName.
(edit) @53896   10 years vboxsync Host 3D: scaling: Increase scaling precision multiplier; Adjust …
(edit) @53854   10 years vboxsync Host 3D: content scaling: define scale factor range bounds.
(edit) @53847   10 years vboxsync Host 3D: content scalling: export IDisplay interface and connect it to …
(edit) @53846   10 years vboxsync VBox/VBoxVideo.h: small expansion for HGSMI command documentation.
(edit) @53835   10 years vboxsync VMMSwitcher: also mask NMI in APIC_REG_LVT_CMCI
(edit) @53831   10 years vboxsync PDM/Audio: Build fix; forgot some files.
(edit) @53824   10 years vboxsync sup.h: locally disable a TSC assertion.
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53818   10 years vboxsync RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and …
(edit) @53815   10 years vboxsync Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
(edit) @53800   10 years vboxsync HostDrivers/Support: Moved fOsTscDeltasInSync to the GIP, fix …
(edit) @53797   10 years vboxsync Finally added PDMDevHlpGetCurrentCpuId.
(edit) @53795   10 years vboxsync Added an official way of implementing a HLT/MWAIT like port on a …
(edit) @53794   10 years vboxsync vmcpuset.h: Added atomic add and del operations.
(edit) @53789   10 years vboxsync Improved the ugly SVGA_REG_BUSY read hack a bit.
(edit) @53778   10 years vboxsync iprt/log.h: Added a set of LogRelMax macros that limits the number of …
(edit) @53767   10 years vboxsync s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_M …
(edit) @53719   10 years vboxsync iprt/nt/nt.h: Stuff to do with windows 7 support for lots of CPUs and …
(edit) @53630   10 years vboxsync dtrace library fixes/hacks.
(edit) @53626   10 years vboxsync Regenerated assembly includes (incs rule in Maintenance.kmk).
(edit) @53625   10 years vboxsync Test I/O and MMIO performance when we need to go to ring-3 to service …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53623   10 years vboxsync VMX_EFLAGS_RESERVED_0: Mask of valid bits, not zero bits.
(edit) @53618   10 years vboxsync hmsvm.h: Dropped a few unnecessary pragma packs.
(edit) @53617   10 years vboxsync hmvmx.h: Removed unnecessary pragma packs.
(edit) @53616   10 years vboxsync duh
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @53610   10 years vboxsync VBox/vmm/hmvmx.h: Corrected VMX_EXIT_QUALIFICATION_APIC_ACCESS_TYPE …
(edit) @53585   10 years vboxsync iprt/list.h: Missing const types.
(edit) @53582   10 years vboxsync OpenGLTestDarwin.cpp: Replaced the home-cooked execute-once with …
(edit) @53567   10 years vboxsync PDM/Audio: Update.
(edit) @53554   10 years vboxsync VBoxOGLTest.h: Strict C prototypes.
(edit) @53539   10 years vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53536   10 years vboxsync Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
(edit) @53530   10 years vboxsync Additions/common and Additions/x11: add support for getting video mode …
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53525   10 years vboxsync iprt: added RTR3InitIsInitialized
(edit) @53488   10 years vboxsync nits.
(edit) @53478   10 years vboxsync export to OSE
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53466   10 years vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53445   10 years vboxsync nt.h: KUSER_SHARED_DATA offsets.
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @53441   10 years vboxsync VMM/TM: Rename TMMODE to TMTSCMODE and the corresponding enum and CFGM …
(edit) @53437   10 years vboxsync CFGM: Added CFGMR3Exists for TM.
(edit) @53436   10 years vboxsync VBox/sup.mac: I presume i64TSCDelta is stored as a little endian …
(edit) @53435   10 years vboxsync VBox/sup.h: r=bird: Try unbreak non-x86/amd64 use of the header …
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53421   10 years vboxsync VBoxGuestLib: add re-spawn option to VbglR3Daemonize().
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53405   10 years vboxsync iprt/asm-amd64-x86.h: fix return type for ASMIntAreEnabled().
(edit) @53330   10 years vboxsync ConsoleImpl2.cpp: Replaced VERR_GENERAL_FAILURE with more specific …
(edit) @53327   10 years vboxsync iprt/cpuset: RTCpuSetCopy.
(edit) @53269   10 years vboxsync HostDrivers/Support: Enabled global TSC rate calculation and …
(edit) @53214   10 years vboxsync VBox/sup.h: make darwin happy for now, assertion for debug builds …
(edit) @53213   10 years vboxsync HostDrivers/Support: More accurate and reusable error code, more paranoia.
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