aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libsandbox: avoid passing same buffer to erealpathMike Frysinger2010-08-152-2/+17
* libsandbox: don't swallow SIGCHLD notificationsMike Frysinger2010-08-151-1/+0
* libsandbox: disable sparc ptrace until it can be debugged furtherMike Frysinger2010-08-151-0/+5
* libsandbox: catch calls to remove()Mike Frysinger2009-12-203-0/+15
* libsandbox: use mmap directly for internal memoryMike Frysinger2009-10-263-1/+23
* libsandbox: rewrite RTLD_NEXT handlingMike Frysinger2009-10-261-21/+33
* libsandbox: fix ptrace decode of utimensatMike Frysinger2009-10-251-1/+1
* libsandbox: handle fd's w/out files in proc fd/Mike Frysinger2009-10-251-0/+15
* libsandbox: add support for tracing SPARC systemsMike Frysinger2009-10-254-15/+55
* libsbutil: kill off confusing SB_WRITE macroMike Frysinger2009-08-251-7/+15
* drop force pic flagsMike Frysinger2009-08-251-2/+1
* libsandbox: fix missing *at pre_checksMike Frysinger2009-08-251-0/+22
* drop accidental libsandbox.so additionMike Frysinger2009-08-251-0/+0
* add -Wall to automake runs and fix falloutMike Frysinger2009-08-251-5/+3
* libsandbox: use PTRACE_SETOPTIONS only when definedMike Frysinger2009-06-041-1/+1
* libsandbox: disable corner case recover when tracingv2.0Mike Frysinger2009-06-041-0/+5
* libsandbox: convert trace to waitpid()Mike Frysinger2009-06-041-6/+6
* libsandbox: handle utimensat with NULL pathsMike Frysinger2009-06-042-8/+18
* libsandbox: ignore core dumpsMike Frysinger2009-06-041-2/+7
* libsandbox: make sure to punt the useless .la fileMike Frysinger2009-06-021-0/+3
* use automake AM_V_GEN rather than custom SB_V_GENMike Frysinger2009-04-281-9/+5
* libsandbox: add pre checks to static tracingMike Frysinger2009-06-0420-219/+297
* libsandbox: make sure fopen64 uses 64bit funcsMike Frysinger2009-06-022-1/+7
* libsandbox: don't filter signals the traced pid receivesMike Frysinger2009-04-091-9/+21
* libsandbox: add support for tracing Blackfin/PARISC systemsMike Frysinger2009-04-086-8/+77
* libsandbox: test for ERANGE like ENAMETOOLONGMike Frysinger2009-04-082-4/+6
* libsandbox: symbols.h does not care about wrapper filesMike Frysinger2009-04-081-1/+1
* libsandbox: make sure we use internal strdupMike Frysinger2009-04-082-7/+10
* libsandbox: dump command line whenever a backtrace is shownMike Frysinger2009-04-061-31/+32
* libsandbox: decode signal details when falling over in traceMike Frysinger2009-04-061-3/+8
* libsandbox: force lock sanity across forksMike Frysinger2009-04-056-10/+79
* libsandbox: handle trace code when vforkingMike Frysinger2009-04-052-3/+16
* libsandbox: check binary we execute via $PATHMike Frysinger2009-04-051-5/+29
* libsandbox: add a helper func to copy files to fdsMike Frysinger2009-04-051-20/+32
* libsandbox: bail when processes go away while tracingMike Frysinger2009-04-051-1/+7
* use newer automake featuresMike Frysinger2009-04-051-7/+10
* libsandbox: fix slightly broken logic with ptrace() returnMike Frysinger2009-04-051-3/+10
* libsandbox: tweak /proc/.../cmdline check for hardenedMike Frysinger2009-04-051-1/+1
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-055-89/+238
* libsandbox: sort system calls alphabeticallyMike Frysinger2009-03-311-25/+25
* libsandbox: fix crash with unreadable pathsMike Frysinger2009-03-311-1/+2
* libsandbox: fix regression during merge of tracing codeMike Frysinger2009-03-311-2/+2
* libsandbox: be nicer with unknown traced signalsMike Frysinger2009-03-311-1/+1
* libsandbox: handle bad fds with *at() funcsMike Frysinger2009-03-311-0/+6
* libsandbox: declare cmdline const since it isMike Frysinger2009-03-311-1/+1
* libsandbox: handle more *at functionsMike Frysinger2009-03-311-0/+5
* libsandbox: detect /proc featuresMike Frysinger2009-03-181-9/+30
* libsandbox: initial support for tracing of static binaries via ptrace()Mike Frysinger2009-03-1812-63/+535
* libsandbox: shorten the sandbox wrapper func namesMike Frysinger2009-03-1840-59/+71
* libsandbox: add an eqawarn() funcMike Frysinger2009-03-185-21/+90