aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* sandbox.d: drop settings that packages should be handlingv1.3.3Mike Frysinger2009-01-261-16/+0
* libsandbox: include errno value in internal error messagesMike Frysinger2009-01-261-1/+1
* libsbutil: find libsandbox.so in non-standard pathsMike Frysinger2009-01-262-4/+12
* sandbox.bashrc: provide simple fallback e* msg funcsMike Frysinger2009-01-091-0/+5
* libsandbox: optimize!Mike Frysinger2008-12-313-133/+71
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-3116-234/+127
* libsandbox/libsbutil: link with -no-undefinedMike Frysinger2008-12-312-0/+2
* libsbutil: delete more unused code imported from rcscriptsMike Frysinger2008-12-3111-761/+4
* libsbutil: drop remove() replacementMike Frysinger2008-12-312-27/+0
* libsbutil: sb_close(): only reset errno when close() workedMike Frysinger2008-12-311-1/+2
* libsbutil: simplify get_tmp_dir code a littleMike Frysinger2008-12-311-5/+1
* libsandbox: unify wrapper funcsMike Frysinger2008-12-3140-655/+251
* configure: improve -static detectionMike Frysinger2008-12-291-2/+2
* libsandbox: run awk scripts in C localeMike Frysinger2008-12-261-2/+2
* bump to sandbox-1.3.3Mike Frysinger2008-12-231-1/+1
* libsandbox: handle unlinkat() like unlink() for symlinksv1.3.2Mike Frysinger2008-12-231-0/+1
* libsandbox: make sure SB_NR_* is always definedMike Frysinger2008-12-231-1/+5
* define AT_FDCWD for older systemsMike Frysinger2008-12-231-0/+7
* handle MAP_ANON on *BSD systemsMike Frysinger2008-12-231-0/+4
* libsbutil: scrub more unused rcscripts codeMike Frysinger2008-11-2911-215/+0
* sandbox: include full libc path in version outputMike Frysinger2008-11-292-1/+2
* use AC_USE_SYSTEM_EXTENSIONSMike Frysinger2008-11-291-2/+1
* move -fexceptions into a configure testMike Frysinger2008-11-292-3/+15