aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: add an eqawarn() funcMike Frysinger2009-03-181-21/+37
* libsandbox: unify getcwd wrapper with common wrappersMike Frysinger2009-03-122-28/+13
* libsandbox: add debug output for all wrapper early-checksMike Frysinger2009-03-125-6/+31
* libsandbox: handle unreadable dirs better as non-rootMike Frysinger2009-03-121-3/+6
* libsandbox: add more exec wrappersMike Frysinger2009-03-117-168/+321
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-111-4/+15
* libsandbox: improve static ELF noticeMike Frysinger2009-03-081-3/+23
* libsandbox: handle symlinks properlyMike Frysinger2009-03-0811-11/+11
* libsandbox: push errno save/restore down in openat()Mike Frysinger2009-03-072-10/+10
* libsandbox: unify openat and __wrapper_simpleMike Frysinger2009-02-202-35/+40
* libsandbox: unify creat/creat64 wrappersMike Frysinger2009-02-201-21/+3
* libsandbox: use sb_unwrapped_open() in creat wrapperMike Frysinger2009-02-201-5/+2
* libsandbox: add wrappers for _FORTIFY_SOURCE funcsv1.3.8Mike Frysinger2009-02-204-0/+75
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-182-22/+39
* libsandbox: convert internal getcwd func to sb_unwrapped_foo styleMike Frysinger2009-02-181-8/+16
* libsandbox: create hidden targets for most functionsMike Frysinger2009-02-181-4/+13
* libsandbox: simplify WRAPPER_PRE_CHECKS() a bitMike Frysinger2009-02-184-10/+13
* libsandbox: tweak errno handling in fopen() wrapperMike Frysinger2009-02-181-2/+5
* libsandbox: update ENAMETOOLONG comments to match egetcwd() changesMike Frysinger2009-02-152-4/+2
* libsandbox: convert more code to stdbool to simplify thingsMike Frysinger2009-02-151-2/+2
* libsandbox: make sure all mknod symbols are wrappedMike Frysinger2009-02-151-0/+11
* libsandbox: use xxx_t types with __xmknodMike Frysinger2009-02-052-2/+2
* libsandbox: add _xmknod wrapper point for __xmknodMike Frysinger2009-02-051-0/+11
* libsandbox: optimize!Mike Frysinger2008-12-311-2/+3
* libsandbox: unify wrapper funcsMike Frysinger2008-12-3139-655/+246
* libsandbox: push STRING_NAME into libsandbox.hMike Frysinger2008-11-2936-38/+40
* libsandbox: implement initial dirfd parsing for *at functionsMike Frysinger2008-11-161-3/+3
* libsandbox/execve: fix crash with small filesMike Frysinger2008-11-161-0/+6
* fix up one more old style SB_EERRORMike Frysinger2008-11-161-2/+1
* libsandbox: detect static ELFs and warn when we try to execute themMike Frysinger2008-11-101-0/+49
* libsandbox: initial support for wrapping *at functions #174233Mike Frysinger2008-11-1014-0/+388
* libsandbox: unify 64bit versions with the non-64bit versionsMike Frysinger2008-11-1010-97/+19
* libsandbox: break function args out into WRAPPER_ARGS and func name into STRI...Mike Frysinger2008-11-1027-162/+135
* libsandbox: also handle lutimes()Mike Frysinger2008-11-091-0/+24
* libsandbox: catch utime/utimes #163770Mike Frysinger2008-11-092-0/+48
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-0924-475/+49
* Most other code use old_errno, so make it the same here.Martin Schlemmer2006-07-131-2/+2
* Make sure the unlink() wrapper do not touch errno.Martin Schlemmer2006-07-131-1/+2
* Cleanup execve() wrapper.Martin Schlemmer2006-07-131-88/+63
* Rename wrapper-decls to wrapper-funcs.Martin Schlemmer2006-07-1324-0/+1247