freebsd-dev/cddl/contrib/opensolaris/lib/libdtrace/common
Mark Johnston db4ce668b2 The module load address always needs to be included when setting the dm_*_va
fields of dt_module_t. Previously, this was only done on architectures where
kernel modules have type ET_REL; this change fixes that. As a result, symbol
name resolution in the stack() action now works properly for kernel modules
on i386.

Reported by:	Shrikanth Kamath <shrikanth07@gmail.com>
Tested by:	Shrikanth Kamath
Discussed with:	avg
MFC after:	2 weeks
2014-11-25 06:43:17 +00:00
..
drti.c Remove some variables that are no longer used as of r271413. 2014-09-22 21:02:38 +00:00
dt_aggregate.c MFV illumos 2014-06-26 23:24:59 +00:00
dt_as.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_as.h
dt_buf.c
dt_buf.h
dt_cc.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_cg.c DTrace: re-merge remainder of r249367 (original from Illumos). 2013-07-28 00:45:20 +00:00
dt_consume.c Preserve the errno value of an ioctl before calling free(3). Previously, 2014-08-04 18:52:26 +00:00
dt_decl.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_decl.h MFV illumos 2014-06-26 23:21:11 +00:00
dt_dis.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_dof.c DTrace imposes a 128-byte limit on the length of the function component of 2014-11-17 22:22:16 +00:00
dt_dof.h
dt_error.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_errtags.h DTrace: re-apply r249426 now that the underlying issues have been solved. 2013-07-28 01:02:17 +00:00
dt_grammar.y Treat D keywords as identifiers in certain postfix expressions. This allows 2014-10-06 21:52:40 +00:00
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 MFV illumos 2014-06-26 23:21:11 +00:00
dt_ident.h
dt_impl.h Make DTrace stuff compile with C99 standard. 2014-08-22 20:04:51 +00:00
dt_inttab.c
dt_inttab.h
dt_lex.l MFV illumos 2014-06-26 23:21:11 +00:00
dt_link.c Remove an incorrect close(2) call that was added in r271413. 2014-09-22 21:09:30 +00:00
dt_list.c
dt_list.h
dt_map.c Preserve the errno value of an ioctl before calling free(3). Previously, 2014-08-04 18:52:26 +00:00
dt_module.c The module load address always needs to be included when setting the dm_*_va 2014-11-25 06:43:17 +00:00
dt_module.h MFV illumos 2014-06-26 23:21:11 +00:00
dt_open.c Make DTrace stuff compile with C99 standard. 2014-08-22 20:04:51 +00:00
dt_options.c MFV illumos 2014-06-26 23:24:59 +00:00
dt_parser.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_parser.h MFV illumos 2014-06-26 23:21:11 +00:00
dt_pcb.c
dt_pcb.h
dt_pid.c Hook up support for userland CTF support in DTrace. This required some 2014-10-03 23:20:37 +00:00
dt_pid.h MFV illumos 2014-06-26 23:21:11 +00:00
dt_pq.c Bring back part of r249367 by adding DTrace's temporal option, which allows 2013-05-12 16:26:33 +00:00
dt_pq.h Bring back part of r249367 by adding DTrace's temporal option, which allows 2013-05-12 16:26:33 +00:00
dt_pragma.c Make DTrace stuff compile with C99 standard. 2014-08-22 20:04:51 +00:00
dt_print.c Fix some incorrect endianness checks. 2014-09-17 00:54:00 +00:00
dt_printf.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_printf.h
dt_proc.c DTrace: Revert r249367 2013-04-17 02:20:17 +00:00
dt_proc.h DTrace: Revert r249367 2013-04-17 02:20:17 +00:00
dt_program.c Dtrace: Add SUN MDB-like type-aware print() action. 2013-03-25 20:38:09 +00:00
dt_program.h
dt_provider.c DTrace imposes a 128-byte limit on the length of the function component of 2014-11-17 22:22:16 +00:00
dt_provider.h DTrace imposes a 128-byte limit on the length of the function component of 2014-11-17 22:22:16 +00:00
dt_regset.c Re-introduce another part of r249367. This commit fixes a register leak in 2013-05-19 17:14:36 +00:00
dt_regset.h Re-introduce another part of r249367. This commit fixes a register leak in 2013-05-19 17:14:36 +00:00
dt_string.c Use libc's strndup() instead of Dtrace's reimplementation. 2012-07-15 21:20:31 +00:00
dt_string.h Use libc's strndup() instead of Dtrace's reimplementation. 2012-07-15 21:20:31 +00:00
dt_strtab.c
dt_strtab.h
dt_subr.c dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zalloc 2014-01-24 15:04:02 +00:00
dt_work.c Preserve the errno value of an ioctl before calling free(3). Previously, 2014-08-04 18:52:26 +00:00
dt_xlator.c MFV illumos 2014-06-26 23:21:11 +00:00
dt_xlator.h
dtrace.h MFV illumos 2014-06-26 23:24:59 +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