./devel/picotrace, System call process tracer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20200318, Package name: picotrace-20200318, Maintainer: kamil

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


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-08-16 01:04:38 by Tobias Nygren | Files touched by this commit (2)
Log message:
picotrace: apply upstream patch to fix build on NetBSD 9

Probably. Untested.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-03-18 16:45:41 by Kamil Rytarowski | Files touched by this commit (2)
Log message:
picotrace: Upgrade to 20200318

* add support for NetBSD 9.99.30 and newer
* 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_SPAW
   2019-11-02 21:36:07 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
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
   2019-05-26 07:14:26 by Kamil Rytarowski | Files touched by this commit (3)
Log message:
picotrace: Update to 20190526

20190526

* picotrace: enhance spelling and formatting of the documentation.
* picotrace: set close-on-exec on the output log.
* picotrace: fix uninitialized memory read in copyinstr()
* common: correct detection and distinguishing of events
* coredumper: initial version.
* truss: initial version.
   2019-05-07 11:33:13 by Leonardo Taccari | Files touched by this commit (1)
Log message:
picotrace: Simplify distfile handling (NFC)

Discussed with <kamil>, thanks!
   2019-05-07 01:44:58 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
picotrace: Fix typo in DESCR