aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump to sandbox-1.3.8Mike Frysinger2009-02-141-1/+1
* libsandbox: do not call x*() memory funcs in memory replacement codev1.3.7Mike Frysinger2009-02-131-5/+17
* tests: simplify script-2.sh a bitMike Frysinger2009-02-121-6/+0
* sandbox: do not dist sandbox.sh and clean up error messagesMike Frysinger2009-02-122-6/+6
* disable tests for unavailable funcsMike Frysinger2009-02-1219-0/+43
* sandbox: check signal returns and allow SIGHUP to be ignoredMike Frysinger2009-02-121-5/+16
* add testcase for old PATH bugMike Frysinger2009-02-124-3/+36
* bump to sandbox-1.3.7Mike Frysinger2009-02-101-1/+1
* provide environ decl if system sucks and doesn't do it for usv1.3.6Mike Frysinger2009-02-092-0/+6
* tests: get scripts working in sandbox.shMike Frysinger2009-02-0812-10/+76
* sb_printf: get z modifier working and fixup testsMike Frysinger2009-02-083-63/+45
* libsandbox: let real funcs handle non-existent paths (part 2)Mike Frysinger2009-02-071-12/+15