| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | Mark usage function as __dead2 in programs where it does not return | Alfonso Gregory | 2023-07-07 | 1 | -1/+1 |
* | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -1/+0 |
* | Make it clear what the userland traces are in the ktrace(1) man page. | Edward Tomasz Napierala | 2019-08-26 | 1 | -3/+5 |
* | Decode kevent structures logged via ktrace(2) in kdump. | John Baldwin | 2017-11-25 | 1 | -1/+2 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 3 | -0/+6 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Improve the ktrace(1) man page to make it slightly more obvious that there | Edward Tomasz Napierala | 2017-07-24 | 1 | -3/+11 |
* | Use more usual formatting for the EXAMPLES section of ktrace(1). | Edward Tomasz Napierala | 2017-07-21 | 1 | -11/+11 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 4 | -4/+4 |
* | Add a cross reference to ktrace(2). | Brooks Davis | 2016-03-31 | 1 | -2/+3 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -4/+6 |
| |\
| |/
|/| |
|
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
* | | Clarify that the -c argument clears the list of tracepoints specified by | John Baldwin | 2014-08-26 | 1 | -4/+6 |
|/ |
|
* | Don't trace or dump page fault records in the default set of tracepoints | John Baldwin | 2012-05-31 | 2 | -5/+5 |
* | Add new ktrace records for the start and end of VM faults. This gives | John Baldwin | 2012-04-05 | 3 | -3/+9 |
* | Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the | Dag-Erling Smørgrav | 2011-10-18 | 2 | -40/+73 |
* | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | Dag-Erling Smørgrav | 2011-10-11 | 3 | -5/+10 |
* | Remove duplicated header files | Kevin Lo | 2011-06-24 | 1 | -1/+0 |
* | Teach kdump to understand sv_flags records in the trace files. | Dmitry Chagin | 2011-02-25 | 2 | -1/+5 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 4 | -16/+0 |
* | - Sort list of trace points. | John Baldwin | 2010-07-14 | 1 | -3/+3 |
* | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -2/+0 |
* | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | John Baldwin | 2009-03-11 | 3 | -1/+9 |
* | Spell -t option's argument by name. | Ruslan Ermilov | 2008-04-02 | 2 | -5/+5 |
* | Fix usage string. | Dag-Erling Smørgrav | 2008-03-20 | 1 | -2/+2 |
* | This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload | Dag-Erling Smørgrav | 2008-02-23 | 3 | -6/+11 |
* | Allow the -c -f file options to actually execute. | Mike Pritchard | 2007-02-13 | 1 | -1/+1 |
* | Add needed hyphens, note the KTRACE kernel option, bump doc date. | Tom Rhodes | 2006-11-06 | 1 | -5/+9 |
* | When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall | Robert Watson | 2006-03-14 | 1 | -1/+4 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -4/+4 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 1 | -1/+1 |
* | Do not start err(3) strings with uppercase nor dot terminate them. | Philippe Charnier | 2003-02-05 | 2 | -9/+8 |
* | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 2 | -1/+2 |
* | Warnings fix; ANSIfy, constify, mark unused function parameter(s). | Mark Murray | 2002-04-28 | 3 | -18/+13 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -1/+1 |
* | 1) Clean up vendor and ID strings. | David Malone | 2002-04-01 | 3 | -12/+29 |
* | remove __P | Warner Losh | 2002-03-22 | 1 | -2/+2 |
* | Consistently refer to the trace file of ktrace as 'trfile'. | Giorgos Keramidas | 2002-03-03 | 1 | -3/+3 |