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