index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cddl
/
contrib
/
opensolaris
/
lib
/
libdtrace
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r316853: dtrace: fix normalization of stddev aggregation
avg
2017-05-24
1
-0
/
+2
*
MFC r314153, r314154:
markj
2017-03-10
2
-3
/
+9
*
MFC r310316:
markj
2017-02-03
1
-1
/
+1
*
MFC r310332:
markj
2017-02-03
1
-5
/
+8
*
Corrected non-portable reuse of va_list in dt_printf()
gnn
2016-10-28
1
-5
/
+16
*
Add initial DTrace support for RISC-V.
br
2016-05-24
3
-2
/
+155
*
Rename dprintf into dbg_printf to avoid collision with dprintf(3)
bapt
2016-05-10
1
-11
/
+11
*
libdtrace: Add a missing unlock to an error handler.
markj
2016-04-11
1
-0
/
+1
*
libdtrace: use calloc(3) instead of malloc(3) when it makes sense.
pfg
2016-03-14
3
-14
/
+14
*
Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.
markj
2015-12-07
1
-46
/
+4
*
Perform bounds checking when constructing a format string.
markj
2015-08-02
1
-5
/
+17
*
First cut of DTrace for AArch64.
br
2015-07-01
2
-3
/
+156
*
libdtrace: allow D libraries to declare dependencies on kernel modules
markj
2015-06-06
5
-0
/
+100
*
Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from
markj
2015-05-17
1
-1
/
+1
*
Respect the libdir option when linking drti.o, rather than hardcoding the
markj
2015-05-17
2
-16
/
+14
*
As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may
markj
2015-05-17
1
-0
/
+1
*
When in lazyload mode, write the DOF to a temporary file and rename it
markj
2015-05-17
1
-13
/
+16
*
libdtrace: add support for lazyload mode.
markj
2015-04-08
3
-17
/
+79
*
Fix a misparenthesization that could cause a crash if TERM is not set.
markj
2015-03-31
1
-2
/
+2
*
Remove drti.o's dependency on libelf. This makes it possible to add DTrace
markj
2015-02-18
5
-72
/
+86
*
Initial version of DTrace on ARM32.
gnn
2015-02-10
1
-0
/
+190
*
Let the standard deviation of the empty set be 0. This is consistent with
markj
2015-02-02
1
-0
/
+3
*
Mechanically convert cddl sun #ifdef's to illumos
smh
2015-01-17
26
-179
/
+178
*
Add PowerPC64 function descriptor support for dt_link.c
jhibbits
2014-12-28
1
-14
/
+27
*
DOF tables are aligned according to the DOF section's alignment constraint,
markj
2014-12-26
1
-1
/
+4
*
We can stop iterating once we've found the DOF section.
markj
2014-12-23
1
-0
/
+1
*
Initialize an argument to NULL instead of expecting dlinfo() to do it.
will
2014-12-17
1
-1
/
+1
*
Adjust some checks missed in r274637, now that pi_rname can be NULL.
markj
2014-11-25
1
-2
/
+3
*
The module load address always needs to be included when setting the dm_*_va
markj
2014-11-25
1
-3
/
+3
*
DTrace imposes a 128-byte limit on the length of the function component of
markj
2014-11-17
3
-22
/
+21
*
Treat D keywords as identifiers in certain postfix expressions. This allows
markj
2014-10-06
1
-0
/
+23
*
Hook up support for userland CTF support in DTrace. This required some
markj
2014-10-03
1
-19
/
+1
*
Remove an incorrect close(2) call that was added in r271413.
markj
2014-09-22
1
-1
/
+0
*
Remove some variables that are no longer used as of r271413.
markj
2014-09-22
1
-10
/
+4
*
Fix some incorrect endianness checks.
markj
2014-09-17
1
-2
/
+2
*
Use the linker to perform relocations in the SUNW_dof section rather than
markj
2014-09-11
2
-212
/
+23
*
Make DTrace stuff compile with C99 standard.
delphij
2014-08-22
3
-0
/
+11
*
Remove the BROKEN_LIBELF section.
rpaulo
2014-08-10
1
-52
/
+0
*
Preserve the errno value of an ioctl before calling free(3). Previously,
markj
2014-08-04
3
-11
/
+14
*
Remove ia64.
marcel
2014-07-07
1
-22
/
+2
*
MFV illumos
rpaulo
2014-06-26
6
-38
/
+724
*
MFV illumos
rpaulo
2014-06-26
22
-116
/
+724
*
MFV illumos
rpaulo
2014-06-26
1
-2
/
+8
*
MFV illumos r266986:
rpaulo
2014-06-26
1
-3
/
+7
*
Revert r267898.
rpaulo
2014-06-26
6
-737
/
+39
*
Bring the following change from the illumos-joyent repository:
rpaulo
2014-06-26
6
-39
/
+737
*
MFV r258381:
pfg
2014-06-25
1
-2
/
+7
*
Re-apply r248644. This fixes an annoying problem which caused dtrace -c to
markj
2014-05-08
1
-1
/
+1
*
Use the correct format specifiers for wide characters and strings of wide
markj
2014-04-15
1
-0
/
+5
*
MFV r258379;
pfg
2014-04-02
3
-8
/
+23
[next]