CVS commit: src/external/cddl/osnet/dev/fbt/arm

2023-05-22 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt/arm

2023-05-22 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2023-05-09 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2023-05-09 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt

2022-09-02 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt

2022-09-02 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/dev/fbt/x86

2019-11-13 Thread Maxime Villard
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

CVS commit: src/external/cddl/osnet/dev/fbt/x86

2019-11-13 Thread Maxime Villard
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

CVS commit: src/external/cddl/osnet/dev/fbt

2019-07-16 Thread Juergen Hannken-Illjes
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

CVS commit: src/external/cddl/osnet/dev/fbt

2019-07-16 Thread Juergen Hannken-Illjes
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