aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-201-0/+14
* 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-202-7/+18
* 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-201-5/+18
* libsandbox: egetcwd: fix handling of NULL inputsMike Frysinger2015-09-201-4/+16
* libsandbox: avoid leaking memory when extracting stringsMike Frysinger2015-09-151-2/+3
* libsandbox: handle open's O_TMPFILE flagv2.7Mike Frysinger2015-09-111-1/+1
* libsandbox: fix building w/gcc-5Mike Frysinger2015-04-151-1/+1
* libsandbox: preserve more SANDBOX env varsMike Frysinger2013-02-233-132/+238
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-231-1/+2
* libsandbox: fix early var initMike Frysinger2013-02-241-8/+25
* add a new message env varMike Frysinger2013-02-241-0/+4
* libsandbox: handle ENOSYS w/process_vm_readvMike Frysinger2013-02-241-1/+6
* delete unused sandbox env varsMike Frysinger2013-02-241-3/+0
* environ: add a new is_env_var helper for checking var namesMike Frysinger2013-02-241-8/+8
* 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-245-35/+18
* libsandbox: handle open(O_NOFOLLOW)Mike Frysinger2012-12-243-1/+3
* libsandbox: fall back to tracing set*id programsMike Frysinger2012-12-241-5/+18
* sandbox: allow log files to fallback to tmpdirMike Frysinger2012-12-241-2/+2
* libsandbox: use process_vm_readv if availableMike Frysinger2012-08-121-0/+26
* libsandbox: fix hppa trace codeMike Frysinger2012-07-061-2/+2
* libsandbox: add x32 ABI supportv2.6Mike Frysinger2012-07-035-9/+75
* libsandbox: migrate to get/set regs interface for everyoneMike Frysinger2012-07-039-103/+80
* precompile headers.h to speed up build slightlyMike Frysinger2012-07-033-8/+2
* libsandbox: do not leak file handles from tracing checksMike Frysinger2012-06-231-3/+7
* libsandbox: regenerate trace headers when autotools changeMike Frysinger2012-06-231-1/+1
* libsandbox: kill off SB_MEM_DEBUGMike Frysinger2012-06-231-17/+0
* significantly overhaul output helpersMike Frysinger2012-06-2312-237/+74
* 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