aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: add support for fchown/fchmod on linuxMichael Orlitzky2023-06-221-0/+13
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2021-11-051-1/+1
* libsandbox: refine yama check to abort on level 3+Mike Frysinger2021-11-031-9/+21
* libsandbox: tweak label/decl code for some compiler settingsMike Frysinger2021-11-031-1/+3
* libsandbox: add YAMA checks and skip ptrace when activev3.1Mike Frysinger2021-11-031-0/+38
* libsandbox: merge sandbox settings from tracee end when execingv3.0Mike Frysinger2021-11-021-0/+33
* libsandbox: fix ptracing childrenMike Frysinger2021-11-021-8/+65
* libsandbox: do not use ptrace if it returns ENOSYSMike Frysinger2021-10-311-2/+8
* libsandbox: drop args to trace_mainMike Frysinger2021-10-291-4/+2
* libsandbox: fix signal pass through with ptrace main loopv2.28Mike Frysinger2021-10-281-2/+5
* libsandbox: extend symbols format to specify diff syscall nameMike Frysinger2021-10-231-4/+10
* libsandbox: tweak how undefined symbols are declaredMike Frysinger2021-10-231-2/+2
* libsandbox: fix flags extraction for a few syscallsMike Frysinger2021-10-231-7/+14
* libsandbox: only lookup syscall number on entryMike Frysinger2021-10-231-4/+6
* libsandbox: add renameat2 wrapperMike Frysinger2021-10-211-0/+2
* libsandbox: enable exitkill containmentv2.26Mike Frysinger2021-10-211-1/+6
* libsandbox: switch tracing from signal handler to waitpidMike Frysinger2021-10-211-68/+58
* libsandbox: drop redundant regs ptrace lookupMike Frysinger2021-10-201-2/+1
* libsandbox/trace.c: tweak ptrace command type for muslSergei Trofimovich2019-06-251-2/+11
* libsandbox: new ia64 ptrace portMike Frysinger2015-12-201-0/+1
* libsandbox: avoid mixing stderr & output pipesMike Frysinger2015-12-201-1/+1
* libsandbox: switch to PTRACE_O_TRACEEXECMike Frysinger2015-12-191-45/+23
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-201-0/+14
* libsandbox: fix process_vm_readv addresses/lengthsMike Frysinger2015-09-201-14/+14
* libsandbox: use memchr to speed up NUL byte searchMike Frysinger2015-09-201-3/+2
* libsandbox: work around process_vm_readv EFAULTsv2.8Mike Frysinger2015-09-201-2/+15
* libsandbox: avoid leaking memory when extracting stringsMike Frysinger2015-09-151-2/+3
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-231-1/+2
* libsandbox: handle ENOSYS w/process_vm_readvMike Frysinger2013-02-241-1/+6
* libsandbox: use process_vm_readv if availableMike Frysinger2012-08-121-0/+26
* libsandbox: add x32 ABI supportv2.6Mike Frysinger2012-07-031-4/+17
* libsandbox: migrate to get/set regs interface for everyoneMike Frysinger2012-07-031-35/+8
* significantly overhaul output helpersMike Frysinger2012-06-231-35/+27
* libsandbox: set syscall error rather than killing on violationsMike Frysinger2012-03-061-6/+22
* libsandbox: delay trace_regs #error until useMike Frysinger2011-07-081-0/+4
* libsandbox: don't swallow SIGCHLD notificationsMike Frysinger2010-08-151-1/+0
* libsandbox: fix ptrace decode of utimensatMike Frysinger2009-10-251-1/+1
* libsandbox: add support for tracing SPARC systemsMike Frysinger2009-10-251-15/+23
* libsandbox: use PTRACE_SETOPTIONS only when definedMike Frysinger2009-06-041-1/+1
* libsandbox: convert trace to waitpid()Mike Frysinger2009-06-041-6/+6
* libsandbox: handle utimensat with NULL pathsMike Frysinger2009-06-041-2/+3
* libsandbox: ignore core dumpsMike Frysinger2009-06-041-2/+7
* libsandbox: add pre checks to static tracingMike Frysinger2009-06-041-50/+95
* libsandbox: don't filter signals the traced pid receivesMike Frysinger2009-04-091-9/+21
* libsandbox: add support for tracing Blackfin/PARISC systemsMike Frysinger2009-04-081-3/+10
* libsandbox: decode signal details when falling over in traceMike Frysinger2009-04-061-3/+8
* libsandbox: handle trace code when vforkingMike Frysinger2009-04-051-3/+14
* libsandbox: fix slightly broken logic with ptrace() returnMike Frysinger2009-04-051-3/+10
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-051-75/+126
* libsandbox: be nicer with unknown traced signalsMike Frysinger2009-03-311-1/+1