aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsandbox: add pre checks to static tracingMike Frysinger2009-06-041-3/+1
| | | | | | | | | | The normal wrapped functions go through some "pre checks" where certain normal conditions are not flagged as problematic. The static tracing lacked those pre checks though. URL: http://bugs.gentoo.org/265885 Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Daniel Robbins <drobbins@funtoo.org>
* libsandbox: shorten the sandbox wrapper func namesMike Frysinger2009-03-181-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: unify wrapper funcsMike Frysinger2008-12-311-32/+6
| | | | | | Unify a lot of duplicated code in the wrapper-funcs handling. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: push STRING_NAME into libsandbox.hMike Frysinger2008-11-291-1/+1
| | | | | | | Since all FUNCTION_SANDBOX_SAFE() need to pass up the func name, push the usage into the macro itself rather than every wrapper file. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: break function args out into WRAPPER_ARGS and func name into ↵Mike Frysinger2008-11-101-6/+5
| | | | | | STRING_NAME Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-22/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Make sure the unlink() wrapper do not touch errno.Martin Schlemmer2006-07-131-1/+2
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Rename wrapper-decls to wrapper-funcs.Martin Schlemmer2006-07-131-0/+59
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>