./sysutils/strace, Trace system calls

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


Branch: CURRENT, Version: 4.5.15nb16, Package name: strace-4.5.15nb16, Maintainer: christos

Strace is a diagnostic and troubleshooting tool for printing out a trace
of all the system calls made by another process. It intercepts and
records the signals received by a process and the system calls which
are called by a process. The name of each system call, its arguments
and its return value are reported.

This version of strace is maintained by Wichert Akkerman.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 444.929 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-11 07:23:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
strace: remove incorrect pattern that disallows NetBSD<4

NetBSD 4 has been desupported for so long, we don't need this any longer.

Addresses PR 57834 by George Georgalis.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-08-18 07:22:39 by Tobias Nygren | Files touched by this commit (1)
Log message:
strace: fail in a more user-friendly manner if kernel sources are missing
   2019-10-06 19:45:50 by Christos Zoulas | Files touched by this commit (5)
Log message:
make this compile again