aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* MFV r304057:Mark Johnston2016-08-161-0/+1
* On FreeBSD there is a setsockopt option SO_USER_COOKIE which allowsGeorge V. Neville-Neil2016-07-081-0/+3
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-241-0/+4
* Fix the 'type' for a few variables from tcpcb.Hiren Panchasara2016-04-151-4/+4
* fix tcpdebug: - assign to "flags" in each probe, not only debug-inputGeorge V. Neville-Neil2016-03-031-0/+14
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-27/+0
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Use FILES for installing the dtrace scripts.Bryan Drewery2015-09-181-7/+4
* Remove an unneeded typedef of ip6_t from the DTrace ip provider library.Mark Johnston2015-09-151-3/+2
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-1/+132
* - Use an explicit "depends_on module kernel" guard in DTrace libraries thatMark Johnston2015-08-0710-8/+11
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-8/+12
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+53
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-1/+111
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-4/+7
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-194-57/+59
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+0
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-272-1/+4
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-2/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-056-33/+663
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-121-0/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-081-1/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | | | | | | | Sync from headSimon J. Gerraty2012-11-043-0/+113
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+47
* | | | | | | | | | | Correctly link libdtrace and convert to LIBADDBaptiste Daroussin2015-05-191-0/+2
* | | | | | | | | | | Actually remove siftr-related definitions from tcp.d, missed in r283026.Mark Johnston2015-05-171-75/+0
* | | | | | | | | | | Move siftr-related definitions out of tcp.d and into a separate libraryMark Johnston2015-05-172-0/+101
* | | | | | | | | | | Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil2015-04-291-0/+75
* | | | | | | | | | | libdtrace: add support for lazyload mode.Mark Johnston2015-04-081-1/+1
* | | | | | | | | | | Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-0/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_tMark Johnston2014-10-211-1/+1
* | | | | | | | | | Update the TCP structure used by DTrace to show the smoothed RTT.George V. Neville-Neil2014-10-191-0/+2
* | | | | | | | | | Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-031-3/+3
* | | | | | | | | | Make DTrace stuff compile with C99 standard.Xin LI2014-08-221-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add stubs for CTF functions which are not yet implemented.Rui Paulo2014-06-261-0/+2
* | | | | | | | | Bind ip/tcp/udp provider translators and symbols to the same versions as inMark Johnston2014-05-143-57/+57
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove a duplicate definition.Mark Johnston2014-05-041-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-271-0/+2
* | | | | | | Add a function, memstr, which can be used to convert a buffer ofMark Johnston2013-10-161-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Add a separate translator for headers passed to the TCP probes in theMark Johnston2013-10-021-1/+39
* | | | | | Use the address of the inpcb rather than the tcpcb to identify TCPMark Johnston2013-09-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-254-0/+566
* | | | | Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-121-0/+1
* | | | | DTrace: NFS translators should be split into client/server piecesPedro F. Giffuni2013-04-182-31/+59