Module Name:src
Committed By: riastradh
Date: Mon May 22 15:12:54 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/fbt/arm: fbt_isa.c
Log Message:
dtrace_fbt: Read and write instructions appropriately-endian on arm.
arm is a little more complicated because it has thre
Module Name:src
Committed By: riastradh
Date: Mon May 22 15:12:54 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/fbt/arm: fbt_isa.c
Log Message:
dtrace_fbt: Read and write instructions appropriately-endian on arm.
arm is a little more complicated because it has thre
Module Name:src
Committed By: riastradh
Date: Tue May 9 21:29:07 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
dtrace_fbt: Read and write instruction words in little-endian.
Step toward making this work on aarch64eb.
To genera
Module Name:src
Committed By: riastradh
Date: Tue May 9 21:29:07 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
dtrace_fbt: Read and write instruction words in little-endian.
Step toward making this work on aarch64eb.
To genera
Module Name:src
Committed By: skrll
Date: Mon Apr 17 06:57:02 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
(missed in pervious commit)
Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V
It's less letters, m
Module Name:src
Committed By: skrll
Date: Mon Apr 17 06:57:02 UTC 2023
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
(missed in pervious commit)
Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V
It's less letters, m
Module Name:src
Committed By: riastradh
Date: Fri Sep 2 11:03:50 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
dtrace_fbt: Allow tracing names that start with `__'.
This was never relevant on FreeBSD and I don't think it is relevant on
NetB
Module Name:src
Committed By: riastradh
Date: Fri Sep 2 11:03:50 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
dtrace_fbt: Allow tracing names that start with `__'.
This was never relevant on FreeBSD and I don't think it is relevant on
NetB
Module Name:src
Committed By: riastradh
Date: Wed Aug 31 12:34:04 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
dtrace_sdt: Fix bug in builtin module reference counting.
Don't module_hold(NULL)! This mistake was introduced in my attempt
to
Module Name:src
Committed By: riastradh
Date: Wed Aug 31 12:34:04 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
dtrace_sdt: Fix bug in builtin module reference counting.
Don't module_hold(NULL)! This mistake was introduced in my attempt
to
Module Name:src
Committed By: riastradh
Date: Sun Aug 21 18:58:45 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log Message:
dtrace/i386: Need machine/cpufunc.h for x86_read_flags and rcr2.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Sun Aug 21 18:58:45 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log Message:
dtrace/i386: Need machine/cpufunc.h for x86_read_flags and rcr2.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: maxv
Date: Wed Nov 13 10:13:41 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c
Log Message:
Use x86_patch_window_{open,close}. This also fixes a bug: the CR0/PSL
reloads were inverted.
To generate a diff of this commi
Module Name:src
Committed By: maxv
Date: Wed Nov 13 10:13:41 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c
Log Message:
Use x86_patch_window_{open,close}. This also fixes a bug: the CR0/PSL
reloads were inverted.
To generate a diff of this commi
Module Name:src
Committed By: hannken
Date: Fri Nov 8 11:06:21 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
Log Message:
dtrace_trap() gets called from alltraps() -> trap() with interrupts enabled
so we cannot assert for interrupts disa
Module Name:src
Committed By: hannken
Date: Fri Nov 8 11:06:21 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
Log Message:
dtrace_trap() gets called from alltraps() -> trap() with interrupts enabled
so we cannot assert for interrupts disa
Module Name:src
Committed By: hannken
Date: Tue Jul 23 09:06:12 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_load.c
Log Message:
Create "dtrace_taskq" here like FreeBSD does.
PR kern/54397: Panic when loading a DTrace module whilst DTrace is running
Module Name:src
Committed By: hannken
Date: Tue Jul 23 09:06:12 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_load.c
Log Message:
Create "dtrace_taskq" here like FreeBSD does.
PR kern/54397: Panic when loading a DTrace module whilst DTrace is running
Module Name:src
Committed By: hannken
Date: Tue Jul 16 07:26:00 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
Always exclude "fbt_*" from the list of FBT probes.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/cdd
Module Name:src
Committed By: hannken
Date: Tue Jul 16 07:26:00 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
Always exclude "fbt_*" from the list of FBT probes.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/cdd
Module Name:src
Committed By: hannken
Date: Fri Jul 5 08:29:19 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
Log Message:
Change dtrace toxic range to "0 .. VM_MIN_KERNEL_ADDRESS_DEFAULT",
the direct map may be mapped below "VM_MIN_KERNE
Module Name:src
Committed By: hannken
Date: Fri Jul 5 08:29:19 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
Log Message:
Change dtrace toxic range to "0 .. VM_MIN_KERNEL_ADDRESS_DEFAULT",
the direct map may be mapped below "VM_MIN_KERNE
On 12.08.2018 18:07, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Aug 12 16:07:27 UTC 2018
>
> Modified Files:
> src/external/cddl/osnet/dev/dtrace/amd64: dtrace_isa.c
>
> Log Message:
> handle variable kernel vm min address
>
>
> To generate a d
On Jun 5, 9:06am, k...@munnari.oz.au (Robert Elz) wrote:
-- Subject: Re: CVS commit: src/external/cddl/osnet/dev/dtrace/i386
| Date:Mon, 4 Jun 2018 21:13:23 -0400
| From:chris...@zoulas.com (Christos Zoulas)
| Message-ID: <20180605011323.e275017f...@rebar.astron.
> | Sigh...
>
> Yes.I might clean up some of it.
please do :-)
Date:Mon, 4 Jun 2018 21:13:23 -0400
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20180605011323.e275017f...@rebar.astron.com>
| It is unfortunate that the files have diverged unnecessarly. Perhaps we
| should fix that and push the changes upstream.
I ha
On Jun 5, 8:10am, k...@munnari.oz.au (Robert Elz) wrote:
-- Subject: Re: CVS commit: src/external/cddl/osnet/dev/dtrace/i386
| Yes, that's what I would have thought but I just copied the position in
| the amd64 version of the file.
It is unfortunate that the files have div
Date:Mon, 4 Jun 2018 21:31:34 + (UTC)
From:chris...@astron.com (Christos Zoulas)
Message-ID:
| That should come after ... In general "infrastructure"
| headers before "feature" headers... I will fix it (it happens to work,
| but)...
Yes, that's what I would
In article <20180604201246.24cf1f...@cvs.netbsd.org>,
Robert Elz wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: kre
>Date: Mon Jun 4 20:12:46 UTC 2018
>
>Modified Files:
> src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
>
>Log Message:
>The (dtrace version of) is
On Mar 10, 7:58pm, ozak...@netbsd.org (Ryota Ozaki) wrote:
-- Subject: Re: CVS commit: src/external/cddl/osnet/dev/systrace
| On Sun, Mar 8, 2015 at 2:47 AM, Christos Zoulas wrote:
| > Module Name:src
| > Committed By: christos
| > Date: Sat Mar 7 17:47:09
On Sun, Mar 8, 2015 at 2:47 AM, Christos Zoulas wrote:
> Module Name:src
> Committed By: christos
> Date: Sat Mar 7 17:47:09 UTC 2015
>
> Modified Files:
> src/external/cddl/osnet/dev/systrace: systrace.c
>
> Log Message:
> we have space for 2 more arguments so use it.
>
>
On Feb 27, 10:23am, ozak...@netbsd.org (Ryota Ozaki) wrote:
-- Subject: Re: CVS commit: src/external/cddl/osnet/dev
| Indeed. I followed other codes too simple. So such codes that return EBUSY
| when MODULE_CMD_AUTOUNLOAD may be also hiding bugs? I have no idea
| we have to specially prevent
On Fri, Feb 27, 2015 at 3:25 AM, Christos Zoulas wrote:
> In article <20150226091053.38be...@cvs.netbsd.org>,
> Ryota Ozaki wrote:
>
>>- Forbid auto unloading (not supported for now)
>
> Why don't you let it autounload... It is probably hiding more bugs this
> way if it fails.
Indeed. I followed
In article <20150226091053.38be...@cvs.netbsd.org>,
Ryota Ozaki wrote:
>- Forbid auto unloading (not supported for now)
Why don't you let it autounload... It is probably hiding more bugs this
way if it fails.
christos
On Thu, Mar 18, 2010 at 11:44:40PM +0900, Izumi Tsutsui wrote:
> > Modified Files:
> > src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
> >
> > Log Message:
> > Fix the build:
> > 1.) "ifdef-out" unused functions and global variables.
> > 2.) Include "x86/include/cpu_counter.h" for amd64
> Module Name: src
> Committed By: tron
> Date: Thu Mar 18 11:00:03 UTC 2010
>
> Modified Files:
> src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
>
> Log Message:
> Fix the build:
> 1.) "ifdef-out" unused functions and global variables.
> 2.) Include "x86/include/cpu_counte
Module Name:src
Committed By: darran
Date: Fri Mar 5 02:21:41 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
DTrace: add a dependency on the dtrace module.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/
Module Name:src
Committed By: darran
Date: Fri Mar 5 02:21:41 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
DTrace: add a dependency on the dtrace module.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/
Module Name:src
Committed By: darran
Date: Mon Mar 1 22:38:30 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
DTrace: update sdt.c handlers to match latest OpenSolaris vendor import.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.
Module Name:src
Committed By: darran
Date: Mon Mar 1 22:38:30 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
DTrace: update sdt.c handlers to match latest OpenSolaris vendor import.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.
Module Name:src
Committed By: darran
Date: Sun Feb 28 07:01:43 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_hacks.c
Log Message:
DTrace: enable access to kernel space for DTrace scripts.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: darran
Date: Sun Feb 28 07:01:43 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_hacks.c
Log Message:
DTrace: enable access to kernel space for DTrace scripts.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
42 matches
Mail list logo