Page MenuHomeFreeBSD
Feed Advanced Search

Mar 3 2023

christos requested review of D38892: libdtrace: embed kernel bootfile in dtrace_hdl_t.
Mar 3 2023, 4:18 PM · DTrace
christos updated the diff for D38825: libdtrace: implement inline function tracing for kinst.
  • use dt_free() instead of free()
  • add error checks after calls to dt_alloc() and dt_node_xalloc()
Mar 3 2023, 2:45 PM · DTrace
christos updated the diff for D38825: libdtrace: implement inline function tracing for kinst.

diff against main, not last patch

Mar 3 2023, 12:08 AM · DTrace
christos updated the diff for D38825: libdtrace: implement inline function tracing for kinst.

Address Mark's comments.

Mar 3 2023, 12:04 AM · DTrace

Mar 1 2023

christos added inline comments to D38825: libdtrace: implement inline function tracing for kinst.
Mar 1 2023, 6:08 PM · DTrace
markj added inline comments to D38825: libdtrace: implement inline function tracing for kinst.
Mar 1 2023, 2:49 PM · DTrace

Feb 28 2023

christos retitled D38825: libdtrace: implement inline function tracing for kinst from libdtrace: implement inline tracing for kinst to libdtrace: implement inline function tracing for kinst.
Feb 28 2023, 6:09 PM · DTrace
christos updated the diff for D38825: libdtrace: implement inline function tracing for kinst.

Fix a recent lowpc/highpc bug I made accidentally, embed GElf_Shdr into
the section struct, replace emalloc() with dt_alloc(), fix libraries in Makefiles.

Feb 28 2023, 6:00 PM · DTrace
markj added inline comments to D38825: libdtrace: implement inline function tracing for kinst.
Feb 28 2023, 5:15 PM · DTrace
christos updated the summary of D38825: libdtrace: implement inline function tracing for kinst.
Feb 28 2023, 5:13 PM · DTrace
christos retitled D38825: libdtrace: implement inline function tracing for kinst from libdtrace: implement inline tracing to libdtrace: implement inline tracing for kinst.
Feb 28 2023, 5:12 PM · DTrace
christos requested review of D38825: libdtrace: implement inline function tracing for kinst.
Feb 28 2023, 5:10 PM · DTrace

Feb 24 2023

markj accepted D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
Feb 24 2023, 4:10 PM · DTrace
christos updated the diff for D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.

Typo fixes.

Feb 24 2023, 1:51 PM · DTrace
christos updated the diff for D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.

Print dnp as well.

Feb 24 2023, 2:14 AM · DTrace
christos updated the diff for D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.

s/stdout/standard output/

Feb 24 2023, 12:03 AM · DTrace

Feb 23 2023

0mp added a comment to D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
In D38732#881808, @0mp wrote:

Would it be wiser to implement this as an extension to the -x flag?

This option is in the same vein as -S, whereas -x is used to set runtime parameters for the dtrace script. So, -x feels like the wrong place to me, but maybe I'm missing something?

Feb 23 2023, 6:58 PM · DTrace
markj added a comment to D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
In D38732#881808, @0mp wrote:

Would it be wiser to implement this as an extension to the -x flag?

Feb 23 2023, 5:59 PM · DTrace
markj accepted D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
Feb 23 2023, 5:57 PM · DTrace
0mp added a comment to D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.

Would it be wiser to implement this as an extension to the -x flag?

Feb 23 2023, 5:55 PM · DTrace
christos updated the summary of D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
Feb 23 2023, 5:26 PM · DTrace
christos updated the diff for D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.

Move dump code to dt_cc.c.

Feb 23 2023, 4:57 PM · DTrace

Feb 22 2023

markj added inline comments to D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
Feb 22 2023, 4:51 PM · DTrace
christos requested review of D38732: dtrace(1): add -d flag to dump D script post-dt_sugar.
Feb 22 2023, 4:42 PM · DTrace

Jan 17 2023

lkw573_gmail.com removed a member for DTrace: lkw573_gmail.com.
Jan 17 2023, 6:53 AM

Nov 19 2022

lkw573_gmail.com added a member for DTrace: lkw573_gmail.com.
Nov 19 2022, 4:42 PM

Sep 1 2022

dteske closed D36051: Update dwatch-json to 1.2, maintainership.
Sep 1 2022, 1:04 AM · DTrace

Aug 27 2022

woodsb02 accepted D36051: Update dwatch-json to 1.2, maintainership.

Looks good 👍

Aug 27 2022, 3:32 AM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Bump port to 1.2 so we catch latest development (the inclusion of a dashboard for the Block I/O stats)

Aug 27 2022, 2:15 AM · DTrace
ler accepted D36051: Update dwatch-json to 1.2, maintainership.

I'm a dork -- *NOW* it looks right :)

Aug 27 2022, 1:34 AM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Fix distinfo

Aug 27 2022, 1:33 AM · DTrace
ler accepted D36051: Update dwatch-json to 1.2, maintainership.

that looks better

Aug 27 2022, 12:26 AM · DTrace
ler requested changes to D36051: Update dwatch-json to 1.2, maintainership.

the distinfo change doesn't look right?

Aug 27 2022, 12:25 AM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Update diff before applying to head

Aug 27 2022, 12:20 AM · DTrace
dteske added a comment to D36051: Update dwatch-json to 1.2, maintainership.

I was working on committing this and went to go apply the patch to the tree and the patch no longer applies cleanly.

Aug 27 2022, 12:11 AM · DTrace

Aug 23 2022

ler accepted D36051: Update dwatch-json to 1.2, maintainership.

LGTM -- feel free to ping me to commit, or use Approved by: ler

Aug 23 2022, 10:17 PM · DTrace
dteske added a reviewer for D36051: Update dwatch-json to 1.2, maintainership: ler.
Aug 23 2022, 10:14 PM · DTrace
woodsb02 accepted D36051: Update dwatch-json to 1.2, maintainership.
Aug 23 2022, 9:33 PM · DTrace
dteske removed a reviewer for D36051: Update dwatch-json to 1.2, maintainership: shurd.
Aug 23 2022, 9:00 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Add missing dashboard examples from 1.1

Aug 23 2022, 4:18 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Fixup package COMMENT to match what I have set for 1.1

Aug 23 2022, 4:06 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Pepper [@]sample

Aug 23 2022, 3:33 PM · DTrace
dteske updated the summary of D36051: Update dwatch-json to 1.2, maintainership.
Aug 23 2022, 3:26 PM · DTrace
dteske added a comment to D36051: Update dwatch-json to 1.2, maintainership.

You’re probably already aware, but ports has a commit hook so that commit messages should start the first line with “category/portname: description”.

So commit message should have first line:
sysutils/dwatch-json: update to 1.1, restore maintainership

Aug 23 2022, 3:26 PM · DTrace
woodsb02 added a comment to D36051: Update dwatch-json to 1.2, maintainership.

You’re probably already aware, but ports has a commit hook so that commit messages should start the first line with “category/portname: description”.

Aug 23 2022, 9:50 AM · DTrace
dteske updated the summary of D36051: Update dwatch-json to 1.2, maintainership.
Aug 23 2022, 4:02 AM · DTrace
dteske updated the summary of D36051: Update dwatch-json to 1.2, maintainership.
Aug 23 2022, 4:01 AM · DTrace
woodsb02 accepted D36051: Update dwatch-json to 1.2, maintainership.

All the proposed changes look fine to me. You’re welcome to commit this to ports yourself with my ports commit bit approval.

Aug 23 2022, 12:21 AM · DTrace

Aug 22 2022

dteske reclaimed D36051: Update dwatch-json to 1.2, maintainership.

Reclaim

Aug 22 2022, 11:51 PM · DTrace
dteske abandoned D36051: Update dwatch-json to 1.2, maintainership.

Tested and ready for re-review

Aug 22 2022, 11:50 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Add missing io-sample conf

Aug 22 2022, 11:45 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

makesum for 1.1

Aug 22 2022, 11:38 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Add symbolic link entries from 1.1

Aug 22 2022, 11:23 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Add missing config to plist for 1.1

Aug 22 2022, 11:17 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Update pkg-descr for 1.1

Aug 22 2022, 11:16 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Update the plist for 1.1

Aug 22 2022, 11:13 PM · DTrace
dteske updated the diff for D36051: Update dwatch-json to 1.2, maintainership.

Abandon the update to 0.5 and update to 1.1

Aug 22 2022, 11:10 PM · DTrace
dteske added a reviewer for D36051: Update dwatch-json to 1.2, maintainership: 0mp.
Aug 22 2022, 11:01 PM · DTrace
dteske retitled D36051: Update dwatch-json to 1.2, maintainership from Update dwatch-json to 0.5, maintainership to Update dwatch-json to 1.1, maintainership.
Aug 22 2022, 11:00 PM · DTrace

Aug 6 2022

dteske updated subscribers of D36051: Update dwatch-json to 1.2, maintainership.
Aug 6 2022, 12:42 AM · DTrace
dteske updated subscribers of D36051: Update dwatch-json to 1.2, maintainership.
Aug 6 2022, 12:41 AM · DTrace
dteske added a comment to D36051: Update dwatch-json to 1.2, maintainership.

From my 2018 BSDCAN presentation slides, here are the modules in base ... we're not going to add "dwatch-" prefix to all those simply because a PORT convention says that a PORT should install files named the same as the PORT when the PORT should follow BASE convention already set forth 6 years ago

Aug 6 2022, 12:30 AM · DTrace
dteske added a comment to D36051: Update dwatch-json to 1.2, maintainership.

I discussed this submission with dteske on IRC and possibly have a few suggestions:

PORTNAME should correspond to the naming convention of installed files and usecase whenever possible, so dwatch-json --> dwatch-json-net and preferably libexec/dwatch/json-net* --> libexec/dwatch/dwatch-json-net*

Grafnet should be broken out, put in a separate port and be set as a dependency (if required) as it doesn't seem to be a hard requirement and/or limited to dwatch-json-net looking at pkg-descr

Aug 6 2022, 12:21 AM · DTrace

Aug 5 2022

diizzy added a comment to D36051: Update dwatch-json to 1.2, maintainership.

I discussed this submission with dteske on IRC and possibly have a few suggestions:

Aug 5 2022, 8:16 PM · DTrace
dteske requested review of D36051: Update dwatch-json to 1.2, maintainership.
Aug 5 2022, 5:45 PM · DTrace

Jan 27 2022

gnn removed a member for DTrace: gnn.
Jan 27 2022, 3:55 PM

Jun 17 2021

markj closed D30778: dtrace: fix an out of bound read and a NULL pointer increment.
Jun 17 2021, 5:55 PM · DTrace

Jun 16 2021

domagoj.stolfa_gmail.com added a comment to D30778: dtrace: fix an out of bound read and a NULL pointer increment.

If there are any tags, e.g., sponsored by, please add them to the review description and I'll commit.

You can add a Signed-off-by: domagoj.stolfa@gmail.com if you'd like

I prefer not to since we don't have a policy around it, at least not yet. If you prefer to have it, then I'll keep it.

Jun 16 2021, 3:45 PM · DTrace
markj added a comment to D30778: dtrace: fix an out of bound read and a NULL pointer increment.

If there are any tags, e.g., sponsored by, please add them to the review description and I'll commit.

You can add a Signed-off-by: domagoj.stolfa@gmail.com if you'd like

Jun 16 2021, 3:41 PM · DTrace
domagoj.stolfa_gmail.com updated the summary of D30778: dtrace: fix an out of bound read and a NULL pointer increment.
Jun 16 2021, 3:02 PM · DTrace
domagoj.stolfa_gmail.com updated the summary of D30778: dtrace: fix an out of bound read and a NULL pointer increment.
Jun 16 2021, 3:02 PM · DTrace
domagoj.stolfa_gmail.com added a comment to D30778: dtrace: fix an out of bound read and a NULL pointer increment.

If there are any tags, e.g., sponsored by, please add them to the review description and I'll commit.

Jun 16 2021, 3:01 PM · DTrace

Jun 15 2021

markj accepted D30778: dtrace: fix an out of bound read and a NULL pointer increment.

If there are any tags, e.g., sponsored by, please add them to the review description and I'll commit.

Jun 15 2021, 8:53 PM · DTrace
domagoj.stolfa_gmail.com requested review of D30778: dtrace: fix an out of bound read and a NULL pointer increment.
Jun 15 2021, 8:20 PM · DTrace

Apr 2 2021

markj closed D29541: DTrace: document the "nolibs" option.
Apr 2 2021, 9:52 PM · DTrace

Apr 1 2021

domagoj.stolfa_gmail.com updated the diff for D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 10:28 PM · DTrace
markj accepted D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 9:59 PM · DTrace
domagoj.stolfa_gmail.com added inline comments to D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 9:50 PM · DTrace
domagoj.stolfa_gmail.com updated the diff for D29541: DTrace: document the "nolibs" option.

@markj 's comments.

Apr 1 2021, 9:50 PM · DTrace
markj added inline comments to D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 9:36 PM · DTrace
markj added inline comments to D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 9:34 PM · DTrace
domagoj.stolfa_gmail.com added inline comments to D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 9:22 PM · DTrace
domagoj.stolfa_gmail.com updated the diff for D29541: DTrace: document the "nolibs" option.

Added -x libdir and -x syslibdir as suggested by @markj

Apr 1 2021, 9:21 PM · DTrace
markj accepted D29541: DTrace: document the "nolibs" option.

Thanks. Would you also consider documenting -x libdir and -x syslibdir while here?

Apr 1 2021, 8:57 PM · DTrace
allanjude added inline comments to D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 8:56 PM · DTrace
domagoj.stolfa_gmail.com requested review of D29541: DTrace: document the "nolibs" option.
Apr 1 2021, 8:50 PM · DTrace

Mar 27 2021

markj closed D29435: CTF: Fix an out-of-bounds read.
Mar 27 2021, 6:07 PM · DTrace
domagoj.stolfa_gmail.com added inline comments to D29435: CTF: Fix an out-of-bounds read.
Mar 27 2021, 6:02 PM · DTrace
markj accepted D29435: CTF: Fix an out-of-bounds read.
Mar 27 2021, 6:02 PM · DTrace
domagoj.stolfa_gmail.com updated the diff for D29435: CTF: Fix an out-of-bounds read.
Mar 27 2021, 6:01 PM · DTrace
markj added inline comments to D29435: CTF: Fix an out-of-bounds read.
Mar 27 2021, 5:52 PM · DTrace
domagoj.stolfa_gmail.com added a comment to D29435: CTF: Fix an out-of-bounds read.

(Please let me know if you'd like me to commit this.)

Mar 27 2021, 3:43 PM · DTrace
markj added a comment to D29435: CTF: Fix an out-of-bounds read.

(Please let me know if you'd like me to commit this.)

Mar 27 2021, 3:04 PM · DTrace
markj accepted D29435: CTF: Fix an out-of-bounds read.

Thanks, this looks right to me.

Mar 27 2021, 2:50 PM · DTrace

Mar 26 2021

domagoj.stolfa_gmail.com requested review of D29435: CTF: Fix an out-of-bounds read.
Mar 26 2021, 7:18 PM · DTrace

Jan 25 2021

0mp added a member for DTrace: 0mp.
Jan 25 2021, 11:56 PM

Jan 11 2021

rwatson closed D27766: Various changes to DTrace FBT to avoid crashed on FreeBSD/arm64..
Jan 11 2021, 3:45 PM · arm64, DTrace
rwatson updated the diff for D27766: Various changes to DTrace FBT to avoid crashed on FreeBSD/arm64..

Trim exclusion of memcpy() and bcopy() as @andrew's in-progress patch to
avoid improper FBT instrumentation of functions without conventional stack
frames now solves that problem in a better way.

Jan 11 2021, 3:38 PM · arm64, DTrace
andrew accepted D27766: Various changes to DTrace FBT to avoid crashed on FreeBSD/arm64..
Jan 11 2021, 1:32 PM · arm64, DTrace
rwatson added a reviewer for D27766: Various changes to DTrace FBT to avoid crashed on FreeBSD/arm64.: jrtc27.
Jan 11 2021, 8:51 AM · arm64, DTrace