trace: use standard POSIX header for basename()
[project/procd.git] / trace / trace.c
2024-03-30 Tony Ambardartrace: use standard POSIX header for basename() master
2022-06-27 Junnan Xuutrace: fix memory leak
2021-09-15 Daniel Golletrace: don't leak file descriptor in error path
2021-08-30 Nick Hainketrace: fix potential use-after-free occurence
2021-08-30 Daniel Golletrace: free memory allocated by blobmsg_format_json_ind...
2021-08-24 Daniel Golletrace: handle open() return value and make sure string...
2021-08-24 Daniel Golletrace: free string returned by blobmsg_format_json_indent()
2021-03-19 Daniel Golletrace: fix build on aarch64
2021-03-19 Daniel Gollejail/seccomp: add support for aarch64
2020-11-17 Daniel Golletrace: switch to OCI seccomp JSON output
2020-07-11 Rosen Penevprocd: fix compilation with uClibc-ng
2019-03-11 Wojciech Dubowikprocd: trace: Define syscall registers for powerpc...
2018-07-30 Michal Sojkatrace: Use properly sized type for PTRACE_GETEVENTMSG
2018-01-23 Hans Dedeckertrace: check asprintf() return value
2018-01-23 Hans Dedeckertrace: add missing limits.h include
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2017-09-28 Michal Sojkautrace: Start the tracee only after uloop initialization
2017-09-28 Michal Sojkautrace: Switch all logging to ulog
2017-09-28 Michal Sojkautrace: Support non-contiguous syscall numbers
2017-09-28 Michal Sojkautrace: Forward SIGTERM to the traced process
2017-09-28 Michal Sojkautrace: Report ptrace errors
2017-09-28 Michal Sojkaseccomp: Log seccomp violations with utrace
2017-09-28 Michal Sojkautrace: Use PTHREAD_SEIZE instead of PTHREAD_TRACEME
2017-09-28 Michal Sojkautrace: Deliver signals to traced processes
2017-09-28 Michal Sojkautrace: Support tracing multi-threaded processes and...
2017-09-28 Michal Sojkautrace: Trace processes across forks
2017-09-28 Michal Sojkautrace: Sort syscalls by number of invocations
2017-09-28 Michal Sojkautrace: Fix off-by-one errors
2017-09-28 Michal Sojkautrace: Fix environment initialization
2016-12-05 Felix Fietkautrace: use the cloned environment pointer
2016-12-05 Rosen Penevprocd: Fix memory leaks found by cppcheck
2015-11-07 Ulrich Webersyslog: set sane priority values
2015-05-14 Daniel Golletrace: add support for ARM architecture
2015-04-09 John Crispinfix include order
2015-03-28 John Crispinproperly handle return codes
2015-03-23 John Crispinadd initial version of ujail and utrace