aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsandbox: preserve more SANDBOX env varsMike Frysinger2013-02-237-134/+262
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-238-2/+149
* environ: add set variants to env_is_{on,off}Mike Frysinger2013-02-222-7/+21
* sandbox: pass child signals back up to the parentMike Frysinger2013-02-221-24/+48
* sandbox: do not resolve target of stderrMike Frysinger2013-02-241-4/+7
* libsandbox: fix early var initMike Frysinger2013-02-242-8/+27
* add a new message env varMike Frysinger2013-02-248-51/+47
* libsandbox: handle ENOSYS w/process_vm_readvMike Frysinger2013-02-241-1/+6
* delete unused sandbox env varsMike Frysinger2013-02-245-19/+3
* environ: add a new is_env_var helper for checking var namesMike Frysinger2013-02-243-13/+16
* environ: merge is_env_{on,off} into a single fileMike Frysinger2013-02-244-46/+46
* libsandbox: add some likely/unlikely settingsMike Frysinger2013-02-241-7/+5
* libsandbox: reject "" paths with *at funcs before checking the dirfd [missing...Mike Frysinger2013-02-241-0/+34
* libsandbox: reject "" paths with *at funcs before checking the dirfdMike Frysinger2012-12-2411-35/+44
* libsandbox: handle open(O_NOFOLLOW)Mike Frysinger2012-12-245-1/+14
* tests: expand usage stringsMike Frysinger2012-12-2429-36/+70
* libsandbox: fall back to tracing set*id programsMike Frysinger2012-12-241-5/+18
* sb_gdb: improve gdb integrationMike Frysinger2012-12-245-20/+80
* sb_efuncs: fix usage of portage handlersMike Frysinger2012-12-241-7/+17
* sandbox: allow log files to fallback to tmpdirMike Frysinger2012-12-244-12/+19
* sb_efunc: deleteMike Frysinger2012-12-241-25/+0
* tests: disable tostop on controlling terminalMike Frysinger2012-11-261-0/+3
* update ax_*.m4 files from upstreamMike Frysinger2012-11-266-1/+462
* sb_efuncs: fix NOCOLOR handlingMike Frysinger2012-11-231-2/+5