aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: create more defines for gcc attributesMike Frysinger2012-06-231-2/+2
* libsandbox: add uninstall target to fix distcheckMike Frysinger2012-06-231-0/+4
* libsandbox: add missing close to logfile fdMike Frysinger2012-03-071-2/+5
* libsandbox: mark internal fds with O_CLOEXECMike Frysinger2012-03-071-2/+2
* libsandbox: set syscall error rather than killing on violationsMike Frysinger2012-03-067-18/+65
* libsandbox: push down constructor initMike Frysinger2012-03-051-37/+6
* libsandbox: delay trace_regs #error until useMike Frysinger2011-07-081-0/+4
* libsandbox: invert debug checking order to avoid uninitialized variablesMike Frysinger2011-07-081-1/+1
* libsandbox: tweak code to avoid undefined behavior warningsMike Frysinger2011-07-081-1/+1
* libsandbox: catch mktemp related funcsMike Frysinger2011-07-0411-0/+107
* libsandbox: handle NULL filenames with futimesatMike Frysinger2011-01-011-2/+5
* libsandbox: fix utimensat regression with NULL filenameMike Frysinger2010-11-261-1/+1
* libsandbox: fix bug in previous dirfd unificationv2.4Mike Frysinger2010-11-235-7/+8
* libsandbox: fix thinko in previous erealpath commitMike Frysinger2010-11-221-2/+2
* libsandbox: handle dirfd in mkdir/open/unlink *at prechecksMike Frysinger2010-11-155-58/+123
* libsandbox: tempish mkdir hack for broken symlinksv2.3Mike Frysinger2010-08-161-1/+16
* libsandbox: mark rmdir as working on symlinksMike Frysinger2010-08-161-0/+1
* 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