aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: use mmap directly for internal memoryMike Frysinger2009-10-261-1/+1
* libsandbox: rewrite RTLD_NEXT handlingMike Frysinger2009-10-261-21/+33
* libsandbox: save/restore errno for hardenedv1.3.9Mike Frysinger2009-03-041-0/+4
* libsandbox: shuffle/unify local prototypesMike Frysinger2009-02-181-16/+13
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-181-22/+0
* libsandbox: convert internal getcwd func to sb_unwrapped_foo styleMike Frysinger2009-02-181-8/+0
* libsandbox: do save/restore errno in sym lookupMike Frysinger2009-02-181-2/+0
* libsandbox: convert more code to stdbool to simplify thingsMike Frysinger2009-02-151-1/+1
* libsandbox: fixup style/warnings in previous commitMike Frysinger2008-11-091-6/+6
* libsandbox: fix symbol loading on hardened systemsRobin Johnson2008-11-091-6/+12
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-21/+1
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-20/+3
* Split wrappers out to make modifying easier.Martin Schlemmer2006-07-131-610/+18
* Add patch for using open() to test if the file exists, bug #135745.Martin Schlemmer2006-07-121-0/+40
* Update copyright in case something from InstallWatch are still in here.Martin Schlemmer2006-07-101-0/+3
* Add wrapper for internal use of getcwd().Martin Schlemmer2006-07-101-0/+7
* Move wrappers out of libsandbox.c. Move IO functions toMartin Schlemmer2006-07-101-0/+678