summaryrefslogtreecommitdiff
path: root/trace
Commit message (Expand)AuthorAgeFilesLines
* utrace: fix memory leakJunnan Xu2022-06-271-0/+4
* trace: don't leak file descriptor in error pathDaniel Golle2021-09-151-1/+3
* trace: preload: avoid NULL-dereference here as wellDaniel Golle2021-08-311-3/+6
* trace: fix potential use-after-free occurenceNick Hainke2021-08-301-1/+1
* trace: free memory allocated by blobmsg_format_json_indent()Daniel Golle2021-08-301-2/+6
* trace: handle open() return value and make sure string is terminatedDaniel Golle2021-08-241-0/+5
* trace: free string returned by blobmsg_format_json_indent()Daniel Golle2021-08-241-2/+7
* trace: fix build on aarch64Daniel Golle2021-03-191-0/+7
* jail/seccomp: add support for aarch64Daniel Golle2021-03-191-7/+16
* trace: switch to OCI seccomp JSON outputDaniel Golle2020-11-171-4/+9
* procd: fix compilation with uClibc-ngRosen Penev2020-07-111-0/+5
* procd: trace: Define syscall registers for powerpc platformWojciech Dubowik2019-03-111-0/+3
* trace: Use properly sized type for PTRACE_GETEVENTMSGMichal Sojka2018-07-301-1/+3
* trace: check asprintf() return valueHans Dedecker2018-01-231-5/+10
* trace: add missing limits.h includeHans Dedecker2018-01-231-0/+1
* procd: Replace strerror(errno) with %m.Rosen Penev2018-01-021-4/+4
* utrace: Start the tracee only after uloop initializationMichal Sojka2017-09-281-1/+3
* utrace: Switch all logging to ulogMichal Sojka2017-09-281-30/+19
* utrace: Support non-contiguous syscall numbersMichal Sojka2017-09-281-23/+21
* utrace: Forward SIGTERM to the traced processMichal Sojka2017-09-281-0/+10
* utrace: Report ptrace errorsMichal Sojka2017-09-281-2/+5
* seccomp: Log seccomp violations with utraceMichal Sojka2017-09-281-25/+118
* utrace: Use PTHREAD_SEIZE instead of PTHREAD_TRACEMEMichal Sojka2017-09-282-5/+15
* utrace: Deliver signals to traced processesMichal Sojka2017-09-281-2/+8
* utrace: Support tracing multi-threaded processes and vforkMichal Sojka2017-09-281-2/+6
* utrace: Trace processes across forksMichal Sojka2017-09-281-19/+45
* utrace: Sort syscalls by number of invocationsMichal Sojka2017-09-281-6/+26
* utrace: Fix off-by-one errorsMichal Sojka2017-09-281-2/+2
* utrace: Fix environment initializationMichal Sojka2017-09-281-1/+1
* trace: use the cloned environment pointerFelix Fietkau2016-12-051-2/+2
* procd: Fix memory leaks found by cppcheckRosen Penev2016-12-051-1/+4
* syslog: set sane priority valuesUlrich Weber2015-11-071-1/+1
* trace: add support for ARM architectureDaniel Golle2015-05-141-0/+2
* fix include orderJohn Crispin2015-04-101-1/+1
* properly handle return codesJohn Crispin2015-03-281-1/+2
* add initial version of ujail and utraceJohn Crispin2015-03-232-0/+302