VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40983   13 years vboxsync warnings.
(edit) @40981   13 years vboxsync SUPLib,SUPDrv: Working on the user mode tracer interface.
(edit) @40980   13 years vboxsync Corrected two really old sins.
(edit) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(edit) @40956   13 years vboxsync PDM,APIC,IO-APIC: More IRQ tagging.
(edit) @40950   13 years vboxsync sup.h: Fix aCPUs alignment on SPARC (the storage library includes that …
(edit) @40946   13 years vboxsync iprt: build fix.
(edit) @40945   13 years vboxsync iprt: dance with NULL.
(edit) @40943   13 years vboxsync better fix for the NULL problem
(edit) @40942   13 years vboxsync iprt: comment fix.
(edit) @40941   13 years vboxsync runtime: smaller linux 3.4-rc3 build fix.
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40937   13 years vboxsync Tag the APIC timer IRQs.
(edit) @40931   13 years vboxsync linux: 3.4-rc3 build fix [-fpermissive]
(edit) @40915   13 years vboxsync FreeBSD: Fix build on 10-CURRENT (Thanks to Daichi Goto and Bernhard …
(edit) @40914   13 years vboxsync FreeBSD: Fix build on 10-CURRENT (Thanks to Tijl Coosemans and …
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40894   13 years vboxsync IPRT/SUPDrv: Don't create a fixed sized heap if we don't have to, use …
(edit) @40892   13 years vboxsync 64-bit probe arguments (on mac)
(edit) @40886   13 years vboxsync SUPDrvTracing: display more info on argument list bugs.
(edit) @40878   13 years vboxsync Working on the 64-bit probe argument issue for 32-bit hosts…
(edit) @40875   13 years vboxsync build fix (breaks in the watchdog).
(edit) @40874   13 years vboxsync Apply cdecl/regparm for RTCALL only on x86, like below for DECLASM.
(edit) @40873   13 years vboxsync iprt/cdefs.h: the regparm(0) addition in DECLASM caused a lot of …
(edit) @40869   13 years vboxsync MSC v7.1 build fix.
(edit) @40858   13 years vboxsync missing hdr
(edit) @40857   13 years vboxsync Make VBoxTpG work on 64-bit darwin. (Still need to check 32-bit.)
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40855   13 years vboxsync RTR0DbgKrnlInfo: Release shall accept NIL handle. Made QuerySymbol …
(edit) @40851   13 years vboxsync SUPDrv,VBoxTpG: Redid the solaris(/darwin) DTrace support to use the …
(edit) @40845   13 years vboxsync 3D check: direct invocation on the client side
(edit) @40840   13 years vboxsync Storage/Debug: Function to log a CUE sheet
(edit) @40839   13 years vboxsync VBoxTpG: Drop the file name in the probe location, it isn't useful to …
(edit) @40838   13 years vboxsync iprt/cdefs.h: The MSC equivalent of PRETTY_FUNCTION is FUNCSIG.
(edit) @40826   13 years vboxsync VBoxTpG.cpp: Microsoft Visual C++ support.
(edit) @40824   13 years vboxsync errno.h wrapper.
(edit) @40820   13 years vboxsync The ring-3 SUPLib APIs for talking to the tracer.
(edit) @40818   13 years vboxsync SUPDrv: Added three new IOCtls for talking to the tracer.
(edit) @40807   13 years vboxsync build fix
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40777   13 years vboxsync SUPDrv: tracing infastructure coding…
(edit) @40775   13 years vboxsync iprt/timer.h: comment fix.
(edit) @40771   13 years vboxsync iprt/string.h: comment fixes
(edit) @40769   13 years vboxsync HostDrivers/Support: Moved spinlock to DevExt for Mp event race …
(edit) @40767   13 years vboxsync also enumerate guest properties during guru meditation
(edit) @40763   13 years vboxsync SUPR0VtgFireProbe -> SUPR0TracerFireProbe and other SUPDrv-tracer.cpp …
(edit) @40761   13 years vboxsync sup.h: User mode vs. kernel mode probes firing.
(edit) @40759   13 years vboxsync Some more tracer code.
(edit) @40756   13 years vboxsync SUP: Working on a generic tracer interface.
(edit) @40743   13 years vboxsync sup.mac: HC_ARCH_BITS padding for SUPGLOBALINFOPAGE.
(edit) @40742   13 years vboxsync build fix
(edit) @40740   13 years vboxsync SUPDrv: Update GIP data behind a spinlock for online/offline race …
(edit) @40713   13 years vboxsync Storage/VDI: Check for out of bounds access when reading from an image
(edit) @40712   13 years vboxsync NetShaper: Online bandwidth limit setting (#5582)
(edit) @40705   13 years vboxsync dbg.h: RING_0 separation.
(edit) @40668   13 years vboxsync Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.
(edit) @40667   13 years vboxsync include/VBox/sup.h: spaces.
(edit) @40663   13 years vboxsync 2nd proposal.
(edit) @40661   13 years vboxsync RTR0DbgKrnl: CTF API proposal (mostly solaris).
(edit) @40656   13 years vboxsync Added counters so that VT-x exit stats add up.
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(edit) @40644   13 years vboxsync sup.h,VMMR0.cpp: Moved the ModuleInit/Term prototypes to sup.h.
(edit) @40637   13 years vboxsync include/vmm/pdmifs.h: PDMIHOSTPARALLELCONNECTOR interface has design flaw
(edit) @40636   13 years vboxsync Implemented VMMR0 static DTrace probes.
(edit) @40630   13 years vboxsync include/iprt: asm.h comment fixes.
(edit) @40625   13 years vboxsync VRDE: mouse pointer interface header.
(edit) @40603   13 years vboxsync adjustments.
(edit) @40601   13 years vboxsync VBoxTpG/SupDrv: -> laptop.
(edit) @40598   13 years vboxsync getopt: Added RTGETOPT_REQ_BOOL.
(edit) @40594   13 years vboxsync VBoxTpG: More code and stuff.
(edit) @40590   13 years vboxsync Removed VBE_DISPI_LFB_PHYSICAL_ADDRESS constant.
(edit) @40571   13 years vboxsync ARTProcExec: dded RTPROC_FLAGS_SEARCH_PATH and implemented for posix.
(edit) @40559   13 years vboxsync Added MTF exit constant.
(edit) @40557   13 years vboxsync RT_STR_TUPLE: Switch the length and string so it'll work with …
(edit) @40543   13 years vboxsync Started logging of SCSI mode pages for debug builds
(edit) @40510   13 years vboxsync iprt/stdarg.h: Forgot to clean some debug bits.
(edit) @40508   13 years vboxsync iprt/stdarg.h: Workaround for 3.4.x biased system headers in solaris …
(edit) @40507   13 years vboxsync iprt/string.h: indent.
(edit) @40504   13 years vboxsync Solaris 11 build fixes.
(edit) @40484   13 years vboxsync crOpenGL/wddm: missing file
(edit) @40483   13 years vboxsync crOpenGL/wddm: don't use VBoxGuest device to comply woth Metro apps …
(edit) @40453   13 years vboxsync EM/IEM/PATM: some refactoring.
(edit) @40451   13 years vboxsync EM: build fix.
(edit) @40450   13 years vboxsync EM: Refactoring (dropping pVM argument).
(edit) @40449   13 years vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40448   13 years vboxsync EM: refactoring…
(edit) @40447   13 years vboxsync EM: More refactoring.
(edit) @40442   13 years vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @40433   13 years vboxsync VGA: Do not hardcode LFB base in BIOS.
(edit) @40427   13 years vboxsync iprt/cdefs: gcc-4.7 fix: Make DECLASM compatible with DECLCALLBACK. …
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40416   13 years vboxsync s/fTraceing/fTracing/g
(edit) @40405   13 years vboxsync VMM/PDM: Some simple tracepoint infastructure.
(edit) @40404   13 years vboxsync iprt/cdefs.h: Added RT_STR_TUPLE.
(edit) @40397   13 years vboxsync VMM: Make most of the tracing optional so we don't have to be afraid …
(edit) @40387   13 years vboxsync wddm: concurrency fixes
(edit) @40383   13 years vboxsync ExtPacks/VNC: New extension pack contributed by Ivo Smits, Howard Su …
(edit) @40372   13 years vboxsync some customer complained the 'unprofessional' error message
(edit) @40356   13 years vboxsync MWAIT fixes: Only clear the mwait-active flag when actually resuming …
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