aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsandbox: shorten the sandbox wrapper func namesMike Frysinger2009-03-181-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-181-1/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: unify wrapper funcsMike Frysinger2008-12-311-39/+4
| | | | | | 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: unify 64bit versions with the non-64bit versionsMike Frysinger2008-11-101-2/+1
| | | | 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-19/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Rename wrapper-decls to wrapper-funcs.Martin Schlemmer2006-07-131-0/+65
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>