aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump to sandbox-1.3.6Mike Frysinger2009-02-071-1/+1
* libsandbox: fix sandbox /proc/self/fd regressionv1.3.5Mike Frysinger2009-02-071-9/+9
* libsandbox: fix sandbox log dir regressionMike Frysinger2009-02-071-2/+7
* tests: add some more test scriptsMike Frysinger2009-02-073-0/+40
* sandbox: fix typo in struct sandbox_info_t declMike Frysinger2009-02-071-1/+1
* bump to sandbox-1.3.5Mike Frysinger2009-02-071-1/+1
* libsandbox: ignore *.py[co] files for nowv1.3.4Mike Frysinger2009-02-071-0/+14
* libsandbox: fix call to backtrace()Mike Frysinger2009-02-071-1/+1
* libsandbox: fix minor memleak from cmdline simplificationMike Frysinger2009-02-071-2/+3
* gen_symbol_version_map.awk: filter out more symbolsMike Frysinger2009-02-052-2/+7
* pull in siginfo.h when availableMike Frysinger2009-02-052-0/+4
* libsandbox: detect linker flag for version scriptsMike Frysinger2009-02-052-1/+15
* libsandbox: use xxx_t types with __xmknodMike Frysinger2009-02-052-2/+2