summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/dev
AgeCommit message (Expand)Author
2014-03-04Add missing END for each functionozaki-r
2014-03-04Fix wrong conditional statement in dtrace_debug_outputozaki-r
2014-01-12Replace llx with PRIx64 and some llu with PRIu64 in format strings.riz
2013-06-21Make dtrace/zfs compile on arm based on the diff from:christos
2013-04-14add a stub for armchristos
2013-03-03print the function name that was not found.christos
2013-03-03autoload tracing modules.christos
2012-12-07adapt the profile dtrace provider to netbsd.chs
2012-12-02adapt the cyclic module and profile dtrace provider to netbsd.chs
2012-12-02update cyclic module to the freebsd 8-stable version as of svn r219520.chs
2012-06-16reduce diff to freebsd:chs
2012-06-11make dtrace work on amd64.chs
2011-10-19fbt_provide_module_cb: exclude some functions known unsafe to probeyamt
2011-09-09fix a shadow variable warning.christos
2011-08-31fix shadow warnings.christos
2011-07-30Fix a local var name.uebayasi
2011-07-29KNF.uebayasi
2011-07-26fix a kmem_alloc/free size mismatchyamt
2011-07-20Fix uninitialized variables reported by GCC 4.5.tron
2011-07-18fix uninitialized gcc variableschristos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-12-14Get DTrace to build again.tron
2010-05-03DTrace: print a warning no CTF section is found when processing arguments.darran
2010-04-23Add a missing parentheses.ahoka
2010-04-23Remove a couple of zero length kmem_frees.ahoka
2010-03-18As this file seems to be a port specific we don't need to checktron
2010-03-18Fix the build:tron
2010-03-18"ifdef-out" unused "label" exactly like the code which would use ittron
2010-03-13make dtrace compile on amd64.christos
2010-03-13DTrace: fix a sign problem with instruction size handling.darran
2010-03-12DTrace: Add the Function Boundary Trace (FBT) provider moduile. Thisdarran
2010-03-05DTrace: add a dependency on the dtrace module.darran
2010-03-01DTrace: update sdt.c handlers to match latest OpenSolaris vendor import.darran
2010-03-01DTrace: Add an SDT (Statically Defined Tracing) provider framework, anddarran
2010-02-28DTrace: enable access to kernel space for DTrace scripts.darran
2010-02-21Apply NetBSD changes to DTrace.darran
2010-02-21Add the FreeBSD 8-RC1 changes for DTrace.darran