| /[path-sandbox]/trunk/configure.ac |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
moved to git
move libsigsegv disable to configure.ac
add test case for libsigsegv
make -h/--help/-V/--version options to sandbox print out something useful
bump ver to 1.3.1
add tests for sb_printf()
initial test framework
move build flags to configure rather than Makefile
check for backtrace and stdbool.h/elf.h/execinfo.h
bump ver to 1.3.x and build lzma tarballs
consolidate all random system includes into headers.h
cleanup style a bit and drop multilib code
Release sandbox-1.2.20alpha2.
Move libsandbox to its own directory.
As we are using a symbol map for libsandbox, its no longer needed to have all the internal functions static, and thus we can break things out a bit and make the source layout more sane. Start by moving librcutil to libsbutil, and adding all the defines and helper functions needed by both libsandbox and sandbox.
Release sandbox-1.2.20alpha1.
Set default values via a config file. Also support sandbox.d config directory for package specific configuration files.
Enable building of librcutil.
Rafal Rzepecki writes: sandbox's configure script first finds readelf, then ignores the path found earlier when checking LIBC version. This leads (on my system) to configure failing with error `configure: error: Unable to determine LIBC VERSION'. http://bugs.gentoo.org/136284
Release sandbox-1.2.18.1
Release sandbox-1.2.18.
add static/shared library checks to prevent anyone else wasting our time
syntax touchups
log issues with LIBC PATH a little better
Add support for readelf from elfutils.
More configure related cleanups. Define HAVE_RTLD_NEXT via config.h.
Indentation fixes and other cleanups.
Small cleanups.
We use memcpy() now and no longer mempcpy().
Release sandbox-1.2.17.
Fix regex for newer uclibc that also matches /lib/ld-uClibc.so.0.
Rather check for RTLD_NEXT than glibc. Some other cleanups.
Add checks for bsd that have dlopen() in libc.
Quoting fixes
Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename() to sandbox_utils.c. Add check for glibc, and fixup things to not need glibc only extensions if not needed for versioned symbols.
Make sure the aquired libc is readable.
Do not check for compatible malloc(), as we do not care.
Release sandbox-1.2.16.
Release 1.2.15.
Cleanup local defines for egetcwd() and erealpath().
Rename configure.in to configure.ac.
Use versioned symbols on supported libc's for functions we wrap, as well as provide all versions of specific functions. Some syntax cleanups.
Revert 64bit arch test, as we should build the 32bit version without full path checking as well, and add --enable-multilib switch to configure.
Update contact email. Fix quoting.
Detect if we on 64bit arch automatically.
Reorder source layout.
Sandbox 1.2.14 release.
Release sandbox-1.2.13.
Release sandbox-1.2.12.
Release sandbox-1.2.11.
* sandbox-1.2.10, try #2.
* sandbox-1.2.9
* sandbox-1.2.8
* sandbox-1.2.7
* sandbox-1.2.6
We create libctest.c via configure, so no need to keep it around. Do some cleanup related to libctest.c and libctest during configure.
* sandbox-1.2.5
* sandbox-1.2.4
dlvsym doesnt exist in uClibc
use dnl for comments, not #
sandbox-1.2.3
I cannot spell, shoot me.
Add comment for CXX/F77 puntage
Do not check for (*&#$(* CXX or F77.
gawk -> $AWK
fix cross-compiling and uclibc and all that jazz
* sandbox-1.2.2
sandbox-1.2.1
Tagged and bagged 1.2
correct symbols.h building when libdir !+ "/lib"
Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions for glibc and other libc's that use this. Update libsandbox.c to use these symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the process unset it.
turn create-localdecls into semi-autotooled
touchups
corrections to remove hardcoded paths.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |