aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: disable gc-sections on ia64 systemsMike Frysinger2015-12-201-1/+4
* libsandbox: new powerpc ptrace portMike Frysinger2015-12-202-0/+32
* libsandbox: new alpha ptrace portMike Frysinger2015-12-202-0/+60
* libsandbox: new arm ptrace portMike Frysinger2015-12-202-0/+24
* build: fix schizo match on x86 hostsMike Frysinger2015-12-201-1/+2
* libsandbox: new s390/s390x ptrace portMike Frysinger2015-12-203-0/+101
* libsandbox: improve sparc trace code a bit moreMike Frysinger2015-12-201-8/+26
* libsandbox: avoid mixing stderr & output pipesMike Frysinger2015-12-204-5/+18
* sb_efuncs: avoid pointless stdio indirectionMike Frysinger2015-12-191-8/+8
* libsandbox: switch to PTRACE_O_TRACEEXECMike Frysinger2015-12-192-47/+29
* build: fix SB_SCHIZO automake conditionalMike Frysinger2015-12-191-1/+1
* libsandbox: tweak edge cases of realloc a bitMike Frysinger2015-12-191-1/+5
* libsandbox: fix old_malloc_size check on reallocDenis Lisov2015-12-191-2/+3
* bump to sandbox-2.11Mike Frysinger2015-12-191-1/+1
* libsandbox: fix memory alignmentv2.10Mike Frysinger2015-12-191-3/+6
* libsandbox: do not unnecessarily dereference symlinksMike Frysinger2015-09-283-3/+43
* tests: add basic parsing of timespec fieldsMike Frysinger2015-09-283-2/+26
* build: bump min autoconf/automake requirementsMike Frysinger2015-09-271-2/+2
* bump to sandbox-2.10Mike Frysinger2015-09-271-1/+1
* sandbox: enable support for linux namespacesv2.9Mike Frysinger2015-09-278-1/+343
* libsbutil: add helpers for reading config options (w/out env export)Mike Frysinger2015-09-264-13/+40
* libsbutil: gnulib: mark xgetcwd static inlineMike Frysinger2015-09-261-5/+1
* sandbox: add proper option parsingMike Frysinger2015-09-206-40/+129
* tests: avoid overflowing exit codesMike Frysinger2015-09-201-1/+1
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-207-1/+92
* 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: rework abi syscall header generationMike Frysinger2015-09-203-16/+53
* sandbox.conf: allow writing to /dev/ptmxMike Frysinger2015-09-201-1/+1
* bump to sandbox-2.9Mike Frysinger2015-09-201-1/+1
* libsandbox: work around process_vm_readv EFAULTsv2.8Mike Frysinger2015-09-201-2/+15
* libsandbox: improve debugging output a bitMike Frysinger2015-09-201-2/+4
* libsandbox: fix handling of dangling symlinksMike Frysinger2015-09-204-5/+64
* libsbutil: gnulib: import modules for canonicalize_filename_modeMike Frysinger2015-09-2028-1/+2715
* gitignore: ignore .dirstamp filesMike Frysinger2015-09-201-0/+1
* libsandbox: egetcwd: fix handling of NULL inputsMike Frysinger2015-09-201-4/+16
* libsbutil: undef memory redirect callsMike Frysinger2015-09-201-0/+6
* build: do not let gcc rewrite memory callsMike Frysinger2015-09-201-0/+4
* libsandbox: avoid leaking memory when extracting stringsMike Frysinger2015-09-151-2/+3
* update autotool filesMike Frysinger2015-09-1316-44/+646
* gitignore: ignore configure.linenoMike Frysinger2015-09-131-0/+1
* bump to sandbox-2.8Mike Frysinger2015-09-131-1/+1
* libsandbox: handle open's O_TMPFILE flagv2.7Mike Frysinger2015-09-112-1/+4
* tests: add dynamic/static categoriesMike Frysinger2015-09-111-0/+4
* tests: make sure we ignore stty exit statusMike Frysinger2015-09-111-1/+4
* libsandbox: fix building w/gcc-5Mike Frysinger2015-04-151-1/+1
* TODO: note more work needed for message frameworkMike Frysinger2013-03-031-0/+13
* sandbox: use a non-shell var for the message pathMike Frysinger2013-03-032-2/+2
* sandbox: accept SANDBOX_LOG vars whatever their valuesMike Frysinger2013-03-031-9/+5
* sb_efuncs: fix thinko in message patchMike Frysinger2013-03-031-1/+1