aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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