aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: do not run shell script tests for non-native ABIv1.5Mike Frysinger2009-03-117-3/+11
* libsandbox: improve debugging supportMike Frysinger2009-03-113-16/+50
* libsandbox: do not restore errno in resolve_path() error pathMike Frysinger2009-03-115-2/+138
* libsandbox: add more exec wrappersMike Frysinger2009-03-1113-180/+357
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-112-4/+16
* improve configure argument recordingMike Frysinger2009-03-101-1/+2
* tests: convert `touch` to `open-0`Mike Frysinger2009-03-099-21/+110
* bump common macros up to localdecls.h so tests can use themMike Frysinger2009-03-092-13/+13
* tests: do not sscanf("%i", mode_t)Mike Frysinger2009-03-0911-20/+21
* tests: avoid warnings when cleaningMike Frysinger2009-03-091-2/+4
* libsandbox: improve static ELF noticeMike Frysinger2009-03-081-3/+23
* bump to sandbox-1.5Mike Frysinger2009-03-081-1/+1
* sandbox: delete the testing var after installv1.4Mike Frysinger2009-03-085-3/+14
* tests: add symlink tests and unify codeMike Frysinger2009-03-0842-66/+327
* libsandbox: handle symlinks properlyMike Frysinger2009-03-0814-46/+83
* libsandbox: push errno save/restore down in openat()Mike Frysinger2009-03-072-10/+10
* add a test case for previous commitMike Frysinger2009-03-053-1/+19
* bump to sandbox-1.4Mike Frysinger2009-03-041-1/+1
* libsandbox: save/restore errno for hardenedv1.3.9Mike Frysinger2009-03-041-0/+4
* libsandbox: unify openat and __wrapper_simpleMike Frysinger2009-02-202-35/+40
* libsandbox: unify creat/creat64 wrappersMike Frysinger2009-02-201-21/+3
* libsandbox: use sb_unwrapped_open() in creat wrapperMike Frysinger2009-02-201-5/+2
* handling NEWS is a pain, so stub itMike Frysinger2009-02-201-29/+1
* bump to sandbox-1.3.9Mike Frysinger2009-02-201-1/+1
* libsandbox: add wrappers for _FORTIFY_SOURCE funcsv1.3.8Mike Frysinger2009-02-205-0/+79
* scripts: disable wrappers for weak __XXX symbolsMike Frysinger2009-02-202-0/+12
* do not fail autogen step if autoconf-archive is not installedMike Frysinger2009-02-181-3/+3
* tests: use $AWK rather than awkMike Frysinger2009-02-182-1/+2
* add configure checks for the 64bit lfs funcs as wellMike Frysinger2009-02-185-0/+8
* add checks for signal() return typesMike Frysinger2009-02-182-0/+11
* include the m4 files from the autoconf-archive packageMike Frysinger2009-02-187-0/+327
* libsandbox: lock main syscall code with a mutexMike Frysinger2009-02-183-0/+11
* libsandbox: shuffle/unify local prototypesMike Frysinger2009-02-183-21/+17
* libsandbox: avoid recursion by using sb_unwrapped_access()Mike Frysinger2009-02-182-1/+3
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-185-48/+45
* libsandbox: convert internal getcwd func to sb_unwrapped_foo styleMike Frysinger2009-02-184-18/+20
* libsandbox: create hidden targets for most functionsMike Frysinger2009-02-182-4/+14
* libsandbox: simplify WRAPPER_PRE_CHECKS() a bitMike Frysinger2009-02-184-10/+13
* libsandbox: tweak errno handling in fopen() wrapperMike Frysinger2009-02-181-2/+5
* libsandbox: do save/restore errno in sym lookupMike Frysinger2009-02-181-2/+0
* drop unused local GLIBC_MINOR defineMike Frysinger2009-02-171-2/+0
* fix environ checkMike Frysinger2009-02-171-1/+1
* libsandbox: update ENAMETOOLONG comments to match egetcwd() changesMike Frysinger2009-02-152-4/+2
* libsandbox: convert more code to stdbool to simplify thingsMike Frysinger2009-02-154-69/+61
* libsandbox: calculate longest symbol name dynamicallyMike Frysinger2009-02-153-12/+16
* libsandbox: make sure all mknod symbols are wrappedMike Frysinger2009-02-155-0/+19
* libsandbox: simplify clean_env_entries a bitMike Frysinger2009-02-141-13/+14
* libsandbox: fixup egetcwd() a bitMike Frysinger2009-02-141-11/+8
* libsandbox: move cached_env_vars into .bssMike Frysinger2009-02-141-10/+5
* libsandbox: handle ENAMETOOLONG properly with getcwd()Mike Frysinger2009-02-141-14/+11