aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsandbox: add _xmknod wrapper point for __xmknodMike Frysinger2009-02-052-0/+12
* support the OpenSolaris toolchainMike Frysinger2009-02-041-4/+22
* sandbox: new sb_{p,}err() helper functionsMike Frysinger2009-02-022-16/+12
* sandbox: fixup a few more NULL memory checksMike Frysinger2009-02-021-5/+4
* libsandbox: let real funcs handle non-existent pathsMike Frysinger2009-02-021-5/+15
* build with --as-needed by defaultMike Frysinger2009-02-021-4/+6
* sandbox/libsbutil: remove more useless error checks and var initsMike Frysinger2009-02-013-37/+7
* sandbox: convert remaining perror to sb_pwarnMike Frysinger2009-02-013-4/+4
* build with --gc-sections by defaultMike Frysinger2009-02-011-0/+4
* AUTHORS: fix Geert and Brads e-mail address and sort itMike Frysinger2009-02-011-3/+3
* sandbox: unify/standardize message output functionsMike Frysinger2009-02-011-54/+41
* sandbox: remove unused /var/tmp dir handlingMike Frysinger2009-02-013-9/+0
* libsandbox: drop unused rc_log_domainMike Frysinger2009-02-011-3/+0
* libsandbox: use -avoid-versionMike Frysinger2009-02-011-0/+1
* libsandbox: combine consecutive write statementsMike Frysinger2009-02-011-26/+19
* libsbutil: cull more unused debug/string codeMike Frysinger2009-02-012-107/+1
* sandbox: declare all local funcs staticMike Frysinger2009-02-011-5/+5
* sandbox: simplify print_sandbox_log() functionMike Frysinger2009-02-011-37/+23
* libsandbox: simplify cmdline reading to avoid strndupMike Frysinger2009-02-011-110/+66
* libsandbox: test for mknod separately from xmknodMike Frysinger2009-01-291-1/+1
* use AX_CFLAGS_WARN_ALL from autoconf-archiveMike Frysinger2009-01-291-3/+1
* libsbutil: setup {offsetof,MIN,MAX} helper macros if they dont existMike Frysinger2009-01-291-0/+11
* configure: dont bother building libctest with -WallMike Frysinger2009-01-291-1/+1
* libsbutil: add fallback strndup() implementationMike Frysinger2009-01-291-0/+16
* sandbox: use $(LIBDL) rather than -ldlMike Frysinger2009-01-281-1/+1
* bump to sandbox-1.3.4Mike Frysinger2009-01-271-1/+1