Module Name:src
Committed By: chs
Date: Tue Feb 7 22:54:02 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
dtrace: remove unnecessary fflush()
Apply this commit from FreeBSD:
commit f339a3ef6369b368f3a2455792a7a3a4c28
Module Name:src
Committed By: chs
Date: Tue Feb 7 22:54:02 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
dtrace: remove unnecessary fflush()
Apply this commit from FreeBSD:
commit f339a3ef6369b368f3a2455792a7a3a4c28
Module Name:src
Committed By: chs
Date: Mon Feb 6 22:22:12 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
dtrace: re-fix aggregations to report from all online CPUs
Reapply the fix to dt_status() from rev 1.10
("Don't r
Module Name:src
Committed By: chs
Date: Mon Feb 6 22:22:12 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
dtrace: re-fix aggregations to report from all online CPUs
Reapply the fix to dt_status() from rev 1.10
("Don't r
Module Name:src
Committed By: jkoshy
Date: Mon May 2 20:09:48 UTC 2022
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c
Log Message:
Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.
This change avoids redefining 'SHN_SUNW_IG
Module Name:src
Committed By: jkoshy
Date: Mon May 2 20:09:48 UTC 2022
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c
Log Message:
Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.
This change avoids redefining 'SHN_SUNW_IG
Module Name:src
Committed By: hannken
Date: Wed Jul 24 16:57:45 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Handle automatic module loading on device open more like FreeBSD does.
Where FreeBSD uses a module "dtraceall
Module Name:src
Committed By: hannken
Date: Wed Jul 24 16:57:45 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Handle automatic module loading on device open more like FreeBSD does.
Where FreeBSD uses a module "dtraceall
Module Name:src
Committed By: hannken
Date: Sun Jul 21 15:38:06 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Always use "netbsd" as kernel name, dt_module_update() already takes
care to load data from the booted kernel
Module Name:src
Committed By: hannken
Date: Sun Jul 21 15:37:27 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Try to load module "dtrace" before opening "/dev/dtrace/dtrace".
Fixes PR kern/54387: DTrace Kernel module do
Module Name:src
Committed By: hannken
Date: Sun Jul 21 15:38:06 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Always use "netbsd" as kernel name, dt_module_update() already takes
care to load data from the booted kernel
Module Name:src
Committed By: hannken
Date: Sun Jul 21 15:37:27 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Try to load module "dtrace" before opening "/dev/dtrace/dtrace".
Fixes PR kern/54387: DTrace Kernel module do
On Apr 28, 2:06pm, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
| good move using machdep.booted_file. one minor nit:
|
| + /* This call shouldn't fail, but use a default just in case.*/
| + if (sysctlb
good move using machdep.booted_file. one minor nit:
+ /* This call shouldn't fail, but use a default just in case.*/
+ if (sysctlbyname(BOOTFILE, bootfile, &len, NULL, 0) != 0)
this comment isn't really true. it can fail for various reasons
including that the machdep code doesn't kn
On Sep 29, 10:37am, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
| Christos Zoulas writes:
| > On Sep 25, 9:30am, m...@eterna.com.au (matthew green) wrote:
| > -- Subject: re: CVS commit: src/external/cddl/osnet/di
Christos Zoulas writes:
> On Sep 25, 9:30am, m...@eterna.com.au (matthew green) wrote:
> -- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
>
> | when you sync things, can you also include what version you sunc with?
> | so for the next person to update,
chris...@zoulas.com (Christos Zoulas) writes:
> On Sep 25, 9:30am, m...@eterna.com.au (matthew green) wrote:
> -- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
>
> | when you sync things, can you also include what version you sunc with?
> | so for the
On Sep 25, 9:30am, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
| when you sync things, can you also include what version you sunc with?
| so for the next person to update, they know what baseline we have in
| our tree
thanks for getting dtrace working better.
"Christos Zoulas" writes:
> Module Name: src
> Committed By: christos
> Date: Thu Sep 24 14:25:30 UTC 2015
>
> Modified Files:
> src/external/cddl/osnet/dist/lib/libdtrace/common: drti.c
> dt_aggregate.c dt_as.c dt_cc.c dt_cg.c dt
On Wed, Jan 02, 2013 at 09:19:13PM +, Matthias Scheler wrote:
> Module Name: src
> Committed By: tron
> Date: Wed Jan 2 21:19:13 UTC 2013
>
> Modified Files:
> src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
>
> Log Message:
> Include "sys/ioctl.h" for the prototy
Module Name:src
Committed By: darran
Date: Fri Mar 5 01:53:15 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
DTrace: fix the curthread and mutex data types.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
Module Name:src
Committed By: darran
Date: Fri Mar 5 01:53:15 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
DTrace: fix the curthread and mutex data types.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
Module Name:src
Committed By: darran
Date: Fri Mar 5 01:34:36 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: mkerrtags.sh
mknames.sh
Log Message:
DTrace: Explicitly check for OS X to decide if echo needs -e.
To generate a diff of
Module Name:src
Committed By: darran
Date: Fri Mar 5 01:34:36 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: mkerrtags.sh
mknames.sh
Log Message:
DTrace: Explicitly check for OS X to decide if echo needs -e.
To generate a diff of
24 matches
Mail list logo