freebsd-dev/cddl/contrib/opensolaris/lib/libdtrace/common
Dimitry Andric edf500a77a In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, some
uint64_t values are snprintf'd using %llx.  On amd64, uint64_t is
typedef'd as unsigned long, so cast the values to u_longlong_t, as is
done similarly in the rest of the file.

MFC after:	1 week
2011-12-16 15:12:42 +00:00
..
drti.c Cast away a clang alignment warning in drti.c's fixsymbol() function. 2011-12-15 22:10:27 +00:00
dt_aggregate.c Add libdtrace support for tracing userland programs. 2010-08-21 11:50:53 +00:00
dt_as.c
dt_as.h
dt_buf.c
dt_buf.h
dt_cc.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_cg.c * Handle the different ioctl design. 2008-04-26 05:09:19 +00:00
dt_consume.c In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, some 2011-12-16 15:04:47 +00:00
dt_decl.c
dt_decl.h
dt_dis.c
dt_dof.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_dof.h
dt_error.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_errtags.h Add some error definitions for FreeBSD action extensions. 2008-04-26 04:40:38 +00:00
dt_grammar.y
dt_handle.c In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, some 2011-12-16 15:12:42 +00:00
dt_ident.c Leave out some header files. 2008-04-26 05:07:07 +00:00
dt_ident.h
dt_impl.h Fix another mismerge: bring back the definition of DT_MUTEX_HELD(). 2010-08-02 17:31:48 +00:00
dt_inttab.c
dt_inttab.h
dt_lex.l MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_link.c In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use the 2011-12-15 22:46:04 +00:00
dt_list.c
dt_list.h
dt_map.c * Handle the different ioctl design. 2008-04-26 04:44:34 +00:00
dt_module.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_module.h
dt_open.c Give a chance to the target binary to run the ctors by waiting until it 2010-09-12 15:59:14 +00:00
dt_options.c * Handle the different ioctl design. 2008-04-26 04:57:45 +00:00
dt_parser.c Leave out a header file. 2008-04-26 04:54:58 +00:00
dt_parser.h
dt_pcb.c
dt_pcb.h
dt_pid.c Don't try to map the USDT probes. This is necessary because there is no 2010-09-10 12:16:24 +00:00
dt_pid.h
dt_pragma.c Merge FreeBSD include file changes with some code that should have come 2008-04-26 04:53:24 +00:00
dt_printf.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_printf.h
dt_proc.c Add libdtrace support for tracing userland programs. 2010-08-21 11:50:53 +00:00
dt_proc.h Add libdtrace support for tracing userland programs. 2010-08-21 11:50:53 +00:00
dt_program.c Include <sys/sdt.h> on a generated header. 2010-09-01 11:27:09 +00:00
dt_program.h
dt_provider.c Just leave out a few includes to compile this on FreeBSD. 2008-04-26 04:34:50 +00:00
dt_provider.h
dt_regset.c
dt_regset.h
dt_string.c MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
dt_string.h
dt_strtab.c
dt_strtab.h
dt_subr.c In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, the 2011-12-15 23:06:46 +00:00
dt_work.c * Use a portable POSIX timed wait. 2008-04-26 04:16:17 +00:00
dt_xlator.c
dt_xlator.h
dtrace.h Add libdtrace support for tracing userland programs. 2010-08-21 11:50:53 +00:00
mkerrno.sh MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00
mkerrtags.sh 'echo' behaviour differs between SYSV and BSD. 2008-04-26 04:03:58 +00:00
mknames.sh 'echo' behaviour differs between SYSV and BSD. 2008-04-26 04:03:58 +00:00
mksignal.sh MFV OpenSolaris DTrace userland bits. 2010-08-02 13:40:53 +00:00