aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: tempish mkdir hack for broken symlinksv2.3Mike Frysinger2010-08-161-1/+16
* tests: check rmdir functionalityMike Frysinger2010-08-165-0/+26
* tests: re-order set -x in SB_RUNMike Frysinger2010-08-161-2/+3
* libsandbox: mark rmdir as working on symlinksMike Frysinger2010-08-161-0/+1
* tests: addpredict / by default to match portageMike Frysinger2010-08-152-2/+5
* tests: fix dist target for out-of-tree buildsMike Frysinger2010-08-151-2/+2
* 00default: fix duplicate dist targetMike Frysinger2010-08-151-1/+1
* tests: force a saner default envMike Frysinger2010-08-153-1/+14
* sandbox.bashrc: don't load portage env when testingMike Frysinger2010-08-151-33/+33
* sandbox.bashrc: update portage builddir searchMike Frysinger2010-08-151-1/+1
* libsandbox: avoid passing same buffer to erealpathMike Frysinger2010-08-152-2/+17
* libsandbox: don't swallow SIGCHLD notificationsMike Frysinger2010-08-156-3/+58
* libsandbox: disable sparc ptrace until it can be debugged furtherMike Frysinger2010-08-151-0/+5
* give src/sandbox.sh its own AC_CONFIG_FILESMike Frysinger2010-08-151-4/+1
* move from lzma to xzMike Frysinger2010-08-152-2/+2
* tweak gnu linker check for goldMike Frysinger2010-08-151-8/+8
* update autotool filesMike Frysinger2010-07-094-23/+90
* sandbox.bashrc: fix typo in sandboxoffMike Frysinger2010-04-111-1/+1
* libsandbox: catch calls to remove()Mike Frysinger2009-12-2010-0/+46
* tests: make signal code a bit more flexibleMike Frysinger2009-10-281-2/+23
* sandbox: dont warn about inherited ignored signalsMike Frysinger2009-10-281-4/+4
* use default lzma compression levelMike Frysinger2009-10-281-1/+4
* libsandbox: use mmap directly for internal memoryMike Frysinger2009-10-263-1/+23
* bump to sandbox-2.3Mike Frysinger2009-10-261-1/+1
* tests: add simple dlfcn utilv2.2Mike Frysinger2009-10-261-0/+109
* libsandbox: rewrite RTLD_NEXT handlingMike Frysinger2009-10-261-21/+33
* tests: add reverse lookup funcsMike Frysinger2009-10-252-45/+54
* libsandbox: fix ptrace decode of utimensatMike Frysinger2009-10-2516-1/+81
* libsandbox: handle fd's w/out files in proc fd/Mike Frysinger2009-10-253-0/+21
* libsandbox: add support for tracing SPARC systemsMike Frysinger2009-10-254-15/+55
* bump to sandbox-2.2Mike Frysinger2009-08-251-1/+1
* tests: fix vfork-1 failurev2.1Mike Frysinger2009-08-257-6/+17
* fix minor regression in config.status outputMike Frysinger2009-08-251-1/+2
* libsbutil: kill off unnecessary log_domain codeMike Frysinger2009-08-253-15/+1
* libsbutil: kill off confusing SB_WRITE macroMike Frysinger2009-08-252-16/+15
* drop force pic flagsMike Frysinger2009-08-253-6/+3
* use AM_SILENT_RULES() for nowMike Frysinger2009-08-251-0/+1
* libsandbox: fix missing *at pre_checksMike Frysinger2009-08-252-0/+24
* drop accidental libsandbox.so additionMike Frysinger2009-08-251-0/+0
* add -Wall to automake runs and fix falloutMike Frysinger2009-08-255-15/+10
* fix libc.so configure test for uClibc/hardened systemsMike Frysinger2009-08-251-2/+2
* update gitignoreMike Frysinger2009-06-241-0/+7
* 00default: set default paths based on @prefix@Mike Frysinger2009-06-242-5/+6
* libsandbox: use PTRACE_SETOPTIONS only when definedMike Frysinger2009-06-041-1/+1
* bump to sandbox-2.1Mike 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
* tests: extend vfork-0 to run programs with argsMike Frysinger2009-06-041-4/+13
* tests: extend file/dirfd parsingMike Frysinger2009-06-0425-45/+62
* libsandbox: handle utimensat with NULL pathsMike Frysinger2009-06-042-8/+18