head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.52 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.50 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.48 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.46 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.44 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.42 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.40 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.38 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.36 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.34 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.32 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.30 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.28 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.26 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.24 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.22 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.20 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.18 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.16 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.14 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.12 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.10 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.8 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.6 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.4 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.2.0.4 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.2 pkgsrc-2019Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2019.11.02.20.36.07; author kamil; state Exp; branches; next 1.2; commitid vPsuXPNjm9Q6LjJB; 1.2 date 2019.05.06.23.44.58; author kamil; state Exp; branches; next 1.1; commitid Wpt9r1e3OFKKAcmB; 1.1 date 2019.05.06.23.18.10; author kamil; state Exp; branches; next ; commitid jyR3jijmoSgCrcmB; desc @@ 1.3 log @picotrace: Upgrade to 20191102 Update DESCR. Changes: * set minimal version to NetBSD 9.0 * picotrace: support POSIX_SPAWN * common: Regenerate for syscall.h 1.308 * truss: support POSIX_SPAWN * coredumper: support POSIX_SPAWN * singlestepper: support POSIX_SPAWN @ text @picotrace is designed to be a framework for other more advanced tracers, and an example of the canonical usage of ptrace(2). New features are not expected unless they reflect a new feature in the kernel. For historical reasons this repository is called picotrace, although it now contains other software as well: * sigtracer * singlestepper * NetBSD strace * NetBSD truss * coredumper @ 1.2 log @picotrace: Fix typo in DESCR @ text @d1 3 a3 1 picotrace enables syscall trace logging for the specified processes. d5 2 a6 1 The tracer uses the ptrace(2) system call to perform the tracing process. d8 5 a12 7 The picotrace program has been designed to ship bare functionality only, without pretty printing of data structures and interpreting passed arguments to syscalls. picotrace is designed to be a framework for other more advanced tracers and illustration of the canonical usage of the ptrace system call. New features are not expected unless they present a new feature in the NetBSD kernel. @ 1.1 log @devel/picotrace: import picotrace-20190507 picotrace enables syscall trace logging for the specified processes. The tracer uses the ptrace(2) system call to perform the tracing process. The picotrace program has been designd to ship bare functionality only, without pretty printing of data structures and interpreting passed arguments to syscalls. picotrace is designed to be a framework for other more advanced tracers and illustration of the canonical usage of the ptrace system call. New features are not expected unless they present a new feature in the NetBSD kernel. @ text @d5 1 a5 1 The picotrace program has been designd to ship bare functionality only, @