VirtualBox

source: vbox/trunk/src/VBox/ExtPacks/VBoxDTrace

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60966   9 years vboxsync VBoxDTrace: OS X 10.9 build fix.
(edit) @59959   9 years vboxsync VBoxDTraceR0: NIL_RTSEMMUTEX == NULL (gcc6 complains)
(edit) @59338   9 years vboxsync VBOXEXTPACKREG: Extended with uVBoxFullVersion member and reserved …
(edit) @59337   9 years vboxsync VBOXEXTPACKREG: Extended with uVBoxFullVersion member and reserved …
(edit) @58991   9 years vboxsync dtrace.c (cmd): Signal handler variables should be volatile, and one …
(edit) @58990   9 years vboxsync ctf_lookup.c: Fixed read beyond end of string.
(edit) @58987   9 years vboxsync VBoxDTrace: Extpack conversion fix.
(edit) @58986   9 years vboxsync VBoxDTraceR0.cpp: Forgot to commit this when adding the settings …
(edit) @58920   9 years vboxsync VBoxTpG,SupDrv: Added a per provider enabled probe counter: …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56989   9 years vboxsync VBoxDTraceR0.cpp: LogRel fix.
(edit) @56741   9 years vboxsync VBoxDTrace: Fix incorrect format string found by Parfait
(edit) @56311   9 years vboxsync VBoxDTrace: .scm-settings
(edit) @56298   9 years vboxsync ExtPacks: Updated (C) year.
(edit) @55792   10 years vboxsync VBoxDTrace: Added version info.
(edit) @54101   10 years vboxsync small hint for the VBoxDTrace extension pack.
(edit) @54050   10 years vboxsync VBoxDTraceR0: Index the right array on x86 (thanks Parfait).
(edit) @54037   10 years vboxsync nit
(edit) @54004   10 years vboxsync wrong way around…
(edit) @54003   10 years vboxsync mostly disabled the VBoxDTrace extpack on solaris (not needed there …
(edit) @54002   10 years vboxsync mostly disabled the VBoxDTrace extpack on solaris (not needed there …
(edit) @54001   10 years vboxsync build fix
(edit) @53999   10 years vboxsync solaris build fixes.
(edit) @53998   10 years vboxsync bzero/bcopy fixes.
(edit) @53996   10 years vboxsync syslimits.h not on solaris?
(edit) @53995   10 years vboxsync linux build fix
(edit) @53994   10 years vboxsync darwin build fixes.
(edit) @53992   10 years vboxsync duh
(edit) @53991   10 years vboxsync bzero/bcopy and strings.h is a generic fix.
(edit) @53990   10 years vboxsync solaris build fix.
(edit) @53989   10 years vboxsync windows build fix
(edit) @53988   10 years vboxsync wild shot at the linux build issue.
(edit) @53987   10 years vboxsync extpack build fix.
(edit) @53986   10 years vboxsync windows build fix.
(edit) @53985   10 years vboxsync build fixes
(edit) @53983   10 years vboxsync Checked in bison and flex output for VBoxDTrace so we can build on …
(edit) @53981   10 years vboxsync Adding the VBoxDTrace wrapper binary to the installers. Fixing extpack …
(edit) @53979   10 years vboxsync Start building the dtrace wrapper program, the ext pack is disabled …
(edit) @53978   10 years vboxsync Completing the VBoxDTrace extension pack.
(edit) @53976   10 years vboxsync Added missing extpack stuff to VBoxDTrace.
(edit) @53975   10 years vboxsync no longer used.
(edit) @53974   10 years vboxsync VBoxDTrace: Morphing it into an extension pack, adding a wrapper …
(edit) @53716   10 years vboxsync VBoxDTrace: Split out the ring-3 libc stuff from VBoxDTraceTypes.h and …
(edit) @53715   10 years vboxsync s/RTSpinlockReleaseNoInts/RTSpinlockRelease/g
(edit) @53714   10 years vboxsync Update file headers
(edit) @53713   10 years vboxsync VBoxDTrace: Missing empty file in r97404 - (from opensolaris onnv …
(edit) @53712   10 years vboxsync VBoxDTrace: comment typo. (r89)
(edit) @53711   10 years vboxsync VBoxDTrace: Use RTR0MemKernelCopyFrom to safely read kernel memory. (r88)
(edit) @53710   10 years vboxsync VBoxDTrace: fixes. (r87)
(edit) @53709   10 years vboxsync VBoxDTrace: build fix (r86)
(edit) @53708   10 years vboxsync VBoxDTrace: unified the sources. (r85)
(edit) @53707   10 years vboxsync VBoxDTrace: fixes (r84)
(edit) @53706   10 years vboxsync VBoxDTrace: bugfixes (r83)
(edit) @53705   10 years vboxsync VBoxDTrace: nit (r82)
(edit) @53704   10 years vboxsync VBoxDTrace: New SUPDrv interface. (r81)
(edit) @53703   10 years vboxsync VBoxDTrace: Fixed the EDT_BRICKED issue (forgot to start timers). (r80)
(edit) @53702   10 years vboxsync VBoxDTrace: one warning less. (r79)
(edit) @53701   10 years vboxsync VBoxDTrace: Fixes for dtrace -lv - id_or_type() would unput(EOF). (r78)
(edit) @53700   10 years vboxsync VBoxDTrace: nits (r77)
(edit) @53699   10 years vboxsync VBoxDTrace: Debugging the parser. (r76)
(edit) @53698   10 years vboxsync VBoxDTrace: oops (r75)
(edit) @53697   10 years vboxsync VBoxDTrace: #undef string function before re-#defining them. (r74)
(edit) @53696   10 years vboxsync VBoxDTrace: Better code. (r73)
(edit) @53695   10 years vboxsync VBoxDTrace: If windows can use standard RTMemAlloc, so can we (doesn't …
(edit) @53694   10 years vboxsync VBoxDTrace: fixes (r71)
(edit) @53693   10 years vboxsync VBoxDTrace: MSC 7.1 fixes (r70)
(edit) @53692   10 years vboxsync VBoxDTrace: dtps_getargdesc fixes (r69)
(edit) @53691   10 years vboxsync VBoxDTrace: bugfix (r68)
(edit) @53690   10 years vboxsync VBoxDTrace: VBoxTpG: Drop the file name in the probe location, it …
(edit) @53689   10 years vboxsync VBoxDTrace: Set the zombie flag! (r66)
(edit) @53688   10 years vboxsync VBoxDTrace: Hello world works. (r65)
(edit) @53687   10 years vboxsync VBoxDTrace: Fixed ioctl bugs. Use iprt/errno.h. (r64)
(edit) @53686   10 years vboxsync VBoxDTrace: The state memory must be zeroed. Fixed some dtrace_opens-- …
(edit) @53685   10 years vboxsync VBoxDTrace: Matching alloc and free functions. (r62)
(edit) @53684   10 years vboxsync VBoxDTrace: RTMemAllocEx doesn't support RTMEMALLOCEX_FLAGS_ANY_CTX on …
(edit) @53683   10 years vboxsync VBoxDTrace: Hook it all up. (r60)
(edit) @53682   10 years vboxsync VBoxDTrace: MSC warnings. (r59)
(edit) @53681   10 years vboxsync VBoxDTrace: Deregistration fix (r58)
(edit) @53680   10 years vboxsync no change
(edit) @53679   10 years vboxsync VBoxDTrace: Drop the debug printfs. (r57)
(edit) @53678   10 years vboxsync VBoxDTrace: Adjusted to new spinlock API. (r56)
(edit) @53677   10 years vboxsync VBoxDTrace: debug (r55)
(edit) @53676   10 years vboxsync VBoxDTrace: debug (r54)
(edit) @53675   10 years vboxsync VBoxDTrace: vmem fix (r53)
(edit) @53674   10 years vboxsync VBoxDTrace: assertion fix. (r52)
(edit) @53673   10 years vboxsync VBoxDTrace: fix (r50)
(edit) @53672   10 years vboxsync VBoxDTrace: debug (r49)
(edit) @53671   10 years vboxsync VBoxDTrace: duh (r48)
(edit) @53670   10 years vboxsync VBoxDTrace: init (r47)
(edit) @53669   10 years vboxsync VBoxDTrace: Implemented all the fake solaris stuff. (r46)
(edit) @53668   10 years vboxsync VBoxDTrace: More unresolved ring-0 stuff. (r45)
(edit) @53667   10 years vboxsync VBoxDTrace: implemented a bunch of glue and reduced the required …
(edit) @53666   10 years vboxsync VBoxDTrace: working on the dtrace.c / supdrv interface. (r43)
(edit) @53665   10 years vboxsync VBoxDTrace: build on darwin. (r42)
(edit) @53664   10 years vboxsync VBoxDTrace: build on linux. (r41)
(edit) @53663   10 years vboxsync VBoxDTrace: working on the interfaces between the two modules... (r40)
(edit) @53662   10 years vboxsync VBoxDTrace: Fakes to do some basic testing. (r39)
(edit) @53661   10 years vboxsync VBoxDTrace: ctf_subr.c: Must make the data block writable before …
(edit) @53660   10 years vboxsync VBoxDTrace: cleanup (r37)
(edit) @53659   10 years vboxsync VBoxDTrace: VBoxDTrace links! (r36)
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