aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-101-0/+3
* dtrace: remove stray {Kristof Provost2023-01-241-1/+1
* dtrace: conditionally load the systrace_linux klds when loading dtrace.Andrew Gallatin2023-01-241-0/+9
* libdtrace: Add kinst supportChristos Margiolis2022-10-111-0/+3
* dtrace: Add a "regs" variableMark Johnston2022-10-041-0/+2
* libdtrace: Add a missing newline to an error messageMark Johnston2022-02-231-1/+1
* Do not load dtraceall.ko if dtrace.ko is already loaded.Mark Johnston2020-02-281-1/+1
* Disable the D subroutines msgsize() and msgdsize().Mark Johnston2018-08-101-1/+1
* Add "jid" and "jailname" variables to DTrace.Mark Johnston2018-01-121-2/+6
* Complete support for dtrace's -x setenv option.Mark Johnston2017-12-031-4/+5
* Fix the type signature for sx(9) DTrace subroutines.Mark Johnston2017-11-241-1/+1
* Add a O_CLOEXEC use missed in r323166.Mark Johnston2017-09-121-1/+1
* Use O_CLOEXEC when opening persistent handles in libdtrace.Mark Johnston2017-09-051-6/+3
* Fix memory leaks in error cases in libdtrace.Mark Johnston2017-02-231-2/+6
* Remove the DTrace printt and typeref actions.Mark Johnston2016-11-121-4/+0
* MFV r304057:Mark Johnston2016-08-161-3/+5
* libdtrace: allow D libraries to declare dependencies on kernel modulesMark Johnston2015-06-061-0/+20
* Respect the libdir option when linking drti.o, rather than hardcoding theMark Johnston2015-05-171-0/+12
* Remove drti.o's dependency on libelf. This makes it possible to add DTraceMark Johnston2015-02-181-0/+10
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-28/+27
* Make DTrace stuff compile with C99 standard.Xin LI2014-08-221-0/+5
* MFV illumosRui Paulo2014-06-261-2/+5
* MFV illumosRui Paulo2014-06-261-3/+5
* MFV illumosRui Paulo2014-06-261-2/+8
* MFV illumos r266986:Rui Paulo2014-06-261-3/+7
* Revert r267898.Rui Paulo2014-06-261-14/+3
* Bring the following change from the illumos-joyent repository:Rui Paulo2014-06-261-3/+14
* Re-apply r248644. This fixes an annoying problem which caused dtrace -c toMark Johnston2014-05-081-1/+1
* The uaddr, ufunc, umod and usym functions all seem to work as expected onMark Johnston2013-12-041-8/+0
* Add a function, memstr, which can be used to convert a buffer ofMark Johnston2013-10-161-0/+4
* Load the dtraceall module if /dev/dtrace/dtrace doesn't exist.Rui Paulo2013-08-101-1/+11
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-121-5/+6
* revert r248644 because of the regression for usdt probesAndriy Gapon2013-04-251-1/+1
* DTrace: Revert r249367Pedro F. Giffuni2013-04-171-11/+9
* DTrace: option for time-ordered outputPedro F. Giffuni2013-04-111-9/+11
* Dtrace: Add SUN MDB-like type-aware print() action.Pedro F. Giffuni2013-03-251-2/+8
* Dtrace: add toupper()/tolower() and enhancements to lltostr().Pedro F. Giffuni2013-03-251-3/+11
* Dtrace: add optional size argument to tracemem().Pedro F. Giffuni2013-03-241-3/+5
* dtrace: ensure that we can always catch a process (e.g. when -c is used)Andriy Gapon2013-03-231-1/+1
* Bring llquantize support into Dtrace.Pedro F. Giffuni2012-06-271-2/+8
* Implement the D "cpu" variable, which returns curcpu. I have chosen notRyan Stone2012-04-261-0/+6
* Give a chance to the target binary to run the ctors by waiting until itRui Paulo2010-09-121-1/+1
* Add libdtrace support for tracing userland programs.Rui Paulo2010-08-211-6/+8
* MFV OpenSolaris DTrace userland bits.Rui Paulo2010-08-021-6/+5
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-2/+4
* * Add FreeBSD action extensions.John Birrell2008-04-261-6/+267
* This commit was generated by cvs2svn to compensate for changes in r178528,John Birrell2008-04-261-267/+6
* This commit was generated by cvs2svn to compensate for changes in r178479,John Birrell2008-04-251-0/+1643