aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: tweak edge cases of realloc a bitMike Frysinger2015-12-191-1/+5
* libsandbox: fix old_malloc_size check on reallocDenis Lisov2015-12-191-2/+3
* libsandbox: fix memory alignmentv2.10Mike Frysinger2015-12-191-3/+6
* significantly overhaul output helpersMike Frysinger2012-06-231-4/+2
* libsandbox: use mmap directly for internal memoryMike Frysinger2009-10-261-0/+20
* libsandbox: initial support for tracing of static binaries via ptrace()Mike Frysinger2009-03-181-0/+3
* libsandbox: improve debugging supportMike Frysinger2009-03-111-6/+1
* libsandbox: do not call x*() memory funcs in memory replacement codev1.3.7Mike Frysinger2009-02-131-5/+17
* libsandbox: fix call to backtrace()Mike Frysinger2009-02-071-1/+1
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-311-14/+4
* unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_prin...Mike Frysinger2008-11-161-2/+1
* libsandbox: do a little memory memory checking on free() to make sure the poi...Mike Frysinger2008-11-101-4/+13
* libsandbox: create local memory functionsMike Frysinger2008-11-091-0/+82