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